IS it possible to built the oracle database without setting
the kernal parameters?
No Answer is Posted For this Question
Be the First to Post Answer
What is a proxy class?
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?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
What is the sql query to concatenate column values from multiple rows in oracle?
How to call a sub procedure?
what are the advantages of running a database in NO archive log mode?
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
In Oracle 10g, "g" Stands for what?
How to display the hierarchy of employee and managers without using connect by prior.
What is oracle and what are its different editions?
Difference between cartesian join and cross join?
what is the difference between first normal form & second normal form?