Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

How To Creating An Oracle Internet Directory Component By Using Opmnctl?

Answer»

WE create an Oracle Internet DIRECTORY system COMPONENT in an Oracle instance by USING opmnctlcreatecomponent. This command automatically registers the component with a WebLogic DOMAIN at the time you create the component, as long as the instance is in a registered STATE.

WE create an Oracle Internet Directory system component in an Oracle instance by using opmnctlcreatecomponent. This command automatically registers the component with a WebLogic domain at the time you create the component, as long as the instance is in a registered state.

2.

How To Registering An Oracle Instance Or Component With The Weblogic Server?

Answer»

If you want to MANAGE an ORACLE Internet Directory component with Oracle ENTERPRISE Manager Fusion Middleware Control, you must register the component and the Oracle instance that contains it with a WebLogic DOMAIN. You can register an Oracle instance with a WebLogic domain during installation or Oracle instance creation, but you are not required to do so. If an Oracle instance was not PREVIOUSLY registered with a WebLogic domain, you can register it by using opmnctlregisterinstance.

If you want to manage an Oracle Internet Directory component with Oracle Enterprise Manager Fusion Middleware Control, you must register the component and the Oracle instance that contains it with a WebLogic domain. You can register an Oracle instance with a WebLogic domain during installation or Oracle instance creation, but you are not required to do so. If an Oracle instance was not previously registered with a WebLogic domain, you can register it by using opmnctlregisterinstance.

3.

How To Create First Internet Directory?

Answer»

Creating the First Oracle Internet Directory Instancez:

When you install Oracle Internet Directory on a host computer, Oracle IDENTITY MANAGEMENT 11g Installer creates an Oracle Fusion Middleware system component of Type=OID in a NEW or existing Oracle instance (ASINST). The Oracle Internet Directory component contains an OIDMON process and an Oracle Internet Directory instance (inst=1). The Oracle Internet Directory instance consists of a dispatcher process and one or more OIDLDAPD processes. The component name for the first Oracle Internet Directory component is usually oid1 and the Oracle instance name is chosen during the installation, usually asinst_1.

Oracle Identity Management 11g Installer creates the following instance-specific configuration entry for this component during installation:

cn=oid1,cn=oidldapd,cn=sub config subentry

In addition, Oracle Identity Management 11g Installer creates some file system directories under the Oracle instance directory. Some of the pathnames it creates are are specific to the component name.

For example, the pathnames under your Oracle instance on UNIX or Linux include:

ORACLE_INSTANCE/config/OID/oid1

ORACLE_INSTANCE/diagnostics/logs/OID/oid1

If you selected Create New Domain or Extend Existing Domain during installation, the Oracle Internet Directory component is registered with a WebLogic domain. If you selected Configure Without a Domain during installation, the Oracle Internet Directory component is not registered with a domain. You can register it later from the command line. Registering with a domain in this case is optional.

Creating the First Oracle Internet Directory Instancez:

When you install Oracle Internet Directory on a host computer, Oracle Identity Management 11g Installer creates an Oracle Fusion Middleware system component of Type=OID in a new or existing Oracle instance (ASINST). The Oracle Internet Directory component contains an OIDMON process and an Oracle Internet Directory instance (inst=1). The Oracle Internet Directory instance consists of a dispatcher process and one or more OIDLDAPD processes. The component name for the first Oracle Internet Directory component is usually oid1 and the Oracle instance name is chosen during the installation, usually asinst_1.

Oracle Identity Management 11g Installer creates the following instance-specific configuration entry for this component during installation:

cn=oid1,cn=oidldapd,cn=sub config subentry

In addition, Oracle Identity Management 11g Installer creates some file system directories under the Oracle instance directory. Some of the pathnames it creates are are specific to the component name.

For example, the pathnames under your Oracle instance on UNIX or Linux include:

ORACLE_INSTANCE/config/OID/oid1

ORACLE_INSTANCE/diagnostics/logs/OID/oid1

If you selected Create New Domain or Extend Existing Domain during installation, the Oracle Internet Directory component is registered with a WebLogic domain. If you selected Configure Without a Domain during installation, the Oracle Internet Directory component is not registered with a domain. You can register it later from the command line. Registering with a domain in this case is optional.

