How to change system global area (sga) in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
What is the sid in oracle?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
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.
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
17. Display the order number and average item cost for each order.
Which is better Oracle or MS SQL? Why?
How to connect ms access to oracle servers?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
Can we protect our pl/sql source code?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??