http://docs.oracle.com/cd/E16655_01/install.121/e17720/toc....
Home » All posts
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...