-
How data flows from Hyperion DRM to other applications?
How financial data flows from DRM to other Planning and HFM applications using FDM.
-
How to use hints in oracle 11g
if any knows rply me
-
Indexes in a sql query issue
we have a table that contains around 25,00,000 rows.The where clause is on month-year. Indexes in a sql query are picking up sometimes but the same query is not picking same indexes at different time
The query is picking up the index some times but the exactly same query is not picking those indexes when we checked later.
we have analyzed table,rebuilt index but it is still not... -
How to subtract 2 dates in oracle to get in hour and minute
I want to subtract 2 dates and represent the result in hour and minute in one decimal figure.
I have the following table and i am doing it in this way but the result is not as desired.
There is some slight variation, im sure this is simple arithmetic but im not getting it right.
select start_time, end_time, (end_time-start_time)*24 from come_leav;
START_TIME... -
-
Find users running the script
How do you find the users who are running the script ?
-
-
-
How can Restrict the row through View.
1)How can restrict the view through view2)What does prior statement in pl/sql3)What are the different Pragam inPL/sql except Pragam_init,pragma_Automation
-
-
There is a field of type character in the table, but we are storing numeric values like (Roll number) in this field, so if we want to sort the field (in java) according to numbers.How?
By creating a function for sorting in the front end(guessing, i am not sure. plz answer it)
-
Oracle Mutation error
Please explain about Mutation error in database trigger in oracle with an example
-
Define Transaction ?
A Transaction is a logical unit of work that comprises one or more SQL statements executed by a single user.
-
-
-
What does COMMIT do ?
COMMIT makes permanent the changes resulting from all SQL statements in the transaction. The changes made by the SQL statements of a transaction become visible to other user sessions transactions that start only after transaction is committed.
-
What is the function of Optimizer ?
The goal of the optimizer is to choose the most efficient way to execute a SQL statement.
-
What is Execution Plan ?
The combinations of the steps the optimizer chooses to execute a statement is called an execution plan.
-
When does a Transaction end ?
When it is committed or Rollbacked.
-
What is SAVE POINT ?
For long transactions that contain many SQL statements, intermediate markers or savepoints can be declared which can be used to divide a transaction into smaller parts. This allows the option of later rolling back all work performed from the current point in...
Data Access Interview Questions
Ans