Top "Ora-06512" questions

Oracle database error code ORA-06512: unhandled exception

Oracle Error ORA-06512

Just can't figure out why it gives me ORA-06512 Error PROCEDURE PX(pNum INT,pIdM INT,pCv VARCHAR2,pSup FLOAT) …

oracle stored-procedures plsql ora-06512
ORA-29283: invalid file operation ORA-06512: at "SYS.UTL_FILE", line 536

Below is the code i use to extract data from a table to a flat file. BEGIN DECLARE file_name …

oracle plsql oracle11g ora-06512
Error during trigger execution - ORA-06512 - ORA-04088

I've these tables CELL(CellId, x0, y0, x1, y1, CurrentPhone#, MaxCalls) TELEPHONE(PhoneNo, x, y, PhoneState) STATE_CHANGE(ChangeId, TimeStamp, …

sql triggers oracle11g ora-06512 ora-04088
Oracle 00932. 00000 - "inconsistent datatypes: expected %s got %s"

well i'm still new in oracle, i'm trying to query a table with a subquery..it looks like this select …

sql oracle stored-procedures ora-06512
Oracle's dbms_metadata.get_ddl for object_type JOB

I'd like to create ddl scripts for most of my database objects. dbms_metadata.get_ddl works for most of …

oracle oracle10g jobs ora-06512 dbms-metadata
DBMS_Snapshot.refresh not working on 11g , materialized view error

I executed DBMS_Snapshot.refresh on Oracle 10g it worked fine, but when i execute the same on Oracle 11g …

oracle oracle11g ora-06512
ORA-12545: Connect failed because target host or object does not exist ORA-06512

I have the following error message when I try to establish a HTTP request connection: ORA-29273: HTTP request failed ORA-06512: …

oracle plsql oracle10g ora-06512
PL/SQL Append_Values Hint gives error message

I am having trouble doing a large number of inserts into an Oracle table using PL/SQL. My query goes …

oracle plsql ora-06512
RAISE_APPLICATION_ERROR issue

I have developed a trigger that checks the validity of a date. It works fine because it prevents me from …

oracle triggers oracle10g ora-06512
Problem with UTL_SMTP package (sending emails from ORACLE)

Everything's been working fine and haven't made any changes to our mail packages. But i just noticed that our unsent_…

sql oracle email ora-06512