How to commit the current transaction in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
How to define a variable to match a table column data type?
What are the varoius components of physical database structure of oracle database?
What is a nvl function?
You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?
What is Water Mark in Oracle?
what is the difference between authorization and authentication?
I have my backup RMAN script called backup_rman.sh. I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the O/S such that it would run as a background process?
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
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
Please explain oracle left join with an example?
Explain constraining triggers.