What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
JDA,
2 16521write a procedure to print a statement or number not using "dbms_output.put_line" package.write a procedure instead of it using procdure name as "print" ex:- declare a number:=2; begin print(a); end; /* when U type above procedure 2 have to should be printed*/
2 7497
Why do we need cursor in pl sql?
what are the differences between binary and varbinary? : Sql dba
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
Can we connect to postgresql using sql developer?
What is a null value?
What is a function in oracle pl sql?
Can a table contain multiple foreign key’s?
What are different methods to trace the pl/sql code?
Explain spool.
What is trigger and how to use it in sql?
Can a foreign key have a different name?
How do I debug a stored procedure?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
How to load data with sql*loader?