Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

Problema ao executar comando access advisor

Quando executo o comando para gerar o arquivo do access advisor

EXECUTE DBMS_ADVISOR.CREATE_FILE(DBMS_ADVISOR.GET_TASK_SCRIPT('TAREFA_01'),'TUNE_SCRIPTS_SAIDAS','TAREFA_01.SQL');

apresenta o seguinte erro

Erro a partir da linha : 116 no comando - BEGIN DBMS_ADVISOR.CREATE_FILE(DBMS_ADVISOR.GET_TASK_SCRIPT('TAREFA_01'),'TUNE_SCRIPTS_SAIDAS','TAREFA_01.SQL'); END; Relatório de erros - ORA-22285: diretório ou arquivo inexistente para operação FILEOPEN ORA-06512: em "SYS.DBMS_LOB", line 1481 ORA-06512: em "SYS.DBMS_ADVISOR", line 632 ORA-06512: em line 1 22285. 00000 - "non-existent directory or file for %s operation" *Cause: Attempted to access a directory that does not exist, or attempted to access a file in a directory that does not exist. *Action: Ensure that a system object corresponding to the specified directory exists in the database dictionary, or make sure the name is correct.

2 respostas

vi q tinha um erro no nome da pasta, corrigi mas o erro mostrado agora é outro

BEGIN DBMS_ADVISOR.CREATE_FILE(DBMS_ADVISOR.GET_TASK_SCRIPT('TAREFA_03'),'TUNE_SCRIPTS_SAIDA','TAREFA_02.SQL'); END; Relatório de erros - ORA-22288: falha no arquivo ou na operação LOBFILEOPEN Acesso negado. ORA-06512: em "SYS.DBMS_LOB", line 1481 ORA-06512: em "SYS.DBMS_ADVISOR", line 632 ORA-06512: em line 1 22288. 00000 - "file or LOB operation %s failed\n%s" *Cause: The operation attempted on the file or LOB failed. *Action: See the next error message in the error stack for more detailed information. Also, verify that the file or LOB exists and that the necessary privileges are set for the specified operation. If the error still persists, report the error to the DBA.

solução!

Problema resolvido, é so conceder autorização à pasta do windows a todos usuarios autenticados que nao ocorrerá mais o problema.