databases Online Quiz - 184
Description: databases Online Quiz - 184 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
What Type of Encryption Algorithm is used by Oracle
Ping when compared to TNS ping is FAST
If the Listener is shutdown while the database is still running, what is the state of existing connection
I must access a remote database using the SQLPLUS client executable
I am accessing SQLPLUS from a Server SRV01. My database D01 also resides on the same server. I need a TNS entry in that server so that my database is identified
enterprise users can be given access to multiple schemas and databases without having to create an account or schema in each database.
If an User is Identified by OS, he can connect to the database with SQLPLUS -S / as SYSDBA
In Oracle World User is authentication, Schema is authorization
The Oracle supplied Utility that is used for modifying a password file
REMOTE_LOGIN_PASSWORDFILE parameter can have
Password File Authentication, takes precedence over OS Authentication
What is the Data Dictionary view that will show the details of Initialization Parameters
A user U01 is logging in with his ID What data dictionary view will give details on available system privileges for him
what is the use of hibernate.cfg.xml in Hibernate?
__________ allows application to create the Hibernate Sesssion by reading the configuration from hibernate.cfg.xml file
How to create SessionFactory instance, which one is correct in the below.
Wich one is the first or root element of hibernate mapping document ______________
Identify the list of some commonly used generators in hibernate
____________ represents an entire set of mappings of an application's Java types to an SQL database.