-
ORA-01756: quoted string not properly terminated
Hi Can anyone explain what this mean? I have practise PL/SQL about REF obj_type, my codes are: CREATE or REPLACE TYPE home_type AS OBJECT (street VARCHAR2(50), city VARCHAR2(20), state VARCHAR2(20), zipcode VARCHAR2(6), owner VARCHAR2(10));/CREATE TABLE homes OF home_type;INSERT INTO homes VALUES ('300 Regina St', 'WATERLOO', 'ON', '010010', 'HFWANG');INSERT INTO homes VALUES ('301 Regina St', 'WATERLOO',...
-
Temporary Tables
How to create temporary table? Give some example
-
Long Raw Columns
How many columns you can create in table from this type "long raw"?
-
Referenced and Dependent objects
How oracle manages dependency between referenced and dependent objects ?
-
Paging In Oracle
Hi All,I have requirement of sending the records based on the input received from web.I have a ref_cursor returning 30 rows..Here I am supposed to do paging on the set of records present in the above ref cursor.If web gives 1 , then I should send first 10 records in the ref cursor..If gives 2 , then I should send next 10 records in the ref cursor..similarly�..I will get some sort of indicator from...
-
RollForward
What is the rollforward in pl/sql
-
Return statement and OUT Parameters
What are Return Statement and OUT Parameter in PLSQL Function?
-
Writing Pl/SQL function
Write a PL/SQL fuction named say TRUN, which does the same work as the oracle predefined function "TRUNCATE".
-
Is the order in which the conditions are given in the 'WHERE' clause are important?
Mean I heard from Oracle 8i onwards the order of where clause condition does not matter which oracle creates the explain plan...and execute..Is it true?
-
-
Oracle PRAGMA'S
Outline the List of PRAGMA'S used in Oracle.
-
Autonomous Transcation
What are advantages of Autonomous Transcation?
-
Handle Multiple Rows Without Loops
How can we handle multiple rows without using loops in PL SQL?
-
Infinite Loop
How will you stop an infinite loop without closing the program?
-
Recreating and Rebuilding Indexes
What is recreating and rebuiding of indexes?
-
SQL Optimization
How to optimize SQL Statements?
-
Types of Lock
Explain share and exclusive type of lock.
-
Execute Immediately
What is the meaning of execute immediately?
-
Rectify Deadlock
If a deadlock has occured and if you have given with the dump, how will you identify that where the deadlock has occured, how the deadlock occured and how to rectify the same.
-
Unconstrained Loop
What is unconstrained loop?suggest some example.
PL/SQL Interview Questions
Ans