4.

How To Add Oid Entities?

Answer»

<P>$ ldapadd -H my-host-name -p 389 -D “cn=orcladmin” -W mypassword -F names.ldif

$ ldapadd -h my-host-name -p 389 -D “cn=orcladmin” -w mypassword -f names.ldif

5.

Where To Find Log Files Related To Oid?

Answer»

LOGS RELATED to OIDMON, OIDCTL, OIDLDAPD should be in $ORACLE_HOME/ldap/log DIRECTORY , ODISRV related logs should be in $ORACLE_HOME/ldap/ODI/log.

Logs related to OIDMON, OIDCTL, OIDLDAPD should be in $ORACLE_HOME/ldap/log directory , ODISRV related logs should be in $ORACLE_HOME/ldap/ODI/log.

6.

How To Delete Oid ?

Answer»

<P>$ ldapdelete -H my-host-name -p 389 -D “cn=orcladmin” -W mypassword “cn=TESTENTRY,cn=OracleContext,dc=mycompany,dc=com”

$ ldapdelete -h my-host-name -p 389 -D “cn=orcladmin” -w mypassword “cn=TESTENTRY,cn=OracleContext,dc=mycompany,dc=com”

7.

What Is Ldap ?

Answer»

LDAP stands for Lightweight DIRECTORY Access PROTOCOL. In plain and simple terms, its a database whereby it has all the details of all of organizations, individuals, and other resources such as FILES and devices in a network, whether on the Internet or on corporate intranetand whether or not you know the domain name, IP address, or geographic whereabouts. An LDAP directory can be DISTRIBUTED among many servers on a network, then replicated and synchronized regularly. An LDAP server is also KNOWN as a Directory System Agent (DSA). Itsa not a relational database. Outlook and other email programs uses LDAP to search for a recipient in an organization.

LDAP stands for Lightweight Directory Access Protocol. In plain and simple terms, its a database whereby it has all the details of all of organizations, individuals, and other resources such as files and devices in a network, whether on the Internet or on corporate intranetand whether or not you know the domain name, IP address, or geographic whereabouts. An LDAP directory can be distributed among many servers on a network, then replicated and synchronized regularly. An LDAP server is also known as a Directory System Agent (DSA). Itsa not a relational database. Outlook and other email programs uses LDAP to search for a recipient in an organization.

8.

How To Start/stop Oid ?

Answer»

OID Data including STATUS of OID SERVERS (OIDLAPD, ODISRV OIDREPLD) is stored in ORACLE Database so in ORDER to start OID first start Database and Database Listener. Then

To Start OID – opmnctl startproc ias-component=OID

To Stop OID – opmnctl stopproc ias-component=OID

OPMNCTL will first start OIDMON (OID Monitoring Process) and then instruct OIDCTL (OID Control) to start OIDLDAPD and ODISRV daemons.

OID Data including status of OID Servers (OIDLAPD, ODISRV OIDREPLD) is stored in Oracle Database so in order to start OID first start Database and Database Listener. Then

To Start OID – opmnctl startproc ias-component=OID

To Stop OID – opmnctl stopproc ias-component=OID

OPMNCTL will first start OIDMON (OID Monitoring Process) and then instruct OIDCTL (OID Control) to start OIDLDAPD and ODISRV daemons.

9.

How To Modify Oid Entities?

Answer»

$ ldapmodify -h my-host-name -p 389 -D cn=orcladmin -W mypassword -c -v -f <FILENAME>.ldif

$ ldapmodify -h my-host-name -p 389 -D cn=orcladmin -w mypassword -c -v -f <filename>.ldif

10.

How To Lookup Oid Entities?

Answer»

<P>ldapsearch -h my-host-name -p 389 -D “cn=orcladmin” -w mypassword -b “cn=TESTENTRY,cn=OracleContext,dc=mycompany,dc=com” -s base “OBJECTCLASS=*” orclnetdescstring

ldapsearch -h my-host-name -p 389 -D “cn=orcladmin” -w mypassword -b “cn=TESTENTRY,cn=OracleContext,dc=mycompany,dc=com” -s base “objectclass=*” orclnetdescstring

