YouTube Icon

Interview Questions.

Top 30 Oracle 10g Interview Questions and Answers - May 27, 2022

fluid

Top 30 Oracle 10g Interview Questions and Answers

Q1. What Is The Functionality Of System Table Space?
To deal with the data set level footings, for example, changes of the information word reference table that record data about the free space utilization.

Q2. What Is Data Block?
Prophet data set's information is put away in information blocks. One information block compares to a particular number of bytes of actual data set space on plate.

Q3. What Is Redo Log Buffer?
Changes made to the records are kept in touch with the on-line re-try log documents. So they can be utilized in move onward activities during data set recuperations. Prior to thinking of them into the re-try log documents, they will originally acquired to re-try log supports SGA and LGWR will compose into records much of the time. LOG_BUFFER boundary will choose the size.

Q4. What Is The Use Of Redo Log Information?
The data in a re-try log document is utilized exclusively to recuperate the data set from a framework or media disappointment keeps data set information from being kept in touch with a data set's information documents.

Q5. How Might We Plan Storage For Very Large Tables?
Limit the quantity of degrees in the table
Separate table from its files.
Distribute adequate brief stockpiling.
Q6. What Is An Extent?
A degree is a particular number of coterminous information blocks, got in a solitary distribution and used to store a particular kind of data.

Q7. What Is User Account In Oracle Database?
A client account is definitely not an actual design in data set yet it is having significant relationship to the items in the data set and will have specific honors.

Q8. What Is An Index Segment?
Each file has a record portion that stores the entirety of its information.

Q9. What Are The Advantages Of View?
- To safeguard a portion of the sections of a table from different clients.
- To conceal intricacy of an inquiry.
- To conceal intricacy of computations.

Q10. What Is The Optimal Parameter?
It is utilized to set the ideal length of a rollback section.

Q11. What Is Public Database Link?
Public data set interface is made for the unique client bunch PUBLIC. A public data set connection can be utilized when any client in the related data set determines a worldwide item name in a SQL proclamation or item definition.

Q12. What Is Dictionary Cache?
Word reference reserve is data about the data set objects put away in an information word reference table.

Q13. How Do I Display Row Number With Records?
To achive this utilization rownum pseudocolumn with question, as
SQL> select rownum, ename from emp;

Yield:
-----------------
1 Scott
2 Millor
3 Jiyo
4 Smith

Q14. What Is Row Chaining?
In conditions, each of the information for a column in a table will be unable to fit in similar information block. At the point when this happens, the information for the column is put away in a chain of information block (at least one) held for that fragment.

Q15. What Are Clusters?
Gathering of tables genuinely put away together on the grounds that they share normal sections and are frequently utilized together is called bunch.

Q16. Any Three Pl/sql Exceptions?
Too_many_rows,
No_Data_Found,
Value_Error,
Zero_Error,
Others

Q17. What Is The Maximum Number Of Triggers, Can Apply To A Single Table?
12 triggers.

Q18. How Might You Activate/deactivate Integrity Constraints?
The respectability imperatives can be empowered or incapacitated by ALTER TABLE ENABLE CONSTRAINT/DISABLE CONSTRAINT.

Q19. What Is An Integrity Constraint?
Uprightness limitation is a standard that confines values to a segment in a table.

Q20. What Is A Datafile?
Each Oracle data set has at least one actual information documents. A data set's information records contain all the data set information. The information of sensible data set designs, for example, tables and lists is genuinely put away in the information documents distributed for a data set.

Q21. What Are The Factors Causing The Reparsing Of Sql Statements In Sga?
Because of lacking shared pool size.
Screen the proportion of the reloads happens while executing SQL explanations. On the off chance that the proportion is more noteworthy than 1, increment the SHARED_POOL_SIZE.
Information base Logical and Physical Architecture
Q22. What Is An Index? The way things are Implemented In Oracle Database?
A record is a data set structure utilized by the waiter to have direct access of a column in a table. A file is naturally made when a novel of essential key limitation provision is determined in make table order

Q23. What Is A Cluster Key?
The connected sections of the tables are known as the group key. The bunch key is ordered utilizing a group list and its worth is put away just a single time for numerous tables in the bunch.

Q24. What Is Sga?
The System Global Area in an Oracle data set is the region in memory to work with the trfer of data between clients. It holds the most as of late mentioned primary data between clients. It holds the most as of late mentioned underlying data about the data set. The construction is data set cradles, word reference store, re-try log support and shared pool region.

Q25. Might A Tablespace at any point Hold Objects From Different Schemes?
Indeed.

Q26. Which Parameter In Storage Clause Will Reduce Number Of Rows Per Block?
PCTFREE boundary
Column size likewise diminishes no of lines per block.

Q27. To See Current User Name
Sql> show client;

Q28. Express Cursor Attributes
There are four cursor credits utilized in Oracle

cursor_name%Found,
cursor_name%NOTFOUND,
cursor_name%ROWCOUNT,
cursor_name%ISOPEN

Q29. What Is An Oracle View?
A view is a virtual table. Each view has a question connected to it. (The inquiry is a SELECT explanation that distinguishes the segments and lines of the table(s) the view utilizes.)

Q30. List The Factors That Can Affect The Accuracy Of The Estimations?
- The space utilized footing sections and erased records, doesn't turn out to be free following finish due to deferred cleanout.
- It are not put away to Trail nulls and length bytes.
- Supplements of, updates to and erases of lines as well as segments bigger than a solitary information block, can cause discontinuity a fastened column pieces.




CFG