Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Re: oracle plsql with unix example

Billy VerreynneDec 6 2013 — edited Dec 6 2013

PL/SQL is an Oracle database server language.

It does not care whether the database runs on Unix or Windows or Linux.

So there is no such thing as a "Unix PL/SQL"  or "Windows PL/SQL" example. Unless something unique to the underlying o/s is done, such as defining external libraries.

PL/SQL code should also be inside the database. Storing large chunks of PL/SQL code in raw text format on a client and then sending that to the server for compilation each time around, is flawed. And a security concern.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2014
Added on Dec 6 2013
3 comments
372 views