-
Copy MYSQL database from one machine to another
How to copy database from one machine to another machine in MYSQL? Explain with an example?
-
Database Running Slow
If your database is running slow from last 2 hrs.you can't wait for Statspack report generation. What will be your first step to handle the problem? Where can be the problem?
-
Tables in database
How to find how many tables in each data base
-
Connect MySQL with XML
How to Connect MySQL with XML?
-
1st and 2nd Normalization
How to perform 1st and 2nd normalization? Explain with example.
-
JDBC Connection
Explain the steps involved in creating JDBC connection?
-
What is an LOV?
An LOV is a scrollable popup window that provides the operator with either a single or multi column selection list.
-
What are the triggers available in the reports?
Before report, Before form, After form , Between page, After report.
-
-
How can you prevent the users logging in through tools like TOAD or SQL Navigator or PLSQL Developer..?
Connect as sydba Write a LOGON trigger like this CREATE OR REPLACE TRIGGER RESTRICT_TOOL AFTER LOGON ON DATABASEDECLARE L_TOOL V$SESSION.PROGRAM%TYPE;BEGIN SELECT PROGRAM INTO L_TOOL FROM V$SESSION WHERE AUDSID = USERENV('SESSIONID') AND AUDSID != (SELECT AUDSID FROM V$SESSION WHERE USERNAME='SYS'); IF UPPER(L_TOOL) LIKE '%TOAD%' OR UPPER(L_TOOL) LIKE...
-
How many types of data models are there?
Three types,they are object-based logic models,record-based logic models,and physical models.
-
-
-
-
-
-
-
-
-
What is a property clause?
A property clause is a named object that contains a list of properties and their settings. Once you create a property clause you can base other object on it. An object based on a property can inherit the setting of any property in the clause that makes sense for that object.
Oracle Concepts Interview Questions
Ans