Oracle 10g and dbca

This is a discussion on Oracle 10g and dbca within the Oracle Server forums in Oracle Database category; 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....

Go Back   Database Forum > Oracle Database > Oracle Server

Database Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-20-2006, 03:14 PM
Default Oracle 10g and dbca

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?

Reply With Quote
  #2  
Old 08-20-2006, 06:07 PM
Default Re: Oracle 10g and dbca

On 20 Aug 2006 11:08:23 -0700, fmjohnson-at-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
Reply With Quote
  #3  
Old 08-20-2006, 06:07 PM
Default Re: Oracle 10g and dbca

On 20 Aug 2006 11:08:23 -0700, fmjohnson-at-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
Reply With Quote
  #4  
Old 08-20-2006, 06:08 PM
Default Re: Oracle 10g and dbca

On 20 Aug 2006 11:08:23 -0700, fmjohnson-at-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
Reply With Quote
  #5  
Old 08-20-2006, 07:20 PM
Default Re: Oracle 10g and dbca


Sybrand Bakker wrote:
> On 20 Aug 2006 11:08:23 -0700, fmjohnson-at-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 Database without the listener and oracle
promptly reported the same issue, TNS-12154, followed by ORA-01031.
Thoughts?

Reply With Quote
  #6  
Old 08-20-2006, 07:20 PM
Default Re: Oracle 10g and dbca


Sybrand Bakker wrote:
> On 20 Aug 2006 11:08:23 -0700, fmjohnson-at-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 Database without the listener and oracle
promptly reported the same issue, TNS-12154, followed by ORA-01031.
Thoughts?

Reply With Quote
  #7  
Old 08-20-2006, 08:04 PM
Default Re: Oracle 10g and dbca


Sybrand Bakker wrote:
> On 20 Aug 2006 11:08:23 -0700, fmjohnson-at-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 Database without the listener and oracle
promptly reported the same issue, TNS-12154, followed by ORA-01031.
Thoughts?

Reply With Quote
  #8  
Old 08-20-2006, 08:40 PM
Default Re: Oracle 10g and dbca

fmjohnson-at-gmail.com wrote:
> Sybrand Bakker wrote:
>> On 20 Aug 2006 11:08:23 -0700, fmjohnson-at-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 Database 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-at-x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Reply With Quote
  #9  
Old 08-20-2006, 08:40 PM
Default Re: Oracle 10g and dbca

fmjohnson-at-gmail.com wrote:
> Sybrand Bakker wrote:
>> On 20 Aug 2006 11:08:23 -0700, fmjohnson-at-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 Database 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-at-x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Reply With Quote
  #10  
Old 08-20-2006, 09:09 PM
Default Re: Oracle 10g and dbca

fmjohnson-at-gmail.com wrote:
> Sybrand Bakker wrote:
>> On 20 Aug 2006 11:08:23 -0700, fmjohnson-at-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 Database 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-at-x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Reply With Quote
Reply


Thread Tools
Display Modes



All times are GMT -4. The time now is 10:49 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by bbpixel2008 :: jvbPlugin R1013.368.1

Search Engine Friendly URLs by vBSEO 3.1.0
vB Ad Management by =RedTyger=
In an effort to better serve ads to our visitors, cookies are used on Mydatabasesupport.com. For more information, check out our Privacy Policy.