|
|
|
Re: UNIX Commands for SQLPLUS utility [message #491071 is a reply to message #491039] |
Fri, 28 January 2011 22:44 |
muktha_22
Messages: 527 Registered: December 2009
|
Senior Member |
|
|
Hi Michel\Blackswan,
I meant, i want to practice oracle DBA\PLSQL in unix's sqlplus window...
Eg - while creating tablespace, how to copy(Drag) the path for the datafile.....
please guide me
Regards:
Muktha
|
|
|
|
|
|
|
Re: UNIX Commands for SQLPLUS utility [message #492523 is a reply to message #492330] |
Mon, 31 January 2011 23:19 |
muktha_22
Messages: 527 Registered: December 2009
|
Senior Member |
|
|
Hi All,
Thanks for your reply,
1) CREATE SPFILE FROM PFILE =<path/filename.ora>
How to copy and past the path of the PFILE into SQLPLUS window in unix.
2) Also guide for running DBCA in UNIX.
Regards:
Muktha
|
|
|
|
Re: UNIX Commands for SQLPLUS utility [message #492534 is a reply to message #492532] |
Tue, 01 February 2011 01:08 |
muktha_22
Messages: 527 Registered: December 2009
|
Senior Member |
|
|
Hi Michel,
Thanks for the reply,
please guide me on the below issues.
Questions:
1) Just typing DBCA is not allowing me to create a new database.
2) How to edit the SQLPLUS window, as we do in windows - ed (then notepad will open).
Regards:
Muktha
|
|
|
|
|
|
Re: UNIX Commands for SQLPLUS utility [message #493093 is a reply to message #493021] |
Fri, 04 February 2011 15:16 |
|
LKBrwn_DBA
Messages: 487 Registered: July 2003 Location: WPB, FL
|
Senior Member |
|
|
muktha_22 wrote on Fri, 04 February 2011 06:40Hi Mahesh,
Thanks for your reply
The command to get this is:
DEFINE_EDITOR=VI
Perhaps it actually is:
export EDITOR=vi #<- ksh/bash
EDITOR=vi; export EDITOR #<- sh
PS: To copy and paste a string in a unix window, it may depend on the terminal emulator you are using. Normally it would be to select the string using the cursor to copy and then right-click where you want to paste.
[Updated on: Fri, 11 February 2011 07:55] by Moderator Report message to a moderator
|
|
|
|