|
-
ORA-00600: internal error
Hello everybody
Everytime I am getting the following error when I executing a procedure.
ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
[], [], [], []
ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
[], [], [], []
ORA-00600: internal error code, arguments: [17114], [356188852], [], [],
[], [], [], []
ORA-06502: PL/SQL: numeric or value error: number precision too large
ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
[], [], [], []
ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
[], [], [], []
ORA-00600: internal error code, arguments: [17114], [358941364], [], [],
[], [], [], []
ORA-06502: PL/SQL: numeric or value error: number precision too large
ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
I am using oracle 8i (8.1.6). How can I get rid of this error?
-
Re: ORA-00600: internal error
"Lakshmanan" <lsakthivel@ilaunch.com> wrote:
>
>Hello everybody
>Everytime I am getting the following error when I executing a procedure.
>
>ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17114], [356188852], [], [],
>[], [], [], []
>ORA-06502: PL/SQL: numeric or value error: number precision too large
>ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
>
>
>
>
>ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17114], [358941364], [], [],
>[], [], [], []
>ORA-06502: PL/SQL: numeric or value error: number precision too large
>ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
>
>
>I am using oracle 8i (8.1.6). How can I get rid of this error?
>
Check to see if your database in conected correctly. It seems like that
you have a previous instance that is running. What platform are you working
on? Have you resently done an update?
-
Re: ORA-00600: internal error
Hi,
Numeric or values (6502) comes when you try to store a big string/number
in a variable which doesnot have sufficient width.
Regards,
Selva.
"Lakshmanan" <lsakthivel@ilaunch.com> wrote:
>
>Hello everybody
>Everytime I am getting the following error when I executing a procedure.
>
>ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17114], [356188852], [], [],
>[], [], [], []
>ORA-06502: PL/SQL: numeric or value error: number precision too large
>ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
>
>
>
>
>ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17114], [358941364], [], [],
>[], [], [], []
>ORA-06502: PL/SQL: numeric or value error: number precision too large
>ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
>
>
>I am using oracle 8i (8.1.6). How can I get rid of this error?
>
-
Re: ORA-00600: internal error
what a developer u are u dont know how to create a database link commeon I
am not in mood to telll u
"Lakshmanan" <lsakthivel@ilaunch.com> wrote:
>
>Hello everybody
>Everytime I am getting the following error when I executing a procedure.
>
>ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17114], [356188852], [], [],
>[], [], [], []
>ORA-06502: PL/SQL: numeric or value error: number precision too large
>ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
>
>
>
>
>ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17114], [358941364], [], [],
>[], [], [], []
>ORA-06502: PL/SQL: numeric or value error: number precision too large
>ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
>
>
>I am using oracle 8i (8.1.6). How can I get rid of this error?
>
-
Re: ORA-00600: internal error
"Lakshmanan" <lsakthivel@ilaunch.com> wrote:
>
>Hello everybody
>Everytime I am getting the following error when I executing a procedure.
>
>ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17112], [356188852], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17114], [356188852], [], [],
>[], [], [], []
>ORA-06502: PL/SQL: numeric or value error: number precision too large
>ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
>
>
>
>
>ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17112], [358941364], [], [],
>[], [], [], []
>ORA-00600: internal error code, arguments: [17114], [358941364], [], [],
>[], [], [], []
>ORA-06502: PL/SQL: numeric or value error: number precision too large
>ORA-06512: at "WW_REPORT_OUTPUT", line 1758 ORA-06512: at line 1
>
>
>I am using oracle 8i (8.1.6). How can I get rid of this error?
>
If you using sevlet then check JDBC Driver(class12.zip) version ..~_+
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks