Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Oracle Interview Questions
Questions Answers Views Company eMail

What are the differences between public, private, and protected access?

12 71323

what is verification and Validation?

12 19451

what is the use of "swing time" in Load Runner?

5 13928

what is internalization?

5 11959

You reported a Bug.The developers are saying that it's not a Bug even though it is..How you are going to prove that it's a Bug?

15 23313

Difference between this(), super()?

12 32554

How can a tester ensure that his\her test cases covers all the functionalities of a particular application?

5 24337

what is the difference between oracle 81,91,11i

2 17582

There are 3 employees(say 2 colleagues and u not from same dept) in an organisation they used to discuss any thing except their salaries and one day stranger came and asked u to tell the average salary!plz give me the solution.

6 9209

There will be two security guards at hell and heaven. hell guy used to speak lie always and we can ask one and only one question to move into heaven(twist is we don't know who is hell or heaven gaurd).how can we move into heaven?

20 24140

There are two sand clocks(timers) one complete totally in 7 minutes and other in 9-minutes we have to calculate with this timers and bang the bell after completion of 11- minutes!plz give me the solution.

6 17162

What are types of Depreciation?

14 71253

What is singleton class?

16 65326

What is Shared SQL Area?

1 5786

What is correlated sub-query?

7 39680

Post New Oracle Interview Questions


Oracle Interview Questions


Un-Answered Questions

What do you mean by sga and how is it different from pga?

1


If anyone has failed at this job, why did they fail? What mistakes did they make?

693


Explain About GDI object ?

608


what is ISDN 1:2or 1:8 ? what is bandwidth allocation? how to the design small network with 4 router?

1643


a depository bank is held where either in company's exist country or foreign country and how depository work with investor and how investor has to pay share price. please reply me quick because tomorrow my presentation so please........... alok

1514






What is the if function in excel?

293


what kind of chart we use in qlikview admin?

5


> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?

1561


Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?

493


What does jsr stand for?

393


What are the web services in asp.net?

330


What is difference between form_for and form_tag?

477


Define cellulose?

448


What is the difference between hard real-time and soft real-time os?

424


Explain difference between escape(top or bottom) and escape immediate(top or bottom?

620