What is query based database tuning?
What is Citrus Call?
What parameter must be set in init.ora file for utl_file package?
What are the virtual tables used in Oracle?
Explain how to retrive index values in Oracle SQL?
How to store Image in Oracle table
Latest Answer: It is always better to store the images in the BLOB or CLOB datatype.......PROCEDURE apply_changes_to_illust(path varchar2)IS f_lob BFILE; b_lob BLOB; image_name VARCHAR2(30); dot_pos NUMBER; x varchar2(100); f utl_file.file_type; ...
what is the difference between commit and commit work
Latest Answer: actaully, both mean the same but try to understand what is commit?see..most of the people think that when we type commit data or changes of what you have made has been written to data files,but this is wrong when you type commit it means that you are ...
How to retrieve multiple row values in a single column
Latest Answer: Dear friend, I didn't get exactly what you want,any please tell me the context so that i can help you out................coming to the question:you want the result of multiple rows in a single column..........well this you can get by using group ...
How to transfer files from SQL Server to Oracle
In Oracle what is meant by 'Explain'
Latest Answer: This must be oracle explain plan.The EXPLAIN PLAN statement displays execution plans chosen by the Oracle optimizer for SELECT, UPDATE, INSERT, and DELETE statements. It also helps you to understand the optimizer decisions (for example, why the optimizer ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top