How can Oracle users be audited?
No Answer is Posted For this Question
Be the First to Post Answer
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
What is a cluster Key ?
I need to get the values of the previous quarter.how to do this?eg: if my cuurent month is may i need to get the datas of the month jan,feb,march.Can it be done in oracle.I tried with date function q but for the month jan its not retriving the previous quarter(oct-dec).how to solve this.plpz anyone help me?
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
How to define an anonymous block?
What is a Segment ?
How to insert multiple rows with one insert statement in oracle?
What happens to indexes if you drop a table?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions
How to define an explicit cursor in oracle?
How to write a query with a left outer join in oracle?