Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 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