Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
11g to 12c migration is done successfully, but in 12c rpd throwing 69 errors

Hi,
All.
I completed 11g to 12c migration successfully, After migrating, 12c rpd throwing 69 errors, it seems that all errors will displaying the same message like Initialization Block is not associated with a valid connection pool, LDAP servers or customer authentication.
If we debug one error we can close all errors in a single instance, Look the errors messages in below sc.
Please try to guide me to resolve these errors, help is appreciated
Regards:
Sujit
Answers
-
Hi,
The message is quite explicit: open your init block and associate it with a connection pool.
PS: you have one init block by variable? You can probably have a single D_Current defining all your D_Current* variables ... : 1 query returning many columns vs many queries returning 1 column each, the first is better (less work for OBIEE and the DB).
0