Topic: SQL*Plus and PL/SQL >> PL/SQL with UNIX
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| snehalatha |
Posted: May 16, 2006 08:15:10 AM |
Total Post: 169
Joined: Apr, 2006
|
Hi all,
How to run PL/SQL packages and Procedures at UNIX Prompt. Any Documents available for this. Could you please help me out regarding this.
Thanks in Advance |
|
|
Vigyan |
| Posted: May 17, 2006 08:45:20 AM | |
|
Total Post: 386
Joined: May, 2001
|
You have to use sql*plus prompt in order to execute procedure on unix.
An example of it would be like this.
sqlplus -s user/password@tns << EOF
exec test_procedure;
EOF
Put this code in the a file and run it.
Hope it helps.
Vigyan
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 333 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|