11.

What Are Different Daemon/server In Oid ?

Answer»

There are three servers/daemon in OID:

OIDLDAPD – This is the main server/daemon WAITING for ldap request (ldapsearch, ldapadd, ldapmodify, ldapdelete..). When any APPLICATION want to do any ldap operation(add, modify, delete, search..) on OID object (USER, group, application..), that request is fulfilled by this server/daemon.

ODISRV – also CALLED as Oracle Directory Integration Server, this is used for integration of Various Application (Portal, BI, E-Business Suite/Apps) with OID for user/group data. If any user/group is added/deleted in Portal/BI synchronization of that user to OID is done by this Daemon (Vice Versa). If you have Integrated Apps(11i/R12) with OID/SSO then users is provisioned/de-provisioned using this daemon of OID.

OIDREPLD – Also called as OID Replication Daemon is used if you have replicated OID. By default this daemon is disabled.

There are three servers/daemon in OID:

OIDLDAPD – This is the main server/daemon waiting for ldap request (ldapsearch, ldapadd, ldapmodify, ldapdelete..). When any application want to do any ldap operation(add, modify, delete, search..) on OID object (user, group, application..), that request is fulfilled by this server/daemon.

ODISRV – also called as Oracle Directory Integration Server, this is used for integration of Various Application (Portal, BI, E-Business Suite/Apps) with OID for user/group data. If any user/group is added/deleted in Portal/BI synchronization of that user to OID is done by this Daemon (Vice Versa). If you have Integrated Apps(11i/R12) with OID/SSO then users is provisioned/de-provisioned using this daemon of OID.

OIDREPLD – Also called as OID Replication Daemon is used if you have replicated OID. By default this daemon is disabled.

12.

How Can I Join Information Contained In Different Directories?

Answer»

DISTRIBUTED, Multivendor DIRECTORIES glued together by REFERRALS and REFERENCES.

Distributed, Multivendor directories glued together by referrals and references.

13.

How To Start &amp; Stop Oid?

Answer»

To START OID:

${ORACLE_HOME}/opmn/bin/opmnctlstartall

To STOP:

${ORACLE_HOME}/opmn/bin/opmnctlstopall

To start OID:

${ORACLE_HOME}/opmn/bin/opmnctlstartall

To stop:

${ORACLE_HOME}/opmn/bin/opmnctlstopall

14.

Need Of Oracle Internet Directory ?

Answer»

Use of Oracle Internet Directory (Oracle’s LDAP) is much bigger and can’t be explained in this post but here is few bits which you is ENOUGH for time being (to GET you started on OID).

OID is repository for enterprise users, groups data.

Information about various applications (Portal, BI, E-Business Suite, COLLABORATION Suite) registered to OID (You can REGISTER E-Business Suite or Database in OID).

Password policy for Single Sign-On Partner Applications

Use of Oracle Internet Directory (Oracle’s LDAP) is much bigger and can’t be explained in this post but here is few bits which you is enough for time being (to get you started on OID).

OID is repository for enterprise users, groups data.

Information about various applications (Portal, BI, E-Business Suite, Collaboration Suite) registered to OID (You can register E-Business Suite or Database in OID).

Password policy for Single Sign-On Partner Applications

15.

What Is Oracle Internet Directory(oid)?

Answer»

An online directory is a specialized database that stores and retrieves collections of information about objects. The information can represent any resources that require management.

for example:

  • Employee names, titles, and security credentials
  • Information about partners
  • Information about shared resources such as conference rooms and printers.

The information in the directory is available to different clients, such as SINGLE sign-on SOLUTIONS, email clients, and database APPLICATIONS. Oracle INTERNET Directory is an LDAP directory that uses an Oracle Database for storage. Clients communicate with a directory server by means of the Lightweight Directory Access Protocol (LDAP).

An online directory is a specialized database that stores and retrieves collections of information about objects. The information can represent any resources that require management.

for example:

The information in the directory is available to different clients, such as single sign-on solutions, email clients, and database applications. Oracle Internet Directory is an LDAP directory that uses an Oracle Database for storage. Clients communicate with a directory server by means of the Lightweight Directory Access Protocol (LDAP).