Brbackup - ORA-01017

Brbackup - ORA-01017
Problema BR0051I BRBACKUP 7.40 (22) BR0055I Start of database backup: betuhkhq.anf 2016-08-08 14:52:38 BR0484I BRBACKUP log file: /oracle/TST/sapbackup/betuhkhq.anf BR0280I BRBACKUP time stamp: 2016-08-08 14:52:39 BR0301E...

ORA-00059: maximum number of DB_FILES exceeded

ORA-00059: maximum number of DB_FILES exceeded
ProblemaBR0280I BRSPACE time stamp: 2015-06-01 11:15:55BR1088I Extending tablespace PSAPBTABI ...BR0280I BRSPACE time stamp: 2015-06-01 11:16:34BR0301E SQL error -59 at location BrSqlExecute-1, SQL statement:'/* BRSPACE */ alter tablespace PSAPBTABI...

Criando Oracle DBLINK

Criando Oracle DBLINK
Arquivo tnsnames.ora - Na máquina onde o dblink será criado, configure o arquivo $ORACLE_HOME/network/admin/tnsnames.ora. - Adicione uma entrada como o exemplo abaixo. > Modelo <SID>.WORLD =   (DESCRIPTION =    (SDU = 32768)  ...

Excluindo tablespace via brtools

Excluindo tablespace via brtools
Referencia http://help.sap.com/saphelp_nw70/helpdata/en/99/364d3f51a9995ee10000000a114084/content.htm Solução - Execute o comando no formato abaixo: brspace -f tsdrop -t tablespace_nome onde, tablespace_nome = Nome da tablespace que se deseja...

Purging AWR Reports from SYSAUX tablespaces

Purging AWR Reports from SYSAUX tablespaces
http://remidian.com/2009/08/purging-sysaux-tablespace-purging-awr-repor...

Extend a tablespace via brtools

Extend a tablespace via brtools
Problema - Extend uma tablespace via brtools Solução - Faça login com o usuário ora<.sid>. - Execute o comando brtools. - Siga os passos abaixo. maqtst:oratst 2> brtools BR0651I BRTOOLS 7.20 (34) BR0280I BRTOOLS time stamp: 2013-12-18...

Modificando a SYSAUX após ajuste de retenção AWR

Modificando a SYSAUX após ajuste de retenção AWR
Problema - Após o ajuste de retenção do AWR indicado no post Increasing AWR Retention, percebemos que o espaço livre na tablespace SYSAUX diminuiu. Solução - Faça um extend na tablespace SYSAUX via brtools....

Reference - Installing Oracle Database 12c for Linux

Reference - Installing Oracle Database 12c for Linux
http://docs.oracle.com/cd/E16655_01/install.121/e17720/toc....

Setando caracteres por linha no sqlplus

Setando caracteres por linha no sqlplus
Referencia http://docs.oracle.com/cd/B19306_01/server.102/b14357/ch12040.htm#i2678481 Sintaxe SET LIN[ESIZE] {80 | n} SET LIN[ESIZE] {150 | n} Explicação - Configura o número total de caracteres que o SQL Plus exibe em uma linha antes de começar...

BR0121E Processing of log file /oracle/SID/sapreorg/semslywd.tse failed

BR0121E Processing of log file /oracle/SID/sapreorg/semslywd.tse failed
Problema BR1001I BRSPACE 7.20 (34) BR0252E Function fopen() failed for '/oracle/TST/sapreorg/semslywd.tse' at location main-5 BR0253E errno 13: Permission denied BR0121E Processing of log file /oracle/TST/sapreorg/semslywd.tse failed BR0700E Fatal...

BR1014I Please delete file /oracle/SID/sapreorg/.lock_tse.brs if BRSPACE was killed

BR1014I Please delete file /oracle/SID/sapreorg/.lock_tse.brs if BRSPACE was killed
Problema BR1001I BRSPACE 7.20 (34) BR1002I Start of BRSPACE processing: semslxsn.tse 2013-12-10 09.22.29 BR0484I BRSPACE log file: /oracle/TST/sapreorg/semslxsn.tse BR1013E BRSPACE currently running with function 'tsextend' or was killed BR1014I Please...

BR0301E SQL error -14063 at location tab_onl_reorg-10

BR0301E SQL error -14063 at location tab_onl_reorg-10
Problema BR0301E SQL error -14063 at location tab_onl_reorg-10, SQL statement: 'ALTER TABLE "SAPR3"."CDCLS" ADD PRIMARY KEY ("MANDANT", "OBJECTCLAS", "OBJECTID", "CHANGENR", "PAGENO")' ORA-14063: Unusable index exists on unique/primary constraint...

Exibir tamanho total de uma tabela

Exibir tamanho total de uma tabela
Problema - Exibir tamanho total de uma tabela em mega bytes Solução select     segment_name           table_name,       sum(bytes)/(1024*1024) MBytes  from       user_extents  where...

Export a tablespace

Export a tablespace
Applied Oracle 11.2.0.3, 10.2.0.4 Format exp user/pass FILE=/path/file_name.dmp tablespaces=tablespace_name Example exp system/manger FILE=/oracle/TST/sapdata3/clud.dmp tablespaces=PSAPCLUD&nbs...