Export OID users (count more than 10k) with oraclguid
We have OID 12c and plan to copy data/users from one OID to another OID.
- we have tried to export using ODSM and it has limit for 20000 entries.
- ldapsearch not bring the all attributes (ex.. oraclguid).
./ldapsearch -h <host>-p <port>-D "cn=orcladmin" -w <password> -L -s -b "base DN" "(objectclass=)" "" > users.ldif
Please support me to export or copy all entries/attributes for users.
Thanks,
Pedda.