Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I start SQL*Plus under a different database?
Peter Chatterton (peter_at_chatterton.name) wrote:
: I'm running 9iAS on win2K sp3.
: There are 2 databases, OEMREP and AGENCYDB; the former being the
: default/primary/whatever.
: My Question is: How can I start SQL*Plus under the other db?
C:\> sqlplus user/password_at_database_name
The "sqlplus" command name is normally wrong, it will be something more like sql9w.exe (though that is also wrong).
You can probably run the command with the -h switch to get a summary of the command line usage of the command.
C:\> sqlplus -h Received on Mon Jan 13 2003 - 15:48:07 CST
![]() |
![]() |