SQL * PLUS [message #266855] |
Tue, 11 September 2007 15:46 |
pa1sas3
Messages: 29 Registered: June 2005
|
Junior Member |
|
|
This is in sql * plus.
How can we view and edit a stored procedure, function or a package in SQL * PLUS. I have been using toad all along and suddenly I have to modify a stored procedure and I have ooonly sql * plus here.
|
|
|
|
Re: SQL * PLUS [message #266857 is a reply to message #266856] |
Tue, 11 September 2007 16:05 |
pa1sas3
Messages: 29 Registered: June 2005
|
Junior Member |
|
|
It would be helpful if you give the commands.
The procedure I want to edit is sp_validate_file_group2
Thanks,
|
|
|
|
|
Re: SQL * PLUS [message #267018 is a reply to message #266855] |
Wed, 12 September 2007 04:55 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
pa1sas3 wrote on Tue, 11 September 2007 22:46 | I have been using toad all along and suddenly I have to modify a stored procedure and I have ooonly sql * plus here.
|
I am going to print this out, frame it and hang it in my room!
|
|
|
Re: SQL * PLUS [message #267023 is a reply to message #266855] |
Wed, 12 September 2007 05:06 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
Get yourself a copy of SQL Developer and use that instead. It's free, and does most of what TOAD does.
|
|
|
|
Re: SQL * PLUS [message #267081 is a reply to message #267018] |
Wed, 12 September 2007 07:59 |
MarcL
Messages: 455 Registered: November 2006 Location: Connecticut, USA
|
Senior Member |
|
|
Frank wrote on Wed, 12 September 2007 04:55 | pa1sas3 wrote on Tue, 11 September 2007 22:46 | I have been using toad all along and suddenly I have to modify a stored procedure and I have ooonly sql * plus here.
|
I am going to print this out, frame it and hang it in my room!
|
LMA0 Frank. The good old days of vi editor and sql*plus
|
|
|
Re: SQL * PLUS [message #267090 is a reply to message #267081] |
Wed, 12 September 2007 08:14 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
hehe,
not necessarily the good ol' days, but at least we learned what it was we do, instead of learning where to click
|
|
|
|
Re: SQL * PLUS [message #267376 is a reply to message #267156] |
Thu, 13 September 2007 02:24 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Where do I say that we should always use sqlplus & vi?
My point is that developers should at least for a period of time use sqlplus in combination with a plain-text editor.
Once they know what it is they are doing, then it's fine to use any GUI tool they want. Heck, I use PLSQL-Developer all the time. (But I _know_ where to find sqlplus and how to use it)
|
|
|