Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Getting ORA-29400: data cartridge error while accessing error log

edited Jul 13, 2020 1:19PM in Database

Summary

Getting ORA-29400: data cartridge error while accessing error log

Content

I am trying to access the error log file on a shared Autonomous database infrastructure , and getting data cartridge error.

 

Following are the steps I have performed:

1) I am trying to load some data through external table

BEGIN
  DBMS_CLOUD.CREATE_EXTERNAL_TABLE (
    table_name => 'XX',
    credential_name => 'OBJ_STORE_CRED',
    file_uri_list => '<Path of CSV>',
    column_list => 'XX varchar2(50), XX VARCHAR2(10), XX VARCHAR2(10)',
    format => json_object('type' VALUE 'CSV')
  );
END;

So I get an error

Error report -
ORA-20003: Reject limit reached, query table "ADMIN"."COPY$14_LOG" for error details

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!