clintonwhite
IS-IT--Management
Hi There - just a quick query with regards to the distribution of stored procedures within Oracle 8. I have checked the documentation and can only seem to find the exp utility that does what I require.
I have developed some stored procedures and also a package that I wish to send out to clients that already have a live Oracle database.
If I use the exp function then I export all procedures and tables and optionally table data, which I do not really want to do.
Is the other option to paste the stored procedures into a .sql file using the create or replace procedure for each one and then run this file via SQL plus - or is there another quick and simple way to just extract the stored procedures from the database and them load them up on target servers.
Thanks fot you help.
I have developed some stored procedures and also a package that I wish to send out to clients that already have a live Oracle database.
If I use the exp function then I export all procedures and tables and optionally table data, which I do not really want to do.
Is the other option to paste the stored procedures into a .sql file using the create or replace procedure for each one and then run this file via SQL plus - or is there another quick and simple way to just extract the stored procedures from the database and them load them up on target servers.
Thanks fot you help.