Using ldapseach I need to get a list of all oracle service name aliases on specific Oracle host
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