How to write an inner join with the where clause in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What are the uses of Database Trigger ?
How to import one table back from a dump file?
What is difference between a formal and an actual parameter?
How do we represent comments in oracle?
What is a Sequence ?
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?
How to set a transaction to be read only in oracle?
What is rowid and rownum in oracle?
find the second highest salary of the emp table
without using count(*) and rownum how can we count total record in a table
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?