Boa tarde!
Serei palestrante no SAP Forum Brasil 2014 com o seguinte tema "Case Unifi: Otimizando processos de armazenagem".
No dia 12/02/14, às 01:30 PM no Transamérica Expo Center em São Paulo.
Abordaremos...
Home » Archives for dezembro 2013
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

http://remidian.com/2009/08/purging-sysaux-tablespace-purging-awr-repor...
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

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

http://docs.oracle.com/cd/E16655_01/install.121/e17720/toc....
Internal error CREATE_TEMPLATE in CL_W3_TEMPLATE->ADD - W3_TOOL001

Problema
Internal
error CREATE_TEMPLATE in CL_W3_TEMPLATE->ADD; inform person
responsible
Message no. W3_TOOL001
Referencia
Note 1276337 -
ITSmobile: required internet services
Solução
- Execute a transação SIAC_PUBLISH_ALL_INT&nb...
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...
ABAP - Setando o Foco em um campo

Referencia
http://scn.sap.com/thread/621726
Sintaxe
SET CURSOR { { FIELD field [LINE line] [[DISPLAY] OFFSET off] }
| { col lin } }.
Explicação
- Por exemplo, caso sua tela tenha...
Type of role XXXXXX is undetermined

Problema
Type
of role XXXXXX is undetermined
Message no. S#431
Diagnosis
The type of the role XXXXXX
is undetermined, since there is no entry for the type COLL_AGR for this role in
the table AGR_FLAGS.
System
Response
The operation cannot
be...
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

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

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

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...
Analisando performance de uma transação

Referencia
http://wiki.scn.sap.com/wiki/display/ABAP/Single+Transaction+Analysis
Solução
- Execute a transação SE30 e analise as estatísticas gerad...
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...
EXP-00026: conflicting modes specified

Referencia
http://docs.oracle.com/cd/B10501_01/server.920/a96525/expus.htm
Problema
maqtst:oratst 16> exp system/manager FILE=clud.dmp tablespaces=PSAPCLUD owner=SAPR3 full=y rows=y
Export: Release 11.2.0.3.0 - Production on Wed Dec 4 10:10:20...