Using SampleApp V607 OVA image did the following steps
- log in to pdborcl container via the SQLDeveloper in the image using the connection: 'SYSTEM - Admin123 --pdborcl'
- Creating user in the pluggable datababase: create user NEWDBUSER identified by Admin123;
- starting OBIEE Client Admin tool v12.2.1.3.0 client (however v12.2.1.1.0 does the same)
- creating new database and connection pool in the physical layer: TESTDB, TESTCONNECTIONPOOL with the necessary connections
- right click on the connection pool and select Import Metadata, then leave everything default and click Next.
- The user list appears and there are many users in the list (not all of them though that are visible in the pdborcl via SQL connections) but the newly created user cannot be seen.
I wonder if there is a special additional setup for a freshly created new database user that needs to be done in order to make the user noticable to the OBIEE Admin tool's metadata import or not.
Any advice would be greatly appreciated