| ORA-01453 Error (merged 3) [message #510656] |
Tue, 07 June 2011 03:04  |
|
|
Guys,
I am getting this error
ORA-01453
After execution of the following simple query
SELECT lta_number, CV.customer_code || ' ' || CV.customer_name customer,
print_count, 0 PRT
FROM customers_view CV, lta_profile lp
WHERE CV.customer_code = lp.customer_code
AND lp.depot_code = 400
AND NVL (ho_approved, 'N') = 'Y'
AND lp.depot_code = CV.depot_code
ORDER BY NVL (print_count, 0), lta_number DESC
Your Expertise required,
Javed A. Khan
-
Attachment: Error.JPG
(Size: 335.72KB, Downloaded 612 times)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: ORA-01453 Error (merged 3) [message #510675 is a reply to message #510671] |
Tue, 07 June 2011 04:02   |
|
|
Guys,
Its a form which wil insert the data in one table and after that statement there is another which i wrote in first post [The query] , inserting the data in another table. These are two diffrent tables. After everything i am writing a commit. The same thing working fine one my replica schema which is few days older. I have checked with the data and formats..everythings fine. Is this something to do with DB side?
|
|
|
|
|
|