Error or-12514 after shutdown

DBA Geral (instalação, configuração do banco, scripts do Sql*Plus, shell scripts, batch scripts, etc...)
Post Reply
igor.rmarinho
Rank: Programador Sênior
Rank: Programador Sênior
Posts: 58
Joined: Sat, 13 Mar 2010 5:12 pm
Location: MG

Environment information:
* Oracle version: 10g
* Operating system: XP / Winserver 2003

I have a problem, whenever I create a bank (use The database configuration wizard) and I give the

Select all

shutdown immediate
and then I'll give the

Select all

startup mount;
it does not come back ...
Always the error or-12514
Now I'm running on the local machine, but on the server is giving the same problem.
Someone already had this problem and know how to solve?
igor.rmarinho
Rank: Programador Sênior
Rank: Programador Sênior
Posts: 58
Joined: Sat, 13 Mar 2010 5:12 pm
Location: MG

Error Screen [url=http://img37.imageshack.us/i/ora12514.png/]Image

Uploaded with [url=http://imageshack.us]ImageShack.us
igor.rmarinho
Rank: Programador Sênior
Rank: Programador Sênior
Posts: 58
Joined: Sat, 13 Mar 2010 5:12 pm
Location: MG

Sorry to post again ... But I forgot to post the LSNRCTL status screen
[url=http://img85.imageshack.us/i/lsnrctlstatus.jpg/]Image

Uploaded with [url=http://imageshack.us]ImageShack.us
diegolenhardt
Moderador
Moderador
Posts: 1177
Joined: Thu, 15 Oct 2009 10:28 am
Location: Recife

It is connected to SQLPlus as:

does

Select all

 
sqlplus "/ as sysdba" 
You must be doing
SQLPLUS SYS @ SID
igor.rmarinho
Rank: Programador Sênior
Rank: Programador Sênior
Posts: 58
Joined: Sat, 13 Mar 2010 5:12 pm
Location: MG

I'm in SQLPlus like Sysdba
diegolenhardt
Moderador
Moderador
Posts: 1177
Joined: Thu, 15 Oct 2009 10:28 am
Location: Recife

It seems that you are connecting via Listener, and then clear after it knocks down the local seat to connect again

is using @sid?
igor.rmarinho
Rank: Programador Sênior
Rank: Programador Sênior
Posts: 58
Joined: Sat, 13 Mar 2010 5:12 pm
Location: MG

I am shaking

Select all

sqlplus /nolog 
conn sys@t1/senha as sysdba
Does it have to be otherwise?
diegolenhardt
Moderador
Moderador
Posts: 1177
Joined: Thu, 15 Oct 2009 10:28 am
Location: Recife

I assume that you are on the machine where the bank is, then it would be:

Windows:

Select all

set ORACLE_SID=t1
Linux

Select all

export ORACLE_SID=t1 
sqlplus "/ as sysdba"
will connect, make the startup that will work ....

When you use the @ T1 you are connecting through the listener, but as you will connect If the bench is out, you said?
igor.rmarinho
Rank: Programador Sênior
Rank: Programador Sênior
Posts: 58
Joined: Sat, 13 Mar 2010 5:12 pm
Location: MG

It worked: D
Thank you Diego !!!
It was 2 days Garrado in this problem!
and the staff talking to me to do things "mirabolantes" possible !!
vlw!
diegolenhardt
Moderador
Moderador
Posts: 1177
Joined: Thu, 15 Oct 2009 10:28 am
Location: Recife

Tranquil,

needing there, usually things are simpler than they seem..rs

embrace
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest