Oracle OCI API RMAN Commands

279 views Asked by At

When I try to execute the "delete noprompt archivelog until time ‘SYSDATE-1’;" command using "OCIStmtExecute" function ,

I am getting an error like
"ORA-00933: SQL command not properly ended"

Is this the correct command to delete ARCHIVE logs?

Whether it is possible to execute RMAN commands using OCI API ? Are there any OCI functions to delete ARCHIVELOGS (log truncation) ?

0

There are 0 answers