Oracle 10g and dbca - Oracle Server
This is a discussion on Oracle 10g and dbca - Oracle Server ; I've encountered an unusual problem creating a new database using Oracle 10g dbca. Whenever I attempt to create the first and only database using dbca, it reports TNS 12154, and ORA-01031 errors. I have been using several resources on the ...
![]() |
| | LinkBack (1) | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Oracle 10g dbca. Whenever I attempt to create the first and only database using dbca, it reports TNS 12154, and ORA-01031 errors. I have been using several resources on the web to perform this procedure to include Dizwell and Puschitz's sites to ensure that I have the precise procedures, and have shared this problem with my company's Oracle DBA. I am also a pretty experienced system administator and oracle administrator, but have been unable to resolve this problem. I have a new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB memory. I successfully installed only the oracle software, Oracle 10.1.0.3. I then created the listener using netca, and then attempted to create the database using dbca. It immediately reported the TNS-12154 error, which I selected to ignore, but it is then followed by the ORA-01031-insufficient privileges error. Moreover, I have performed this operation succesfully on another machine. Any suggestions would be welcomed. What could I be missing? |
|
#2
| |||
| |||
|
On 20 Aug 2006 11:08:23 -0700, fmjohnson@gmail.com wrote: >I've encountered an unusual problem creating a new database using >Oracle 10g dbca. Whenever I attempt to create the first and only >database using dbca, it reports TNS 12154, and ORA-01031 errors. I have >been using several resources on the web to perform this procedure to >include Dizwell and Puschitz's sites to ensure that I have the precise >procedures, and have shared this problem with my company's Oracle DBA. >I am also a pretty experienced system administator and oracle >administrator, but have been unable to resolve this problem. I have a >new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB >memory. I successfully installed only the oracle software, Oracle >10.1.0.3. I then created the listener using netca, and then attempted >to create the database using dbca. It immediately reported the >TNS-12154 error, which I selected to ignore, but it is then followed by >the ORA-01031-insufficient privileges error. Moreover, I have performed >this operation succesfully on another machine. Any suggestions would be >welcomed. What could I be missing? Usually one creates the database prior to setting up the listener. The errors you are getting now, you are getting *because* the database doesn't exist. -- Sybrand Bakker, Senior Oracle DBA |
|
#3
| |||
| |||
|
On 20 Aug 2006 11:08:23 -0700, fmjohnson@gmail.com wrote: >I've encountered an unusual problem creating a new database using >Oracle 10g dbca. Whenever I attempt to create the first and only >database using dbca, it reports TNS 12154, and ORA-01031 errors. I have >been using several resources on the web to perform this procedure to >include Dizwell and Puschitz's sites to ensure that I have the precise >procedures, and have shared this problem with my company's Oracle DBA. >I am also a pretty experienced system administator and oracle >administrator, but have been unable to resolve this problem. I have a >new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB >memory. I successfully installed only the oracle software, Oracle >10.1.0.3. I then created the listener using netca, and then attempted >to create the database using dbca. It immediately reported the >TNS-12154 error, which I selected to ignore, but it is then followed by >the ORA-01031-insufficient privileges error. Moreover, I have performed >this operation succesfully on another machine. Any suggestions would be >welcomed. What could I be missing? Usually one creates the database prior to setting up the listener. The errors you are getting now, you are getting *because* the database doesn't exist. -- Sybrand Bakker, Senior Oracle DBA |
|
#4
| |||
| |||
|
On 20 Aug 2006 11:08:23 -0700, fmjohnson@gmail.com wrote: >I've encountered an unusual problem creating a new database using >Oracle 10g dbca. Whenever I attempt to create the first and only >database using dbca, it reports TNS 12154, and ORA-01031 errors. I have >been using several resources on the web to perform this procedure to >include Dizwell and Puschitz's sites to ensure that I have the precise >procedures, and have shared this problem with my company's Oracle DBA. >I am also a pretty experienced system administator and oracle >administrator, but have been unable to resolve this problem. I have a >new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB >memory. I successfully installed only the oracle software, Oracle >10.1.0.3. I then created the listener using netca, and then attempted >to create the database using dbca. It immediately reported the >TNS-12154 error, which I selected to ignore, but it is then followed by >the ORA-01031-insufficient privileges error. Moreover, I have performed >this operation succesfully on another machine. Any suggestions would be >welcomed. What could I be missing? Usually one creates the database prior to setting up the listener. The errors you are getting now, you are getting *because* the database doesn't exist. -- Sybrand Bakker, Senior Oracle DBA |
|
#5
| |||
| |||
| Sybrand Bakker wrote: > On 20 Aug 2006 11:08:23 -0700, fmjohnson@gmail.com wrote: > > >I've encountered an unusual problem creating a new database using > >Oracle 10g dbca. Whenever I attempt to create the first and only > >database using dbca, it reports TNS 12154, and ORA-01031 errors. I have > >been using several resources on the web to perform this procedure to > >include Dizwell and Puschitz's sites to ensure that I have the precise > >procedures, and have shared this problem with my company's Oracle DBA. > >I am also a pretty experienced system administator and oracle > >administrator, but have been unable to resolve this problem. I have a > >new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB > >memory. I successfully installed only the oracle software, Oracle > >10.1.0.3. I then created the listener using netca, and then attempted > >to create the database using dbca. It immediately reported the > >TNS-12154 error, which I selected to ignore, but it is then followed by > >the ORA-01031-insufficient privileges error. Moreover, I have performed > >this operation succesfully on another machine. Any suggestions would be > >welcomed. What could I be missing? > > > Usually one creates the database prior to setting up the listener. > The errors you are getting now, you are getting *because* the database > doesn't exist. > > -- > Sybrand Bakker, Senior Oracle DBA Okay, I took a stab a creating the DB without the listener and oracle promptly reported the same issue, TNS-12154, followed by ORA-01031. Thoughts? |
|
#6
| |||
| |||
| Sybrand Bakker wrote: > On 20 Aug 2006 11:08:23 -0700, fmjohnson@gmail.com wrote: > > >I've encountered an unusual problem creating a new database using > >Oracle 10g dbca. Whenever I attempt to create the first and only > >database using dbca, it reports TNS 12154, and ORA-01031 errors. I have > >been using several resources on the web to perform this procedure to > >include Dizwell and Puschitz's sites to ensure that I have the precise > >procedures, and have shared this problem with my company's Oracle DBA. > >I am also a pretty experienced system administator and oracle > >administrator, but have been unable to resolve this problem. I have a > >new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB > >memory. I successfully installed only the oracle software, Oracle > >10.1.0.3. I then created the listener using netca, and then attempted > >to create the database using dbca. It immediately reported the > >TNS-12154 error, which I selected to ignore, but it is then followed by > >the ORA-01031-insufficient privileges error. Moreover, I have performed > >this operation succesfully on another machine. Any suggestions would be > >welcomed. What could I be missing? > > > Usually one creates the database prior to setting up the listener. > The errors you are getting now, you are getting *because* the database > doesn't exist. > > -- > Sybrand Bakker, Senior Oracle DBA Okay, I took a stab a creating the DB without the listener and oracle promptly reported the same issue, TNS-12154, followed by ORA-01031. Thoughts? |
|
#7
| |||
| |||
| Sybrand Bakker wrote: > On 20 Aug 2006 11:08:23 -0700, fmjohnson@gmail.com wrote: > > >I've encountered an unusual problem creating a new database using > >Oracle 10g dbca. Whenever I attempt to create the first and only > >database using dbca, it reports TNS 12154, and ORA-01031 errors. I have > >been using several resources on the web to perform this procedure to > >include Dizwell and Puschitz's sites to ensure that I have the precise > >procedures, and have shared this problem with my company's Oracle DBA. > >I am also a pretty experienced system administator and oracle > >administrator, but have been unable to resolve this problem. I have a > >new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB > >memory. I successfully installed only the oracle software, Oracle > >10.1.0.3. I then created the listener using netca, and then attempted > >to create the database using dbca. It immediately reported the > >TNS-12154 error, which I selected to ignore, but it is then followed by > >the ORA-01031-insufficient privileges error. Moreover, I have performed > >this operation succesfully on another machine. Any suggestions would be > >welcomed. What could I be missing? > > > Usually one creates the database prior to setting up the listener. > The errors you are getting now, you are getting *because* the database > doesn't exist. > > -- > Sybrand Bakker, Senior Oracle DBA Okay, I took a stab a creating the DB without the listener and oracle promptly reported the same issue, TNS-12154, followed by ORA-01031. Thoughts? |
|
#8
| |||
| |||
| fmjohnson@gmail.com wrote: > Sybrand Bakker wrote: >> On 20 Aug 2006 11:08:23 -0700, fmjohnson@gmail.com wrote: >> >>> I've encountered an unusual problem creating a new database using >>> Oracle 10g dbca. Whenever I attempt to create the first and only >>> database using dbca, it reports TNS 12154, and ORA-01031 errors. I have >>> been using several resources on the web to perform this procedure to >>> include Dizwell and Puschitz's sites to ensure that I have the precise >>> procedures, and have shared this problem with my company's Oracle DBA. >>> I am also a pretty experienced system administator and oracle >>> administrator, but have been unable to resolve this problem. I have a >>> new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB >>> memory. I successfully installed only the oracle software, Oracle >>> 10.1.0.3. I then created the listener using netca, and then attempted >>> to create the database using dbca. It immediately reported the >>> TNS-12154 error, which I selected to ignore, but it is then followed by >>> the ORA-01031-insufficient privileges error. Moreover, I have performed >>> this operation succesfully on another machine. Any suggestions would be >>> welcomed. What could I be missing? >> >> Usually one creates the database prior to setting up the listener. >> The errors you are getting now, you are getting *because* the database >> doesn't exist. >> >> -- >> Sybrand Bakker, Senior Oracle DBA > > Okay, I took a stab a creating the DB without the listener and oracle > promptly reported the same issue, TNS-12154, followed by ORA-01031. > Thoughts? Then lets get down to basics. What operating system and have you verified kernel parameters if not Windows? What is the value of the ORACLE_SID environment variable? What is the value of the ORACLE_HOME environment variable? What exact version of the database to at least 4 decimal points. Can you ping the server? Can you use TNSPING successfully? Post your listener.ora, sqlnet.ora, tnsnames.ora -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.org |
|
#9
| |||
| |||
| fmjohnson@gmail.com wrote: > Sybrand Bakker wrote: >> On 20 Aug 2006 11:08:23 -0700, fmjohnson@gmail.com wrote: >> >>> I've encountered an unusual problem creating a new database using >>> Oracle 10g dbca. Whenever I attempt to create the first and only >>> database using dbca, it reports TNS 12154, and ORA-01031 errors. I have >>> been using several resources on the web to perform this procedure to >>> include Dizwell and Puschitz's sites to ensure that I have the precise >>> procedures, and have shared this problem with my company's Oracle DBA. >>> I am also a pretty experienced system administator and oracle >>> administrator, but have been unable to resolve this problem. I have a >>> new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB >>> memory. I successfully installed only the oracle software, Oracle >>> 10.1.0.3. I then created the listener using netca, and then attempted >>> to create the database using dbca. It immediately reported the >>> TNS-12154 error, which I selected to ignore, but it is then followed by >>> the ORA-01031-insufficient privileges error. Moreover, I have performed >>> this operation succesfully on another machine. Any suggestions would be >>> welcomed. What could I be missing? >> >> Usually one creates the database prior to setting up the listener. >> The errors you are getting now, you are getting *because* the database >> doesn't exist. >> >> -- >> Sybrand Bakker, Senior Oracle DBA > > Okay, I took a stab a creating the DB without the listener and oracle > promptly reported the same issue, TNS-12154, followed by ORA-01031. > Thoughts? Then lets get down to basics. What operating system and have you verified kernel parameters if not Windows? What is the value of the ORACLE_SID environment variable? What is the value of the ORACLE_HOME environment variable? What exact version of the database to at least 4 decimal points. Can you ping the server? Can you use TNSPING successfully? Post your listener.ora, sqlnet.ora, tnsnames.ora -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.org |
|
#10
| |||
| |||
| fmjohnson@gmail.com wrote: > Sybrand Bakker wrote: >> On 20 Aug 2006 11:08:23 -0700, fmjohnson@gmail.com wrote: >> >>> I've encountered an unusual problem creating a new database using >>> Oracle 10g dbca. Whenever I attempt to create the first and only >>> database using dbca, it reports TNS 12154, and ORA-01031 errors. I have >>> been using several resources on the web to perform this procedure to >>> include Dizwell and Puschitz's sites to ensure that I have the precise >>> procedures, and have shared this problem with my company's Oracle DBA. >>> I am also a pretty experienced system administator and oracle >>> administrator, but have been unable to resolve this problem. I have a >>> new installation of CentOS 4.3, on a Dell 4100 dimension with 512MB >>> memory. I successfully installed only the oracle software, Oracle >>> 10.1.0.3. I then created the listener using netca, and then attempted >>> to create the database using dbca. It immediately reported the >>> TNS-12154 error, which I selected to ignore, but it is then followed by >>> the ORA-01031-insufficient privileges error. Moreover, I have performed >>> this operation succesfully on another machine. Any suggestions would be >>> welcomed. What could I be missing? >> >> Usually one creates the database prior to setting up the listener. >> The errors you are getting now, you are getting *because* the database >> doesn't exist. >> >> -- >> Sybrand Bakker, Senior Oracle DBA > > Okay, I took a stab a creating the DB without the listener and oracle > promptly reported the same issue, TNS-12154, followed by ORA-01031. > Thoughts? Then lets get down to basics. What operating system and have you verified kernel parameters if not Windows? What is the value of the ORACLE_SID environment variable? What is the value of the ORACLE_HOME environment variable? What exact version of the database to at least 4 decimal points. Can you ping the server? Can you use TNSPING successfully? Post your listener.ora, sqlnet.ora, tnsnames.ora -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.org |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://dbaspot.com/forums/oracle-server/3697-oracle-10g-dbca.html | ||||
| Posted By | For | Type | Date | |
| Oracle 10g and dbca | This thread | Refback | 07-06-2009 11:57 AM | |
All times are GMT -4. The time now is 09:02 PM.




Linear Mode
