Database Networking (MOSC)

MOSC Banner

Using ldapseach I need to get a list of all oracle service name aliases on specific Oracle host

edited Aug 23, 2024 2:21PM in Database Networking (MOSC) 5 commentsAnswered ✓

Trying variations of this command.

Problem is ldapsearch will only return 1000 entries and that does not include all service names I need. -z size override doesn't work for me.

ldapsearch -h ldapserver.xxx.xxx.com -p NNN -D CN=orclNetService,CN=OracleContext,CN=Schema,CN=Configuration -b DC=corp,DC=valero,DC=com -z 10000 >ldapout

Any ideas would help.

The list I would like would:

Alias service name host
Alias service name host

If you are wondering why I have so many aliases for one services name.. Its a SAP thing out of the box.

If it is important this is from Red Hat Enterprise Linux 8.10 (Ootpa). Oracle 19c

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center