|
| |||||||||
| Tags: administrator password, database, dba, sqlplus, sysdba |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Problems Using SQL*plus in Oracle
I installed Oracle 9i.When I go Start->Program->Oracle-oraHome90. I didn't get SQL*plus.Kindly let me know the idea. Any help would be highly appreciated.Kindly find the attachment also.I am unable to find out the password of database administrator.I am using Windows XP and installed oracle 9i but I get failed to login into administrator account of database.I was working on Linux before with oracle 9i but when I divert on Windows,So confused to use it.So please help me. Last edited by Adriana_andros : 21-01-2010 at 11:31 AM. |
|
#2
| ||||
| ||||
| Problems Using SQL*plus
You are using oracle 9i and not getting any menu of SQL*plus in the list of programs . But before doing anything you need to confirm which Oracle Edition you are using.There are three editions are being used in the market like Express Edition,Enterprise Edition and Standard edition. If you have installed anyone of these then it would be known that working style is different on every Edition. If you installed Enterprise edition (Most popular and always preferred by DBAs),then go to Start=>Program=>Oracle-oraHome90=>Application development=>SQL*plus at bottom. If it is not listed in this list then open your SQL worksheet it will ask to you about password just enter the password and work on it but if you really want to choose that one you need to install it again and go for latest versions. |
|
#3
| ||||
| ||||
| Password of database in oracle
You are using Oracle 9i Enterprise Edition and you don't know the password of your database,It's nothing like. When you are installing Oracle,just remember before you had been prompted for password of your database of sys account and systemaccount.After all of the installation process completion .The database creation wizard come up and ask for the name of database and password after creation. If you forget all so Just enter password "change_on_install" for sys account and "Manager" for System if you didn't change it earlier. |
|
#4
| ||||
| ||||
| Issues with Login into Oracle database
You were working on Linux with Oracle 9i and now you are working on windows and unable to login unless you have exact password for it also. Don't worry about anything , Windows database login is something different from Linux ,you were login into database with oracle using this way: $ Export ORACLE_SID=<SID> $ sqlplus ' / as sysdba' But windows follow it from something different way of login: C:\> set ORACLE_SID=<SID> C:\> sqlplus /NOLOG After that it would jump you on SQL prompt . SQL> conn / as sysdba; Now you can easily operate your database as an Administrator. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Problems Using SQL*plus in Oracle" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Differentiation between Oracle & SQL | Shekhar12 | Software Development | 3 | 08-12-2009 01:53 PM |
| Is Oracle Ok? | willactnow | Education Career and Job Discussions | 2 | 15-09-2009 03:06 PM |
| Oracle Announces New Release of "Oracle Coherence" | prakashseth | Web News & Trends | 1 | 21-07-2009 05:50 PM |
| Question in Oracle | csGIRL | Software Development | 3 | 05-06-2009 11:06 PM |
| Problems reverse Engineering and Oracle 10g database with Visio 20 | Robert Tisljar | MS Office Support | 1 | 28-02-2008 04:42 AM |