I can not connect to the database

DBA Geral (instalação, configuração do banco, scripts do Sql*Plus, shell scripts, batch scripts, etc...)
Post Reply
rodfbar
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 241
Joined: Tue, 09 Oct 2007 11:15 am
Location: Batatais - SP

Environment information:
* Oracle version: 9.2.0.1.0
* Operating system: WinXP


Good afternoon guys ... I'm facing a problem here, I have a network micro that connects to the banks of the served normally. I installed it in the same version of the bank that is on the server, I configured the files of tnsnames, everything beauty .... the bank was connecting everything right, only one hour to another after restarting the computer I can only connect with the SQL -Plus (MS-DOS), nor oracle sql-plus * ferment does not connect ... the worst is that no error message, just locks ....

already passed by iso or have some idea of ??what can be ....

already tried to reconfigure the lister (net configuration) but he also hangs ...
Dulima-SP
Rank: DBA Júnior
Rank: DBA Júnior
Posts: 193
Joined: Thu, 24 Jan 2008 1:56 pm
Location: SP
Dulima

DBA Oracle Jr

Neither the Alert does not appear error ?? -
rodfbar
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 241
Joined: Tue, 09 Oct 2007 11:15 am
Location: Batatais - SP

I already solved ... I deleted the lister and includes again ... it was kind of kick ... but thanks for the attention ...

Now I'm facing a message of the type

Select all

ORA-00257: archiver error. Connect internal only, until freed.
This is not with a good face ... Rs Someone know what can be done?


Abrçs
Blackout
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 2
Joined: Fri, 19 Sep 2008 1:38 pm
Location: Fortaleza - CE

Galera, I have a local bank that is mirror than I have on the server, I had to restart my micro because the same had caught, the other day when I tried to connect in the SQL * plus gave the sequise message:

Select all

ERROR: 
ORA-01033: ORACLE initialization or shutdown in progress" 
Tentei fazer o seguinte procedimento: 
 
SQL> connect / as sysdba 
Conectado. 
SQL> shutdown 
ORA-01109: banco de dados não aberto 
 
 
Banco de dados desmontado. 
Instância ORACLE desativada. 
SQL> startup 
Instância ORACLE iniciada. 
 
Total System Global Area  167772160 bytes 
Fixed Size                  1247900 bytes 
Variable Size              83887460 bytes 
Database Buffers           79691776 bytes 
Redo Buffers                2945024 bytes 
Banco de dados montado. 
 
Então ele me retorna o erro: 
ORA-00600: código de erro interno, argumentos: [kcratr1_lastbwr], [], [], [], 
[], [], [], []
What error is this and how can I solve.
Thank you in advance.
elidias7
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Thu, 01 Nov 2007 2:53 pm
Location: Osasco
Eli Dias
Oracle Certified Professional

Good afternoon,

When generic errors happens this way it is difficult to view, the cool would be to enter the metalink site for verification.

Only one thing, at Alert.log Is no other message your message with this, in the moment you realize the instance startup?


Hugs,
Blackout
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 2
Joined: Fri, 19 Sep 2008 1:38 pm
Location: Fortaleza - CE

Dude, I did not find Alert.Log, I think I'll reinstall the bank again, but thank you very much for help.
Andre-PE
Rank: Estagiário Sênior
Rank: Estagiário Sênior
Posts: 11
Joined: Tue, 21 Aug 2007 2:17 pm
Location: Jaboatão dos guararapes PE
André Phillipe
DBA Oracle

Rodfbar,

Have you solved your problem or do you still need help?

[] 's
thiagosombra
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 2
Joined: Tue, 15 Mar 2011 8:48 am
Location: Brasília - DF

Oproblem happened to me yesterday.:

Select all

ORA-00257: archiver error. Connect internal only, until freed tips, 
First, check the Alert and Trace files to discover the real problem:

Select all

show parameter background_dump_dest;
In my case, it was the files that specify the limit size for the Flash Recovery Area, they had burst the limit
to resolve, it has to check the size available in the Arch Logs.

Available limit:

Select all

SELECT * FROM V$RECOVERY_FILE_DEST;


Location Where is being stored:

Select all

show parameter log_archive_dest
or You change location or increases the file size

move them to a new location - in my case using the ASM:

log_archive_dest_1: This parameter defines The location that the Archive Logs will be created.

Select all

alter system set LOG_ARCHIVE_DEST_1='location=+DG_DATA2/';

or

Select all

alter system set LOG_ARCHIVE_DEST_1='location=/u01/oradata/MYSID/archive/';

change the size of the File:

db_recovery_file_dest_size: Specifies the limit size for the Flash Recovery Area Manage RMAN-made backups, for example, you can set a maximum storage value that the area will maintain.

Select all

ALTER SYSTEM SET db_recovery_file_dest_size='10G' SCOPE=BOTH;
Finally, do the redolols switch and the filing of the same.:

Select all

ALTER SYSTEM SWITCH LOGFILE; 
ALTER SYSTEM ARCHIVE LOG ALL;
more or less it there!

@ thisombra hug to all !!
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 8 guests