ORA-cache

ORA-cache Oracache is an online tutorial for those who are passionate to learn Oracle SQL, PL/SQL ,DBA online.

Oracache is an online tutorial for those who are passionate to learn in depth about Oracle SQL, PL/SQL ,DBA online. This online tutorial is taken care by Mr Pabitra Pradhan, who is currently an Oracle IT proffessional having 10+ Years of experience in teaching Oracle SQL, PL/SQL and DBA

29/01/2025

Write SQL query to fetch all rows from the table having specific value in any one of the columns without using or keyword?

Ans: select * from table where 'specific value' in (column_1,column_2,....column_n)

30/06/2024

This is the moment that we all were waiting for the last 13 years.We remained unbeaten throughout the tournament.Congratulations to Team India on a spectacular Victory and a phenomenal performance throughout the tournament!

Surya, what a brilliant catch! Rohit, this win is a testament to your leadership. Rahul Dravid sir, we know team India will miss your guidance.

The spectacular Men in Blue have made our country proud.

Rohit,Virat Kohli and Rahul Dravid sir you truly deserved this type of farewell.

02/12/2016

What is the use of a WHEN clause in a trigger?

A WHEN clause specifies the condition that must be true for the trigger to be triggered.

02/12/2016

What is the purpose of %type data type? Explain with example.

It assigns a variable the same data type used by the column, for which the variable is created. For example,

dcode := dept.detpno%type;

The variable dcode is created with the same data type as that of the deptno column of the dept table.

01/08/2016

How can you assign a Name to an Un-Named PL/SQL Exception Block?

You can assign a name to an Un-Named Exception using Pragma, also known as Exception_init.

01/08/2016

Is there a PL/SQL Engine in SQL*Plus?

SQL*Plus does not have an SQL Engine. Thus, all your PL/SQL are sent directly to the database engine for ex*****on. This makes it comparatively more efficient as SQL statements are not uncovered and sent to the database individually.

04/07/2016

What is context switch in Oracle ?

In a PL/SQL block if you are using SQL statements, then in that case when PL/SQL engine encounters any SQL statements then it transfers the control to SQL engine to execute the SQL statements and then SQL engine executes the statements and returns the control back to PL/SQL engine. This switching between SQL and PL/SQL engine is called context switch.

What is context switch in Oracle ?In a PL/SQL block if you are using SQL statements, then in that case when PL/SQL engin...
04/07/2016

What is context switch in Oracle ?

In a PL/SQL block if you are using SQL statements, then in that case when PL/SQL engine encounters any SQL statements then it transfers the control to SQL engine to execute the SQL statements and then SQL engine executes the statements and returns the control back to PL/SQL engine. This switching between SQL and PL/SQL engine is called context switch.

24/06/2016

Address

Munnekolala Marathalli
Bangalore
560037

Telephone

+919590339512

Website

Alerts

Be the first to know and let us send you an email when ORA-cache posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to ORA-cache:

Share