|
-
internal error
the portuguese error message says: 'error in line 1, internal code error, arguments: ....'
what is that?
select a.file_name, b.phyrds + b.phywrts "Total I/O"
from dba_data_files a, v$filestat b
where a.file_id = b.file#
union
select a.file_name, b.phyrds "Total I/O"
from dba_temp_files a, v$filestat b
where a.file_id = b.file#
order by 2 desc;
select a.file_name, b.phyrds + b.phywrts "Total I/O"
*
ERRO na linha 1:
ORA-00600: código de erro interno, argumentos: [ktfthcf-1], [201], [], [], [],
[], [], []
F
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|