Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
Define PL/SQL. Explain its purpose
What are the Advantages of PL/SQL?
SQL vs. PL/SQL
Both PL/SQL and Java (or) .NET code can be used to create Oracle stored procedures and triggers. Which of the one should be used and why?
Explain how to debug PL/SQL program.
How can we read and write operating system files from PL/SQL program?
How can we call DDL statements like CREATE, DROP, TRUNCATE, etc. from PL/SQL?
What is a Collection? Explain collection types.
What is a PL/SQL Record data type?
Define cursor attributes: %FOUND, %NOTFOUND, %ROWCOUNT, and %ISOPEN
Explain some of the commonly used Predefined PL/SQL Exceptions.
Explain how PL/SQL exceptions are raised.
What is a PL/SQL package? what are its Advantages ?
Define PL/SQL sequences and write syntax for a sequence
What does cache and no cache options mean while creating a sequence?
What is an Index? Explain how to create an Index.
Explain how to create users through SQL PLUS.
Could you explain the areas where tuning of database is required?
Oracle Server supports two different forms of replication: Basic and Advanced replication. Explain difference between these.
What is the Oracle HTTP Server? How does it work?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70