ORA-12500

Hi there,

just curieus: has anyone seen this error before??

STATUS: E1000
MESSAGE: ORA-12500: TNS : listener failed to start a dedicated server
process
DB ERROR: -12500

We get this message everytime we do something with the repository,
connecting, retrieving or sending reports, refreshing, etc. Every second
time it works ok.

the Repository is in a 7.3.2.3 Oracle dbase on WinNT server 4. We use BO
4.1.3.

Anyone?

Kind regards,

Eilko


Applicatiebeheer Financiele Systemen Tel. 053 - 4842403
Dagblad Tubantia / Twentsche Courant Fax. 053 - 4842505


Listserv Archives (BOB member since 2002-06-25)

I’m not sure exactly what the error message was, but I have encountered
problems like this before. You may want to rebuild your BOMain.key and make
sure the connection is set to “Disconnect after each transaction”. This has
solved most problems I have come across.


Listserv Archives (BOB member since 2002-06-25)

Reference toL

STATUS: E1000
MESSAGE: ORA-12500: TNS : listener failed to start a dedicated server
process
DB ERROR: -12500

Are all of your domains on the same Oracle instance / same version of
Oracle ? We had the same problem. We had the Development domains on Oracle
7.23, and Test domains on Oracle 8.3, both on the same Oracle instance, and
we had the security domain and the Production domains on Oracle 8.3 on a
separate Oracle instance. We were using SQL*NET 2.3 as the middleware.

To solve our problem, we had to upgrade all of our clients to Net 8, and
change the domain connect strings (inside of the Supervisor Module) to Net
8. Hope this helps point you in the right direction.

Sandy Brotje
Roadway Express
sbrotje@roadway.com


Listserv Archives (BOB member since 2002-06-25)

That’s funny. With “asynchronous mode” turned on, I have the best luck with
the “Keep active during whole session” option. (Oracle 7.3.3 database, BO
4.1.3.)


Erich Hurst
Compaq Computer Corporation

“It is so easy to break eggs without making omlettes.” – C.S. Lewis


Listserv Archives (BOB member since 2002-06-25)

Eric,

Be careful of using this setting. I can cause you to exceed your license
for SQL if you are licensed by concurrent users. The recommendation is to
use the ‘Keep the connection active for 1 minute’ which allows the
appropriate connect and disconnect processes to complete. This also does
not typically endanger your licenses.


Listserv Archives (BOB member since 2002-06-25)

Hi Sandy,

MESSAGE: ORA-12500: TNS : listener failed to start a dedicated server
process DB ERROR: -12500
To solve our problem, we had to upgrade all of our clients to Net 8, and
change the domain connect strings (inside of the Supervisor Module) to Net

  1. Hope this helps point you in the right direction.

We think this will help for us too. We found out that this server uses
an older SQLnet server than the other BO servers. We will try to upgrade
to the same level and expect that our problem will be solved.

Thanks to all for giving so many hints!

Regards,

Eilko


Applicatiebeheer Financiele Systemen Tel. 053 - 4842403
Dagblad Tubantia / Twentsche Courant Fax. 053 - 4842505


Listserv Archives (BOB member since 2002-06-25)

I wanted to update this thread with a resolution. Recently, one of our DB’s was moved from one server to another and many users suddenly started getting this error; however, our DBA and a some others had no problems connecting. After researching the issue we discovered many of us were using a slightly different version of the sqlnet.ora file. Those who could not connect had a parameter embeded in their sqlnet.ora file(s) called USE_DEDICATED_SERVER = ON and apparently this was the cause of the problem. Once this parameter was removed from the appropriate file the issue was resolved.


jswoboda :us: (BOB member since 2002-06-20)