How to verify null occupy memory?
How to store .jpg ,and .mp3, .mov formats in Oracle database?
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 ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top