Topic: Database Administration >> PL/Sql error PLW-07202
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: PL/Sql error PLW-07202 |
| Nehru |
Posted: Mar 20, 2008 02:42:49 AM |
Total Post: 43
Joined: Jul, 2007
|
Hi Experts,
I am getting one Warning when i am trying to compile my procedure in my oracle developer (version 1.0.0.15) and the oracle server version is 10.1.0.2 and my procedure is accessig the other DB tables through DB Link.
Warning Code :"Warning(73,11): PLW-07202: Message 7202 not found; No message file for product=plsql, facility=PLW"
I saw even this warning is exist my procedure was executing perfect.
I very Thank ful for your valuable suggestions.
Take Care,
Nehru
|
|
|
MOH_DBA |
| Posted: Mar 22, 2008 06:59:14 AM | |
|
Total Post: 124
Joined: Nov, 2007
|
It is a Performance Warning Message.
The column type and the bind type do not exactly match. This will result in the column being converted to the type of the bind variable. This type conversion may prevent the SQL optimizer from using any index the column participates in. This may adversely affect the execution performance of this statement
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 814 |
| Mohammed Taj | 694 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| positive fanatic | 361 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 242 |
| neeraj sharma | 228 |
| Ramesh Jois | 226 |
| snehalatha p | 169 |
|
|