Explain how are indexes update?
What are the differences between number and binary_float in oracle?
how to get required data from oracle source is like this ram_05_seetha lax_05_viswa bamr05frummy run_01_away sw_sas_trim i want my target data like ram_05_seetha lax_05_viswa to get data using %_05_% but it will give ram_05_seetha lax_05_viswa bamr05frummy how can i get my target data?
Where are the settings stored for each instance in oracle?
What is hot backup and logical backup?
what is data independence exactly? give an example
What is the minimum client footprint required to connect c# to an oracle database?
What is blob data type in oracle?
Which environment variables are absolutely critical in order to run the OUI?
how to retrive xml data for using sql query?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
How to turn on or off recycle bin for the instance?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it