- Is it possible to split the print reviewer into more than one region?
- Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size?
- For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame?
- Can a field be used in a report without it appearing in any data group?
- The join defined by the default data link is an outer join yes or no?
- Can a formula column referred to columns in higher group?
- Can a formula column be obtained through a select statement?
- Is it possible to insert comments into sql statements return in the data model editor?
- Is it possible to disable the parameter from while running the report?
- When a form is invoked with call_form, Does oracle forms issues a save point?
- Explain the difference between a hot backup and a cold backup and the benefits associated with each.
- You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
- How do you switch from an init.ora file to a spfile?
- Explain the difference between a data block, an extent and a segment.
- Give two examples of how you might determine the structure of the table DEPT.
- Where would you look for errors from the database engine?
- Compare and contrast TRUNCATE and DELETE for a table.
- Give the reasoning behind using an index.
- Give the two types of tables involved in producing a star schema and the type of data they hold.
- What type of index should you use on a fact table?
- Give two examples of referential integrity constraints.
- A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
- Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvantages to each.
- What command would you use to create a backup control file?
- Give the stages of instance startup to a usable state where normal users may access it.
- What column differentiates the V$ views to the GV$ views and how?
- How would you go about generating an EXPLAIN plan?
- How would you go about increasing the buffer cache hit ratio?
- Explain an ORA-01555
- Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
- How would you determine the time zone under which a database was operating?
- Explain the use of setting GLOBAL_NAMES equal to TRUE.
- What command would you use to encrypt a PL/SQL application?
- Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
- Explain the use of table functions.
- Name three advisory statistics you can collect.
- Where in the Oracle directory tree structure are audit traces placed?
- Explain materialized views and how they are used.
- When a user process fails, what background process cleans up after it?
- What background process refreshes materialized views?
- How would you determine what sessions are connected and what resources they are waiting for?
- Describe what redo logs are.
- How would you force a log switch?
- Give two methods you could use to determine what DDL changes have been made.
- What does coalescing a tablespace do?
- What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?
- Name a tablespace automatically created when you create a database.
- When creating a user, what permissions must you grant to allow them to connect to the database?
- How do you add a data file to a tablespace
- How do you resize a data file?
- What view would you use to look at the size of a data file?
- What view would you use to determine free space in a tablespace?
- How would you determine who has added a row to a table?
- How can you rebuild an index?
- Explain what partitioning is and what its benefit is.
- You have just compiled a PL/SQL package but got errors, how would you view the errors?
- How can you gather statistics on a table?
- How can you enable a trace for a session?
- What is the difference between the SQL*Loader and IMPORT utilities?
- Name two files used for network connection to a database.
- What is the function of Optimizer ?
- What is Execution Plan ?
- Can one resize tablespaces and data files? (for DBA)
- What is SAVE POINT ?
- What are the values that can be specified for OPTIMIZER MODE Parameter ?
- Can one rename a tablespace? (for DBA)
- What is RULE-based approach to optimization ?
- What are the values that can be specified for OPTIMIZER_GOAL parameter of the ALTER SESSION Command ? )
- How does one create a standby database? (for DBA)
- How does one give developers access to trace files (required as input to tkprof)? (for DBA)
- What are the responsibilities of a Database Administrator ?
- What is a trace file and how is it created ?
- What are the roles and user accounts created automatically with the database?
- What are the minimum parameters should exist in the parameter file (init.ora) ?
- Why and when should I backup my database? (for DBA
- What strategies are available for backing-up an Oracle database? (for DBA
- What is the difference between online and offline backups? (for DBA
- What is the difference between restoring and recovering? (for DBA
- How does one backup a database using the export utility? (for DBA
- What are the built_ins used the display the LOV?
- How do you call other Oracle Products from Oracle Forms?
- What is the main diff. bet. Reports 2.0 & Reports 2.5?
- What are the Built-ins to display the user-named editor?
- How many number of columns a record group can have?
- What is a Query Record Group?
- What does the term panel refer to with regard to pages?
- What is a master detail relationship?
- What is a library?
- What is an anchoring object and what is its use? What are the various sub events a mouse double click event involves?
- Use the add_group_column function to add a column to record group that was created at a design time?
- What are the various sub events a mouse double click event involves? What are the various sub events a mouse double click event involves?
- What is the use of break group? What are the various sub events a mouse double click event involves?
- What tuning indicators can one use? (for DBA
- 813. What tools/utilities does Oracle provide to assist with performance tuning? (for DBA
- What is STATSPACK and how does one use it? (for DBA
- What are the common RMAN errors (with solutions)? (for DBA
- How can you execute the user defined triggers in forms 3.0 ?
- What ERASE package procedure does ?
- What is the difference between NAME_IN and COPY ?
- What package procedure is used for calling another form ?
- When the form is running in DEBUG mode, If you want to examine the values of global variables and other form variables, What package procedure command you would use in your trigger text ?
- The value recorded in system.last_record variable is of type a. Number b. Boolean c. Character. ?
- What is mean by Program Global Area (PGA) ?
- What is hit ratio ?
- How do you implement the If statement in the Select Statement
- How many types of Exceptions are there
- What are the inline and the precompiler directives
- How do you use the same lov for 2 columns
- How many minimum groups are required for a matrix report
- What is the difference between static and dynamic lov
- How does one manage Oracle database users? (for DBA
- 831. How does one tune Oracle Wait events? (for DBA
- What is the difference between DBFile Sequential and Scattered Reads?(for DBA
- What is the use of PARFILE option in EXP command ?
- What is the use of TABLES option in EXP command ?
- What is the OPTIMAL parameter?
- How does one use ORADEBUG from Server Manager/ SQL*Plus? (for DBA
- Are there any undocumented commands in Oracle? (for DBA
- If the maximum record retrieved property of the query is set to 10 then a summary value will be calculated?
- What are the different objects that you cannot copy or reference in object groups?
- What is an OLE?
- Can a repeating frame be created without a data group as a base?
- Is it possible to set a filter condition in a cross product group in matrix reports?
- What is Overloading of procedures ?
- What are the return values of functions SQLCODE and SQLERRM ? What is Pragma EXECPTION_INIT ? Explain the usage ?
- What are the datatypes a available in PL/SQL ?
- What are the two parts of a procedure ?
- What is the basic structure of PL/SQL ?
- What is PL/SQL table ?
- WHAT IS RMAN ? (for DBA
- WHY USE RMAN ? (for DBA
- Explain UNION,MINUS,UNION ALL, INTERSECT ?
- Should the OEM Console be displayed at all times (when there are scheduled jobs)? (for DBA
- Difference between SUBSTR and INSTR ?
- What kind of jobs can one schedule with OEM? (for DBA
- What are the pre requisites ?
- How does one backout events and jobs during maintenance slots? (for DBA
- What are the types of SQL Statement ?
- What is the Oracle Intelligent Agent? (for DBA
- How does one start the Oracle Intelligent Agent? (for DBA
- Where can one get more information about TCL? (for DBA
- Are there any troubleshooting tips for OEM? (for DBA
- What is import/export and why does one need it? (for DBA
- what is a display item?
- How does one use the import/export utilities? (for DBA
- What are the types of visual attribute settings?
- Can one export a subset of a table? (for DBA
- What are the two ways to incorporate images into a oracle forms application?
- Can one monitor how fast a table is imported? (for DBA
- Can one import tables to a different tablespace? (for DBA
- What do you mean by a block in forms4.0?
- How is possible to restrict the user to a list of values while entering values for parameters?
- What is SQL*Loader and what is it used for? (for DBA
- How does one use the SQL*Loader utility? (for DBA
- How can a cross product be created?
- Is there a SQL*Unloader to download data to a flat file? (for DBA
- Can one load variable and fix length data records? (for DBA
- Can one modify data as it loads into the database? (for DBA
- Can one load data into multiple tables at once? (for DBA
- What is the difference between boiler plat images and image items?
- What are the triggers available in the reports?
- Why is a Where clause faster than a group filter or a format trigger?
- Can one selectively load only the records that one need? (for DBA
- Can one skip certain columns while loading data? (for DBA
- How does one load multi-line records? (for DBA
- How can get SQL*Loader to COMMIT only at the end of the load file? (for DBA
- Can one improve the performance of SQL*Loader? (for DBA
- How does one use SQL*Loader to load images, sound clips and documents? (for DBA
- What is the difference between the conventional and direct path loader? (for DBA
- What are the various types of Exceptions ?
- Can we define exceptions twice in same block ?
- What is the difference between a procedure and a function ?
- Can you have two functions with the same name in a PL/SQL block ?
- Can you have two stored functions with the same name ?
- Can you call a stored function in the constraint of a table ?
- What are the various types of parameter modes in a procedure ?
- What is Over Loading and what are its restrictions ?
- Can functions be overloaded ?
- Can 2 functions have same name & input parameters but differ only by return datatype
- What are the constructs of a procedure, function or a package ?
- Why Create or Replace and not Drop and recreate procedures ?
- Can you pass parameters in packages ? How ?
- What are the parts of a database trigger ?
- What are the various types of database triggers ?
- What is the advantage of a stored procedure over a database trigger ?
- What is the maximum no. of statements that can be specified in a trigger statement ?
- Can views be specified in a trigger statement ?
- What are the values of :new and :old in Insert/Delete/Update Triggers ?
- What are cascading triggers? What is the maximum no of cascading triggers at a time?
- What are mutating triggers ?
- What are constraining triggers ?
- Describe Oracle database's physical and logical structure ?
- Can you increase the size of a tablespace ? How ?
- What is the use of Control files ?
- What is the use of Data Dictionary ?
- What are the advantages of clusters ?
- What are the disadvantages of clusters ?
- Can Long/Long RAW be clustered ?
- Can null keys be entered in cluster index, normal index ?
- Can Check constraint be used for self referential integrity ? How ?
- What are the min. extents allocated to a rollback extent ?
- What are the states of a rollback segment ? What is the difference between partly available and needs recovery ?
- What is the difference between unique key and primary key ?
- An insert statement followed by a create table statement followed by rollback ? Will the rows be inserted ?
- Can you define multiple savepoints ?
- Can you Rollback to any savepoint ?
- What is the maximum no. of columns a table can have ?
- What is the significance of the & and && operators in PL SQL ?
- Can you pass a parameter to a cursor ?
- What are the various types of RollBack Segments ?
- Can you use %RowCount as a parameter to a cursor ?
- Is the query below allowed : Select sal, ename Into x From emp Where ename = 'KING' (Where x is a record of Number(4) and Char(15))
- Is the assignment given below allowed : ABC = PQR (Where ABC and PQR are records)
- Is this for loop allowed : For x in &Start..&End Loop
- How many rows will the following SQL return : Select * from emp Where rownum
- How many rows will the following SQL return : Select * from emp Where rownum = 10;
- Which symbol preceeds the path to the table in the remote database ?
- Are views automatically updated when base tables are updated ?
- Can a trigger written for a view ?
- If all the values from a cursor have been fetched and another fetch is issued, the output will be : error, last record or first record ?
- A table has the following data : [[5, Null, 10]]. What will the average function return ?
- Is Sysdate a system variable or a system function?
- Consider a sequence whose currval is 1 and gets incremented by 1 ...
- Definition of relational DataBase by Dr. Codd (IBM)?
- What is Multi Threaded Server (MTA) ?
- Which are initial RDBMS, Hierarchical & N/w database ?
- What is Functional Dependency
- What is Auditing ?
- While designing in client/server what are the 2 imp. things to be considered ?
- When to create indexes ?
- How can you avoid indexes ?
- What is the result of the following SQL ...
- Can database trigger written on synonym of a table and if it can be then what would be the effect if original table is accessed.
- Can you alter synonym of view or view ?
- Can you create index on view
- What is the difference between a view and a synonym ?
- What is the difference between alias and synonym ?
- What is the effect of synonym and table name used in same Select statement ?
- What's the length of SQL integer ?
- What is the difference between foreign key and reference key ?
- Can dual table be deleted, dropped or altered or updated or inserted ?
- If content of dual is updated to some value computation takes place or not ?
- If any other table same as dual is created would it act similar to dual?
- For which relational operators in where clause, index is not used ?
- Assume that there are multiple databases running on one machine. How can you switch from one to another ?
- What are the advantages of Oracle ?
- What is a forward declaration ? What is its use ?
- What are actual and formal parameters ?
- What are the types of Notation ?
- What all important parameters of the init.ora are supposed to be increased if you want to increase the SGA size ?
- If I have an execute privilege on a procedure in another users schema, can I execute his procedure even though I do not have privileges on the tables within the procedure ?
- What are various types of joins ?
- What is a package cursor ?
- If you insert a row in a table, then create another table and then say Rollback. In this case will the row be inserted ?
- What are the various types of queries ??
- What is a transaction ?
- What is implicit cursor and how is it used by Oracle ?
- Which of the following is not a schema object : Indexes, tables, public synonyms, triggers and packages ?
- What is PL/SQL?
- Is there a PL/SQL Engine in SQL*Plus?
- Is there a limit on the size of a PL/SQL block?
- Can one read/write files from PL/SQL?
- How can I protect my PL/SQL source code?
- ORACLE Interview Questions and Answers (Part 5)
- Oracel Interview Question Only (1)
- Oracel Interview Question Only (2)
ORACLE Interview Questions and Answers (Part 5)
ORACLE Interview Questions and Answers (Part 1)
- What are the components of physical database structure of Oracle database?
- What are the components of logical database structure of Oracle database?
- What is a tablespace?
- What is SYSTEM tablespace and when is it created?
- Explain the relationship among database, tablespace and data file.
- What is schema?
- What are Schema Objects?
- Can objects of the same schema reside in different tablespaces?
- Can a tablespace hold objects from different schemes?
- What is Oracle table?
- What is an Oracle view?
- What is Partial Backup ?
- What is Mirrored on-line Redo Log ?
- What is Full Backup ?
- Can a View based on another View ?
- Can a Tablespace hold objects from different Schemes ?
- Can objects of the same Schema reside in different tablespaces.?
- What is the use of Control File ?
- Do View contain Data ?
- What are the Referential actions supported by FOREIGN KEY integrity constraint ?
- What are the type of Synonyms?
- What is a Redo Log ?
- What is an Index Segment ?
- Explain the relationship among Database, Tablespace and Data file.?
- What are the different type of Segments ?
- What are Clusters ?
- What is an Integrity Constrains ?
- What is an Index ?
- What is an Extent ?
- What is a View ?
- What is Table ?
- Can a view based on another view?
- What are the advantages of views?
- What is an Oracle sequence?
- What is a synonym?
- What are the types of synonyms?
- What is a private synonym?
- What is a public synonym?
- What are synonyms used for?
- What is an Oracle index?
- How are the index updates?
- What is a Tablespace?
- What is Rollback Segment ?
- What are the Characteristics of Data Files ?
- How to define Data Block size ?
- What does a Control file Contain ?
- What is difference between UNIQUE constraint and PRIMARY KEY constraint ?
- What is Index Cluster ?
- What is the effect of setting the value "ALL_ROWS" for OPTIMIZER_GOAL parameter of the ALTER SESSION command ? What are the factors that affect OPTIMIZER in choosing an Optimization approach ?
- What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
- How does one create a new database? (for DBA)
- What database block size should I use? (for DBA)
- What are the different approaches used by Optimizer in choosing an execution plan ?
- What does ROLLBACK do ?
- How does one coalesce free space?(for DBA)
- How does one prevent tablespace fragmentation? (for DBA)
- Where can one find the high water mark for a table? (for DBA)
- What is COST-based approach to optimization ?
- What does COMMIT do ?
- How are extents allocated to a segment? (for DBA)
- Can one rename a database user (schema)? (for DBA)
- Define Transaction ?
- What is Read-Only Transaction ?
- What is a deadlock ? Explain .
- What is a Schema ?
- What is a cluster Key ?
- What is Parallel Server ?
- What are the basic element of Base configuration of an oracle Database ?
- What is clusters ?
- What is an Index ? How it is implemented in Oracle Database ?
- What is a Database instance ? Explain
- WWhat is the use of ANALYZE command ?
- What is default tablespace ?
- What are the system resources that can be controlled through Profile ?
- What is Tablespace Quota ?
- What are the different Levels of Auditing ?
- What is Statement Auditing ?
- What are the database administrators utilities avaliable ?
- How can you enable automatic archiving ?
- What are roles? How can we implement roles ?
- What are Roles ?
- What are the use of Roles ?
- What is Privilege Auditing ?
- What is Object Auditing ?
- What is Auditing ?
- How does one see the uptime for a database? (for DBA
- Where are my TEMPFILES, I don't see them in V$DATAFILE or DBA_DATA_FILE? (for DBA
- How do I find used/free space in a TEMPORARY tablespace? (for DBA
- What is a profile ?
- How will you enforce security using stored procedures?
- How can one see who is using a temporary segment? (for DBA
- How does one get the view definition of fixed views/tables?
- What are the dictionary tables used to monitor a database spaces ?
- How can we specify the Archived log file name format and destination?
- What is user Account in Oracle database?
- When will the data in the snapshot log be used?
- What dynamic data replication?
- What is Two-Phase Commit ?
- How can you Enforce Referential Integrity in snapshots ?
- What is a SQL * NET?
- What is a SNAPSHOT ?
- What is the mechanism provided by ORACLE for table replication ?
- What is snapshots?
- What are the various type of snapshots?
- Describe two phases of Two-phase commit ?
- What is snapshot log ?
- What are the benefits of distributed options in databases?
- What are the options available to refresh snapshots ?
- What is a SNAPSHOT LOG ?
- What is Distributed database ?
- How can we reduce the network traffic?
- Differentiate simple and complex, snapshots ?
- What are the Built-ins used for sending Parameters to forms?
- Can you have more than one content canvas view attached with a window?
- Is the After report trigger fired if the report execution fails?
- Does a Before form trigger fire when the parameter form is suppressed?
- What is SGA?
- What is a shared pool?
- What is mean by Program Global Area (PGA)?
- What is a data segment?
- What are the factors causing the reparsing of SQL statements in SGA?
- What are clusters?
- What is cluster key?
- Do a view contain data?
- What is user Account in Oracle database?
- How will you enforce security using stored procedures?
- What are the dictionary tables used to monitor a database space?
- Can a property clause itself be based on a property clause?
- If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied?
- What are the sql clauses supported in the link property sheet?
- What is trigger associated with the timer?
- What are the trigger associated with image items?
- What are the different windows events activated at runtimes?
- When do you use data parameter type?
- What is difference between open_form and call_form?
- What is new_form built-in?
- What is the "LOV of Validation" Property of an item? What is the use of it?
- What is the diff. when Flex mode is mode on and when it is off?
- What is the diff. when confine mode is on and when it is off?
- What are visual attributes?
- Which of the two views should objects according to possession?
- What are the two types of views available in the object navigator(specific to report 2.5)?
- What are the vbx controls?
- What is the use of transactional triggers?
- How do you create a new session while open a new form?
- What are the ways to monitor the performance of the report?
- If two groups are not linked in the data model editor, What is the hierarchy between them?
- An open form can not be execute the call_form procedure if you chain of called forms has been initiated by another open form?
- Explain about horizontal, Vertical tool bar canvas views?
- What is the purpose of the product order option in the column property sheet?
- What is the use of image_zoom built-in?
- How do you reference a parameter indirectly?
- What is a timer?
- What are the two phases of block coordination?
- What are Most Common types of Complex master-detail relationships?
- What is a text list?
- What is term?
- What is use of term?
- What is pop list?
- What is the maximum no of chars the parameter can store?
- What are the default extensions of the files created by library module?
- What are the Coordination Properties in a Master-Detail relationship?
- How do you display console on a window ?
- What are the different Parameter types?
- State any three mouse events system variables?
- What are the types of calculated columns available?
- Explain about stacked canvas views?
- How does one do off-line database backups? (for DBA
- What is the difference between SHOW_EDITOR and EDIT_TEXTITEM?
- What are the built-ins that are used to Attach an LOV programmatically to an item?
- How does one do on-line database backups? (for DBA
- How does one backup a database using RMAN? (for DBA
- What are the different file extensions that are created by oracle reports?
- What is strip sources generate options?
- How does one put a database into ARCHIVELOG mode? (for DBA
- What is the basic data structure that is required for creating an LOV?
- How does one backup archived log files? (for DBA
- Does Oracle write to data files in begin/hot backup mode? (for DBA
- What is the Maximum allowed length of Record group Column?
- Which parameter can be used to set read level consistency across multiple queries?
- What are the different types of Record Groups?
Subscribe to:
Posts (Atom)