Sobes.tech

DBA / Database

How to implement partial transaction rollback (not full, but up to a certain point)?.

Middle
269

What is a CTE (Common Table Expression)? What are the advantages? Is the CTE materialized?

Middle
261

What is a package of procedures? What does it consist of?

Middle
257

What index is suitable if the column has few unique values and many NULL values?

Middle
255

Are multiple DML operations executed in a single transaction in the procedure?

Middle
251

What can be done if an index is not used due to a function on a column?

Middle
250

Tell me about types of indexes. What are they and which ones have you used most often?

Middle
249

Have you heard of Nested Loop Join? What is it and when is it used?

Middle
213

How to return a value from a procedure using a REF CURSOR?

Middle
207

Have you worked with triggers? What did you use them for? What types of triggers do you know (ROW vs STATEMENT)?

Middle
200

You mentioned process optimization. What exactly did you do for that?

Middle
170

What is a transaction? Name the ACID principles.

Middle
169

If a transaction is rolled back, will the log table record made via a regular INSERT be preserved?

Middle
163

What are the transaction isolation levels in Oracle? Which is the default? What is the difference between READ COMMITTED and SERIALIZABLE?

Middle
160

Have you worked with exceptions? What types of exceptions are there in PL/SQL?

Middle
158

We have a SELECT query on a date column with a B-Tree index. The query runs slowly, and the plan shows that the index is not used. Why?

Middle
155

What is the difference between a function and a procedure?

Middle
150

What are hints in Oracle? Have you used any?

Middle
149

You mentioned bulk operations. Tell me more about the BULK COLLECT and FORALL combination.

Middle
149

What is DBLink? How have you used it? Architectural solutions?

Middle
148
/2