Sunteți pe pagina 1din 138

Oracle Interview Questions and Answers

What are the components of physical database structure of Oracle database? Oracle database is comprised of three types of files. One or more datafiles, two are more redo log files, and one or more control files. What are the components of logical database structure of Oracle database? There are tablespaces and database's schema objects. What is a tablespace? A database is divided into Logical Storage Unit called tablespaces. A tablespace is sed to gro ped related logical str ct res together. What is SYST ! tablespace and when is it created? !very Oracle database contains a tablespace named S"ST!#, which is a tomatically created when the database is created. The S"ST!# tablespace always contains the data dictionary tables for the entire database. "plain the relationship among database# tablespace and data file ? !ach databases logically divided into one or more tablespaces one or more data files are e$plicitly created for each tablespace. What is schema? A schema is collection of database objects of a ser. What are Schema Ob$ects? Schema objects are the logical str ct res that directly refer to the database's data. Schema objects incl de tables, views, se% ences, synonyms, inde$es, cl sters, database triggers, proced res, f nctions pac&ages and database lin&s. %an ob$ects of the same schema reside in different tablespaces? "es. %an a tablespace hold ob$ects from different schemes? "es. What is Oracle table? A table is the basic nit of data storage in an Oracle database. The tables of a database hold all of the ser accessible data. Table data is stored in rows and col mns. What is an Oracle view? A view is a virt al table. !very view has a % ery attached to it. 'The % ery is a S!L!(T statement that identifies the col mns and rows of the table's) the view ses.)

What is &artial 'ac(up ? A *artial +ac& p is any operating system bac& p short of a f ll bac& p, ta&en while the database is open or sh t down. What is !irrored on)line *edo +og ? A mirrored on,line redo log consists of copies of on,line redo log files physically located on separate dis&s, changes made to one member of the gro p are made to all members. What is ,ull 'ac(up ? A f ll bac& p is an operating system bac& p of all data files, on,line redo log files and control file that constit te O-A(L! database and the parameter. %an a -iew based on another -iew ? "es. %an a Tablespace hold ob$ects from different Schemes ? "es. %an ob$ects of the same Schema reside in different tablespace ? "es. What is the use of %ontrol ,ile ? .hen an instance of an O-A(L! database is started, its control file is sed to identify the database and redo log files that m st be opened for database operation to proceed. /t is also sed in database recovery. .o -iew contain .ata ? 0iews do not contain or store data. What are the *eferential actions supported by ,O* I/0 1 Y integrity constraint ? U*1AT! and 1!L!T! -estrict , A referential integrity r le that disallows the pdate or deletion of referenced data. 1!L!T! (ascade , .hen a referenced row is deleted all associated dependent rows are deleted. What are the type of Synonyms? There are two types of Synonyms *rivate and * blic. What is a *edo +og ? The set of -edo Log files "S1AT!,U/1,US!- or US!-!20 S3L f nctions, or the pse do col mns L!0!L or -O.2U#. What is an Inde" Segment ? !ach /nde$ has an /nde$ segment that stores all of its data.

"plain the relationship among .atabase# Tablespace and .ata file? !ach databases logically divided into one or more tablespaces one or more data files are e$plicitly created for each tablespace What are the different type of Segments ? 1ata Segment, /nde$ Segment, -ollbac& Segment and Temporary Segment. What are %lusters ? (l sters are gro ps of one or more tables physically stores together to share common col mns and are often sed together. What is an Integrity %onstrains ? An integrity constraint is a declarative way to define a b siness r le for a col mn of a table. What is an Inde" ? An /nde$ is an optional str ct re associated with a table to have direct access to rows, which can be created to increase the performance of data retrieval. /nde$ can be created on one or more col mns of a table. What is an "tent ? An !$tent is a specific n mber of contig o s data bloc&s, obtained in a single allocation, and sed to store a specific type of information. What is a -iew ? A view is a virt al table. !very view has a 3 ery attached to it. 'The 3 ery is a S!L!(T statement that identifies the col mns and rows of the table's) the view ses.) What is Table ? A table is the basic nit of data storage in an O-A(L! database. The tables of a database hold all of the ser accessible data. Table data is stored in rows and col mns. %an a view based on another view? "es. What are the advantages of views? , *rovide an additional level of table sec rity, by restricting access to a predetermined set of rows and col mns of a table. , 4ide data comple$ity. , Simplify commands for the ser. , *resent the data in a different perspective from that of the base table. , Store comple$ % eries. What is an Oracle se2uence? A se% ence generates a serial list of ni% e n mbers for n merical col mns of a database's tables.

What is a synonym? A synonym is an alias for a table, view, se% ence or program nit. What are the types of synonyms? There are two types of synonyms private and p blic. What is a private synonym? Only its owner can access a private synonym. What is a public synonym? Any database ser can access a p blic synonym. What are synonyms used for? , #as& the real name and owner of an object. , *rovide p blic access to an object , *rovide location transparency for tables, views or program nits of a remote database. , Simplify the S3L statements for database sers. What is an Oracle inde"? An inde$ is an optional str ct re associated with a table to have direct access to rows, which can be created to increase the performance of data retrieval. /nde$ can be created on one or more col mns of a table. 3ow are the inde" updates? /nde$es are a tomatically maintained and sed by Oracle. (hanges to table data are a tomatically incorporated into all relevant inde$es. What is a Tablespace? A database is divided into Logical Storage Unit called tablespace. A tablespace is sed to gro ped related logical str ct res together What is *ollbac( Segment ? A 1atabase contains one or more -ollbac& Segments to temporarily store 5 ndo5 information. What are the %haracteristics of .ata ,iles ? A data file can be associated with only one database. Once created a data file can't change si6e. One or more data files form a logical nit of database storage called a tablespace.

3ow to define .ata 'loc( si4e ? A data bloc& si6e is specified for each O-A(L! database when the database is created. A database sers and allocated free database space in O-A(L! data bloc&s. +loc& si6e is specified in /2/T.O-A file and can7t be changed latter.

What does a %ontrol file %ontain ? A (ontrol file records the physical str ct re of the database. /t contains the following information. 1atabase 2ame 2ames and locations of a database's files and redolog files. Time stamp of database creation. What is difference between 50IQ5 constraint and &*I!A*Y 1 Y constraint ? A col mn defined as U2/3U! can contain 2 lls while a col mn defined as *-/#A-" 8!" can't contain 2 lls. What is Inde" %luster ? A (l ster with an inde$ on the (l ster 8ey When does a Transaction end ? .hen it is committed or -ollbac&ed. What is the effect of setting the value 6A++7*OWS6 for O&TI!I8 *7/OA+ parameter of the A+T * S SSIO0 command ? What are the factors that affect O&TI!I8 * in choosing an Optimi4ation approach ? Answer The O*T/#/9!-:#O1! initiali6ation parameter Statistics in the 1ata 1ictionary the O*T/#/9!-:;OAL parameter of the ALT!- S!SS/O2 command hints in the statement. What is the effect of setting the value 6%3OOS 6 for O&TI!I8 *7/OA+# parameter of the A+T * S SSIO0 %ommand ? The Optimi6er chooses (ost:based approach and optimi6es with the goal of best thro ghp t if statistics for atleast one of the tables accessed by the S3L statement e$ist in the data dictionary. Otherwise the O*T/#/9!- chooses -UL!:based approach. 3ow does one create a new database? 9for .'A: One can create and modify Oracle databases sing the Oracle 5dbca5 '1atabase (onfig ration Assistant) tility. The dbca tility is located in the <O-A(L!:4O#!=bin directory. The Oracle Universal /nstaller 'o i) normally starts it after installing the database server software. One can also create databases man ally sing scripts. This option, however, is falling o t of fashion, as it is % ite involved and error prone. Loo& at this e$ample for creating and Oracle >i database? (O22!(T S"S AS S"S1+A ALT!- S"ST!# S!T 1+:(-!AT!:@/L!:1!STA'= BC=oradata='D ALT!- S"ST!# S!T 1+:(-!AT!:O2L/2!:LO;:1!ST:CA'= BE=oradata='D ALT!- S"ST!# S!T 1+:(-!AT!:O2L/2!:LO;:1!ST:EA'= BF=oradata='D (-!AT! 1ATA+AS!D

What database bloc( si4e should I use? 9for .'A: Oracle recommends that yo r database bloc& si6e match, or be m ltiples of yo r operating system bloc& si6e. One can se smaller bloc& si6es, b t the performance cost is significant. "o r choice sho ld depend on the type of application yo are r nning. /f yo have many small transactions as with OLT*, se a smaller bloc& si6e. .ith fewer b t larger transactions, as with a 1SS application, se a larger bloc& si6e. /f yo are sing a vol me manager, consider yo r 5operating system bloc& si6e5 to be G8. This is beca se vol me manager prod cts se G8 bloc&s 'and this is not config rable). What are the different approaches used by Optimi4er in choosing an e"ecution plan ? - le,based and (ost,based. What does *O++'A%1 do ? -OLL+A(8 retracts any of the changes res lting from the S3L statements in the transaction. 3ow does one coalesce free space ? 9for .'A: S#O2 coalesces free space 'e$tents) into larger, contig o s e$tents every E ho rs and even then, only for a short period of time. S#O2 will not coalesce free space if a tablespace's defa lt storage parameter 5pctincrease5 is set to B. .ith Oracle H.F one can man ally coalesce a tablespace sing the ALT!- TA+L!S*A(! ... (OAL!S(!D command, ntil then se? S3LI alter session set events 'immediate trace name coalesce level n'D .here 'n' is the tablespace n mber yo get from S!L!(T TSJ, 2A#! @-O# S"S.TS<D "o can get stat s information abo t this process by selecting from the S"S.1+A:@-!!:S*A(!:(OAL!S(!1 dictionary view. 3ow does one prevent tablespace fragmentation? 9for .'A: Always set *(T/2(-!AS! to B or CBB. +i6arre val es for *(T/2(-!AS! will contrib te to fragmentation. @or e$ample if yo set *(T/2(-!AS! to C yo will see that yo r e$tents are going to have weird and wac&y si6es? CBB8, CBB8, CBC8, CBE8, etc. S ch e$tents of bi6arre si6e are rarely re, sed in their entirety. *(T/2(-!AS! of B or CBB gives yo nice ro nd e$tent si6es that can easily be re sed. !.g.. CBB8, CBB8, EBB8, KBB8, etc. Use the same e$tent si6e for all the segments in a given tablespace. Locally #anaged tablespaces 'available from Gi onwards) with niform e$tent si6es virt ally eliminates any tablespace fragmentation. 2ote that the n mber of e$tents per segment does not ca se any performance iss e anymore, nless they r n into tho sands and tho sands where additional /=O may be re% ired to fetch the additional bloc&s where e$tent maps of the segment are stored.

Where can one find the high water mar( for a table? 9for .'A: There is no single system table, which contains the high water mar& '4.#) for a table. A table's 4.# can be calc lated sing the res lts from the following S3L statements? S!L!(T +LO(8S @-O# 1+A:S!;#!2TS .4!-! O.2!-AU**!-'owner) A21 S!;#!2T:2A#! A U**!-'table)D A2AL"9! TA+L! owner.table !ST/#AT! STAT/ST/(SD S!L!(T !#*T":+LO(8S @-O# 1+A:TA+L!S .4!-! O.2!-AU**!-'owner) A21 S!;#!2T:2A#! A U**!-'table)D Th s, the tables' 4.# A '% ery res lt C) , '% ery res lt E) , C 2OT!? "o can also se the 1+#S:S*A(! pac&age and calc late the 4.# A TOTAL:+LO(8S , U2US!1:+LO(8S , C. What is %OST)based approach to optimi4ation ? (onsidering available access paths and determining the most efficient e$ec tion plan based on statistics in the data dictionary for the tables accessed by the statement and their associated cl sters and inde$es. What does %O!!IT do ? (O##/T ma&es permanent the changes res lting from all S3L statements in the transaction. The changes made by the S3L statements of a transaction become visible to other ser sessions transactions that start only after transaction is committed. 3ow are e"tents allocated to a segment? 9for .'A: OracleG and above ro nds off e$tents to a m ltiple of L bloc&s when more than L bloc&s are re% ested. /f one re% ests CM8 or E bloc&s 'ass ming a G8 bloc& si6e), Oracle doesn't ro nd it p to L bloc&s, b t it allocates E bloc&s or CM8 as re% ested. /f one as&s for G bloc&s, Oracle will ro nd it p to CB bloc&s. Space allocation also depends pon the si6e of contig o s free space available. /f one as&s for G bloc&s and Oracle finds a contig o s free space that is e$actly G bloc&s, it wo ld give it yo . /f it were > bloc&s, Oracle wo ld also give it to yo . (learly Oracle doesn't always ro nd e$tents to a m ltiple of L bloc&s. The e$ception to this r le is locally managed tablespaces. /f a tablespace is created with local e$tent management and the e$tent si6e is MK8, then Oracle allocates MK8 or G bloc&s ass ming G8,bloc& si6e. Oracle doesn't ro nd it p to the m ltiple of L when a tablespace is locally managed. %an one rename a database user 9schema:? 9for .'A: 2o, this is listed as !nhancement -e% est CLGLBG. .or&aro nd? 1o a ser,level e$port of ser A create new ser + /mport system=manager from serAA to serA+ 1rop ser A

.efine Transaction ? A Transaction is a logical nit of wor& that comprises one or more S3L statements e$ec ted by a single ser. What is *ead)Only Transaction ? A -ead,Only transaction ens res that the res lts of each % ery e$ec ted in the transaction are consistant with respect to the same point in time. What is a deadloc( ? "plain ; Two processes wating to pdate the rows of a table which are loc&ed by the other process then deadloc& arises. /n a database environment this will often happen beca se of not iss ing proper row loc& commands. *oor design of front,end application may ca se this sit ation and the performance of server will red ce drastically. These loc&s will be released a tomatically when a commit=rollbac& operation performed or any one of this processes being &illed e$ternally. What is a Schema ? The set of objects owned by ser acco nt is called the schema. What is a cluster 1ey ? The related col mns of the tables are called the cl ster &ey. The cl ster &ey is inde$ed sing a cl ster inde$ and its val e is stored only once for m ltiple tables in the cl ster. What is &arallel Server ? # ltiple instances accessing the same database 'Only /n # lti,(*U environments) What are the basic element of 'ase configuration of an oracle .atabase ? /t consists of one or more data files. one or more control files. two or more redo log files. The 1atabase contains m ltiple sers=schemas one or more rollbac& segments one or more tablespaces 1ata dictionary tables User objects 'table,inde$es,views etc.,) The server that access the database consists of S;A '1atabase b ffer, 1ictionary (ache + ffers, -edo log b ffers, Shared S3L pool) S#O2 'System #O2ito) *#O2 '*rocess #O2itor) L;.- 'Lo; .rite) 1+.- '1ata +ase .rite) A-(4 'A-(4iver) (8*T '(hec& *oint) -!(O

1ispatcher User *rocess with associated *;S What is clusters ? ;ro p of tables physically stored together beca se they share common col mns and are often sed together is called (l ster. What is an Inde" ? 3ow it is implemented in Oracle .atabase ? An inde$ is a database str ct re sed by the server to have direct access of a row in a table. An inde$ is a tomatically created when a ni% e of primary &ey constraint cla se is specified in create table comman '0er H.B) What is a .atabase instance ? "plain A database instance 'Server) is a set of memory str ct re and bac&gro nd processes that access a set of database files. The process can be shared by all sers. The memory str ct re that are sed to store most % eried data from database. This helps p to improve database performance by decreasing the amo nt of /=O performed against data file. What is the use of A0A+Y8 command ? To perform one of these f nction on an inde$, table, or cl ster? , To collect statistics abo t object sed by the optimi6er and store them in the data dictionary. , To delete statistics abo t the object sed by object from the data dictionary. , To validate the str ct re of the object. , To identify migrated and chained rows of the table or cl ster. What is default tablespace ? The Tablespace to contain schema objects created witho t specifying a tablespace name. What are the system resources that can be controlled through &rofile ? The n mber of conc rrent sessions the ser can establish the (*U processing time available to the ser's session the (*U processing time available to a single call to O-A(L! made by a S3L statement the amo nt of logical /=O available to the ser's session the amo t of logical /=O available to a single call to O-A(L! made by a S3L statement the allowed amo nt of idle time for the ser's session the allowed amo nt of connect time for the ser's session. What is Tablespace Quota ? The collective amo nt of dis& space available to the objects in a schema on a partic lar tablespace. What are the different +evels of Auditing ? Statement A diting, *rivilege A diting and Object A diting.

What is Statement Auditing ? Statement a diting is the a diting of the powerf l system privileges witho t regard to specifically named objects. What are the database administrators utilities available ? S3L N 1+A , This allows 1+A to monitor and control an O-A(L! database. S3L N Loader , /t loads data from standard operating system files '@lat files) into O-A(L! database tables. !$port '!O*) and /mport 'imp) tilities allow yo to move e$isting data in O-A(L! format to and from O-A(L! database. 3ow can you enable automatic archiving ? Sh t the database +ac& p the database #odify=/ncl de LO;:A-(4/0!:STA-T:T-U! in init.ora file. Start p the database. What are roles? 3ow can we implement roles ? -oles are the easiest way to grant and manage common privileges needed by different gro ps of database sers. (reating roles and assigning provides to roles. Assign each role to gro p of sers. This will simplify the job of assigning privileges to individ al sers. What are *oles ? -oles are named gro ps of related privileges that are granted to sers or other roles. What are the use of *oles ? -!1U(!1 ;-A2T/2; O@ *-/0/L!;!S , -ather than e$plicitly granting the same set of privileges to many sers a database administrator can grant the privileges for a gro p of related sers granted to a role and then grant only the role to each member of the gro p. 1"2A#/( *-/0/L!;! #A2A;!#!2T , .hen the privileges of a gro p m st change, only the privileges of the role need to be modified. The sec rity domains of all sers granted the gro p's role a tomatically reflect the changes made to the role. S!L!(T/0! A0A/LA+/L/T" O@ *-/0/L!;!S , The roles granted to a ser can be selectively enable 'available for se) or disabled 'not available for se). This allows specific control of a ser's privileges in any given sit ation. A**L/(AT/O2 A.A-!2!SS , A database application can be designed to a tomatically enable and disable selective roles when a ser attempts to se the application. What is &rivilege Auditing ? *rivilege a diting is the a diting of the se of powerf l system privileges witho t regard to specifically named objects. What is Ob$ect Auditing ? Object a diting is the a diting of accesses to specific schema objects witho t regard to ser.

What is Auditing ? #onitoring of ser access to aid in the investigation of database se. 3ow does one see the uptime for a database? 9for .'A : Loo& at the following S3L % ery? S!L!(T to:char 'start p:time,'11,#O2,"""" 44EK? #/? SS') 51+ Start p Time5 @-O# sys.v:<instanceD #arco +ergman provided the following alternative sol tion? S!L!(T to:char 'logon:time,'1y dd #on 44EK? #/? SS') 51+ Start p Time5 @-O# sys.v:<session .4!-! SidAC =N this is pmon N= = Users still r nning on Oracle H can try one of the following % eries? (ol mn STA-T!1 format aCG head 'STA-TU* T/#!' Select (./2STA2(!, to:date 'PUL.0ALU!, 'P') QQ to:char 'floor 'S!(.0ALU!=FMBB), 'B>') QQ '?' ,, QQ S bstr 'to:char 'mod 'S!(.0ALU!=MB, MB), 'B>'), E, E) QQ S bstr 'to:char 'floor 'mod 'S!(.0ALU!=MB, MB)), 'B>'), E, E) QQ '.' QQ S bstr 'to:char 'mod 'S!(.0ALU!, MB), 'B>'), E, E) STA-T!1 from S"S.0:</2STA2(! PUL, S"S.0:</2STA2(! S!(, S"S.0:<T4-!A1 ( .here PUL.8!" li&e 'RPUL/A2R' and S!(.8!" li&e 'RS!(O21R'D Select to:date 'PUL.0ALU!, 'P') QQ to:char 'to:date 'S!(.0ALU!, 'SSSSS'), ' 44EK?#/?SS') STA-T!1 from S"S.0:</2STA2(! PUL, S"S.0:</2STA2(! S!( where PUL.8!" li&e 'RPUL/A2R' and S!(.8!" li&e 'RS!(O21R'D select to:char 'to:date 'PUL.0ALU!, 'P') S 'S!(.0ALU!=GMKBB), ,-et rn a 1AT! '11,#O2,"" 44EK?#/?SS') STA-T!1 from 0</2STA2(! PUL, 0</2STA2(! S!( where PUL.8!" li&e 'RPUL/A2R' and S!(.8!" li&e 'RS!(O21R'D Where are my T !&,I+ S# I don<t see them in -=.ATA,I+ or .'A7.ATA7,I+ ? 9for .'A : Tempfiles, nli&e normal datafiles, are not listed in v<datafile or dba:data:files. /nstead % ery v<tempfile or dba:temp:files? S!L!(T N @-O# v<tempfileD S!L!(T N @-O# dba:temp:filesD

3ow do I find used>free space in a T !&O*A*Y tablespace? 9for .'A : Unli&e normal tablespaces, tr e temporary tablespace information is not listed in 1+A:@-!!:S*A(!. /nstead se the 0<T!#*:S*A(!:4!A1!- view? S!L!(T tablespace:name, SU# 'bytes sed), SU# 'bytes free) @-O# 0<temp:space:header ;-OU* +" tablespace:nameD What is a profile ? !ach database ser is assigned a *rofile that specifies limitations on vario s system reso rces available to the ser. 3ow will you enforce security using stored procedures? 1on't grant ser access directly to tables within the application. /nstead grant the ability to access the proced res that access the tables. .hen proced re e$ec ted it will e$ec te the privilege of proced res owner. Users cannot access tables e$cept via the proced re. 3ow can one see who is using a temporary segment? 9for .'A : @or every ser sing temporary space, there is an entry in S"S.0<:LO(8 with type 'TS'. All temporary segments are named 'ffff.bbbb' where 'ffff' is the file it is in and 'bbbb' is first bloc& of the segment. /f yo r temporary tablespace is set to T!#*O-A-", all sorts are done in one large temporary segment. @or sage stats, see S"S.0:<SO-T:S!;#!2T @rom Oracle G.B, one can j st % ery S"S.v<sort: sage. Loo& at these e$amples? select s. sername, .5US!-5, .tablespace, .contents, .e$tents, .bloc&s from sys.v:<session s, sys.v:<sort: sage where s.addr A .session:addr = select s.os ser, s.process, s. sername, s.serialJ, S m ' .bloc&s)Nvp.val e=CBEK sort:si6e from sys.v:<session s, sys.v:<sort: sage , sys.v:<parameter 0* where s.saddr A .session:addr and vp.name A 'db:bloc&:si6e' and s.os ser li&e 'TC' gro p by s.os ser, s.process, s. sername, s.serialJ, vp.val e = 3ow does one get the view definition of fi"ed views>tables? 3 ery v<fi$ed:view:definition. !$ample? S!L!(T N @-O# v<fi$ed:view:definition .4!-! view:nameA'0<S!SS/O2'D What are the dictionary tables used to monitor a database spaces ? 1+A:@-!!:S*A(! 1+A:S!;#!2TS 1+A:1ATA:@/L!S.

3ow can we specify the Archived log file name format and destination? +y setting the following val es in init.ora file. LO;:A-(4/0!:@O-#AT A arch RS=s=T=tarc 'RS , Log se% ence n mber and is 6ero left paded, Rs , Log se% ence n mber not padded. RT , Thread n mber lef,6ero,paded and Rt , Thread n mber not padded). The file name created is arch BBBC are if RS is sed. LO;:A-(4/0!:1!ST A path. What is user Account in Oracle database? An ser acco nt is not a physical str ct re in 1atabase b t it is having important relationship to the objects in the database and will be having certain privileges. When will the data in the snapshot log be used? .e m st be able to create a after row trigger on table 'i.e., it sho ld be not be already available) After giving table privileges. .e cannot specify snapshot log name beca se oracle ses the name of the master table in the name of the database objects that s pport its snapshot log. The master table name sho ld be less than or e% al to EF characters. 'The table name created will be #LO;S:tablename, and trigger name will be TLO;S name). What dynamic data replication? Updating or /nserting records in remote database thro gh database triggers. /t may fail if remote database is having any problem. What is Two)&hase %ommit ? Two,phase commit is mechanism that g arantees a distrib ted transaction either commits on all involved nodes or rolls bac& on all involved nodes to maintain data consistency across the global distrib ted database. /t has two phase, a *repare *hase and a (ommit *hase. 3ow can you nforce *eferential Integrity in snapshots ? Time the references to occ r when master tables are not in se. *eform the reference the man ally immdiately loc&ing the master tables. .e can join tables in snopshots by creating a comple$ snapshots that will based on the master tables. What is a SQ+ ? 0 T? S3L N2!T is O-A(L!'s mechanism for interfacing with the comm nication protocols sed by the networ&s that facilitate distrib ted processing and distrib ted databases. /t is sed in (lint,Server and Server,Server comm nications. What is a S0A&S3OT ? Snapshots are read,only copies of a master table located on a remote node which is periodically refreshed to reflect changes made to the master table. What is the mechanism provided by O*A%+ for table replication ? Snapshots and S2A*S4OT LO;s

What is snapshots? Snapshot is an object sed to dynamically replicate data between distrib te database at specified time intervals. /n ver H.B they are read only. What are the various type of snapshots? Simple and (omple$. .escribe two phases of Two)phase commit ? *repare phase , The global coordinator 'initiating node) as& a participants to prepare 'to promise to commit or rollbac& the transaction, even if there is a fail re) (ommit , *hase , /f all participants respond to the coordinator that they are prepared, the coordinator as&s all nodes to commit the transaction, if all participants cannot prepare, the coordinator as&s all nodes to roll bac& the transaction. What is snapshot log ? /t is a table that maintains a record of modifications to the master table in a snapshot. /t is stored in the same database as master table and is only available for simple snapshots. /t sho ld be created before creating snapshots. What are the benefits of distributed options in databases? 1atabase on other servers can be pdated and those transactions can be gro ped together with others in a logical nit. 1atabase ses a two phase commit. What are the options available to refresh snapshots ? (O#*L!T! , Tables are completely regenerated sing the snapshots % ery and the master tables every time the snapshot referenced. @AST , /f simple snapshot sed then a snapshot log can be sed to send the changes to the snapshot tables. @O-(! , 1efa lt val e. /f possible it performs a @AST refreshD Otherwise it will perform a complete refresh. What is a S0A&S3OT +O/ ? A snapshot log is a table in the master database that is associated with the master table. O-A(L! ses a snapshot log to trac& the rows that have been pdated in the master table. Snapshot logs are sed in pdating the snapshots based on the master table. What is .istributed database ? A distrib ted database is a networ& of databases managed by m ltiple database servers that appears to a ser as single logical database. The data of all databases in the distrib ted database can be sim ltaneo sly accessed and modified. 3ow can we reduce the networ( traffic? , -eplication of data in distrib ted environment. , Using snapshots to replicate data. , Using remote proced re calls.

.ifferentiate simple and comple"# snapshots ? , A simple snapshot is based on a % ery that does not contains ;-OU* +" cla ses, (O22!(T +" cla ses, PO/2s, s b,% ery or snashot of operations. , A comple$ snapshots contain atleast any one of the above. What are the 'uilt)ins used for sending &arameters to forms? "o can pass parameter val es to a form when an application e$ec tes the call:form, 2ew:form, Open:form or - n:prod ct. %an you have more than one content canvas view attached with a window? "es. !ach window yo create m st have atleast one content canvas view assigned to it. "o can also create a window that has manip lated content canvas view. At r n time only one of the content canvas views assign to a window is displayed at a time. Is the After report trigger fired if the report e"ecution fails? "es. .oes a 'efore form trigger fire when the parameter form is suppressed? "es. What is S/A? The System ;lobal Area in an Oracle database is the area in memory to facilitate the transfer of information between sers. /t holds the most recently re% ested str ct ral information between sers. /t holds the most recently re% ested str ct ral information abo t the database. The str ct re is database b ffers, dictionary cache, redo log b ffer and shared pool area. What is a shared pool? The data dictionary cache is stored in an area in S;A called the shared pool. This will allow sharing of parsed S3L statements among conc rrent sers. What is mean by &rogram /lobal Area 9&/A:? /t is area in memory that is sed by a single Oracle ser process. What is a data segment? 1ata segment are the physical areas within a database bloc& in which the data associated with tables and cl sters are stored. What are the factors causing the reparsing of SQ+ statements in S/A? 1 e to ins fficient shared pool si6e. #onitor the ratio of the reloads ta&es place while e$ec ting S3L statements. /f the ratio is greater than C then increase the S4A-!1:*OOL:S/9!. What are clusters? (l sters are gro ps of one or more tables physically stores together to share common col mns and are often sed together.

What is cluster (ey? The related col mns of the tables in a cl ster are called the cl ster &ey. .o a view contain data? 0iews do not contain or store data. What is user Account in Oracle database? A ser acco nt is not a physical str ct re in database b t it is having important relationship to the objects in the database and will be having certain privileges. 3ow will you enforce security using stored procedures? 1on't grant ser access directly to tables within the application. /nstead grant the ability to access the proced res that access the tables. .hen proced re e$ec ted it will e$ec te the privilege of proced res owner. Users cannot access tables e$cept via the proced re. What are the dictionary tables used to monitor a database space? 1+A:@-!!:S*A(! 1+A:S!;#!2TS 1+A:1ATA:@/L!S. %an a property clause itself be based on a property clause? "es If a parameter is used in a 2uery without being previously defined# what diff; e"ist between; report @;A and @;B when the 2uery is applied? .hile both reports E.B and E.L create the parameter, report E.L gives a message that a bind parameter has been created. What are the s2l clauses supported in the lin( property sheet? .here start with having. What is trigger associated with the timer? .hen,timer,e$pired. What are the trigger associated with image items? .hen,image,activated fires when the operators do ble clic&s on an image itemwhen, image,pressed fires when an operator clic&s or do ble clic&s on an image item What are the different windows events activated at runtimes? .hen:window:activated .hen:window:closed .hen:window:deactivated .hen:window:resi6ed .ithin this triggers, yo can e$amine the b ilt in system variable system. event:window to determine the name of the window for which the trigger fired.

When do you use data parameter type? .hen the val e of a data parameter being passed to a called prod ct is always the name of the record gro p defined in the c rrent form. 1ata parameters are sed to pass data to prod cts invo&ed with the r n:prod ct b ilt,in s bprogram. What is difference between open7form and call7form? when one form invo&es another form by e$ec ting open:form the first form remains displayed, and operators can navigate between the forms as desired. when one form invo&es another form by e$ec ting call:form, the called form is modal with respect to the calling form. That is, any windows that belong to the calling form are disabled, and operators cannot navigate to them ntil they first e$it the called form. What is new7form built)in? .hen one form invo&es another form by e$ec ting new:form oracle form e$its the first form and releases its memory before loading the new form calling new form completely replace the first with the second. /f there are changes pending in the first form, the operator will be prompted to save them before the new form is loaded. What is the 6+O- of -alidation6 &roperty of an item? What is the use of it? .hen LO0 for 0alidation is set to Tr e, Oracle @orms compares the c rrent val e of the te$t item to the val es in the first col mn displayed in the LO0. .henever the validation event occ rs. /f the val e in the te$t item matches one of the val es in the first col mn of the LO0, validation s cceeds, the LO0 is not displayed, and processing contin es normally. /f the val e in the te$t item does not match one of the val es in the first col mn of the LO0, Oracle @orms displays the LO0 and ses the te$t item val e as the search criteria to a tomatically red ce the list. What is the diff; when ,le" mode is mode on and when it is off? .hen fle$ mode is on, reports a tomatically resi6es the parent when the child is resi6ed. What is the diff; when confine mode is on and when it is off? .hen confine mode is on, an object cannot be moved o tside its parent in the layo t. What are visual attributes? 0is al attrib tes are the font, color, pattern proprieties that yo set for form and men objects that appear in yo r application interface. Which of the two views should ob$ects according to possession? view by str ct re. What are the two types of views available in the ob$ect navigator9specific to report @;B:? 0iew by str ct re and view by type .

What are the vb" controls? 0b$ control provide a simple method of b ilding and enhancing ser interfaces. The controls can se to obtain ser inp ts and display program o tp ts.vb$ control where originally develop as e$tensions for the ms vis al basic environments and incl de s ch items as sliders, rides and &nobs. What is the use of transactional triggers? Using transactional triggers we can control or modify the defa lt f nctionality of the oracle forms. 3ow do you create a new session while open a new form? Using open:form b ilt,in setting the session option !$. Open:form''Stoc&s ',active, session). when invo&e the m ltiple forms with open form and call:form in the same application, state whether the following are tr e=@alse What are the ways to monitor the performance of the report? Use reports profile e$ec table statement. Use S3L trace facility. If two groups are not lin(ed in the data model editor# What is the hierarchy between them? Two gro p that is above are the left most ran& higher than the gro p that is to right or below it. An open form can not be e"ecute the call7form procedure if you chain of called forms has been initiated by another open form? Tr e "plain about hori4ontal# -ertical tool bar canvas views? Tool bar canvas views are sed to create tool bars for individ al windows. 4ori6ontal tool bars are display at the top of a window, j st nder its men bar. 0ertical Tool bars are displayed along the left side of a window What is the purpose of the product order option in the column property sheet? To specify the order of individ al gro p eval ation in a cross prod cts. What is the use of image74oom built)in? To manip late images in image items. 3ow do you reference a parameter indirectly? To indirectly reference a parameter se the 2A#! /2, (O*" 'b ilt,ins to indirectly set and reference the parameters val e' !$ample name:in ''capital parameter my param'), (opy ''SU-!S4','*arameter my:param')

What is a timer? Timer is an 5internal time cloc&5 that yo can programmatically create to perform an action each time the times. What are the two phases of bloc( coordination? There are two phases of bloc& coordination? the clear phase and the pop lation phase. 1 ring, the clear phase, Oracle @orms navigates internally to the detail bloc& and fl shes the obsolete detail records. 1 ring the pop lation phase, Oracle @orms iss es a S!L!(T statement to repop late the detail bloc& with detail records associated with the new master record. These operations are accomplished thro gh the e$ec tion of triggers. What are !ost %ommon types of %omple" master)detail relationships? There are three most common types of comple$ master,detail relationships? master with dependent details master with independent details detail with two masters What is a te"t list? The te$t list style list item appears as a rectang lar bo$ which displays the fi$ed n mber of val es. .hen the te$t list contains val es that can not be displayed, a vertical scroll bar appears, allowing the operator to view and select ndisplayed val es. What is term? The term is terminal definition file that describes the terminal form which yo are sing rEBr n. What is use of term? The term file which &ey is correspond to which oracle report f nctions. What is pop list? The pop list style list item appears initially as a single field 'similar to a te$t item field). .hen the operator selects the list icon, a list of available choices appears. What is the ma"imum no of chars the parameter can store? The ma$im m no of chars the parameter can store is only valid for char parameters, which can be pto MK8. 2o parameters defa lt to EF+ytes and 1ate parameter defa lt to H+ytes. What are the default e"tensions of the files created by library module? The defa lt file e$tensions indicate the library mod le type and storage format .pll , pl=s%l library mod le binary

What are the %oordination &roperties in a !aster).etail relationship? The coordination properties are 1eferred A to,3 ery These *roperties determine when the pop lation phase of bloc& coordination sho ld occ r. 3ow do you display console on a window ? The console incl des the stat s line and message line, and is displayed at the bottom of the window to which it is assigned.To specify that the console sho ld be displayed, set the console window form property to the name of any window in the form. To incl de the console, set console window to 2 ll. What are the different &arameter types? Te$t *arameters1ata *arameters State any three mouse events system variables? System.mo se:b tton:pressedSystem.mo se:b tton:shift What are the types of calculated columns available? S mmary, @orm la, *laceholder col mn. "plain about stac(ed canvas views? Stac&ed canvas view is displayed in a window on top of, or 5stac&ed5 on the content canvas view assigned to that same window. Stac&ed canvas views obsc re some part of the nderlying content canvas view, and or often shown and hidden programmatically. 3ow does one do off)line database bac(ups? 9for .'A : Sh t down the database from s%lpl s or server manager. +ac& p all files to secondary storage 'eg. tapes). !ns re that yo bac& p all data files, all control files and all log files. .hen completed, restart yo r database. 1o the following % eries to get a list of all files that needs to be bac&ed p? select name from sys.v:<datafileD select member from sys.v:<logfileD select name from sys.v:<controlfileD Sometimes Oracle ta&es forever to sh tdown with the 5immediate5 option. As wor&aro nd to this problem, sh tdown sing these commands? alter system chec&pointD sh tdown abort start p restrict sh tdown immediate 2ote that if yo database is in A-(4/0!LO; mode, one can still se archived log files to roll forward from an off,line bac& p. /f yo cannot ta&e yo r database down for a cold 'off,line) bac& p at a convenient time, switch yo r database into A-(4/0!LO; mode and perform hot 'on,line) bac& ps.

What is the difference between S3OW7 .ITO* and .IT7T CTIT !? Show editor is the generic b ilt,in which accepts any editor name and ta&es some inp t string and ret rns modified o tp t string. .hereas the edit:te$titem b ilt,in needs the inp t foc s to be in the te$t item before the b ilt,in is e$ec ted. What are the built)ins that are used to Attach an +O- programmatically to an item? set:item:property get:item:property 'by setting the LO0:2A#! property) 3ow does one do on)line database bac(ups? 9for .'A : !ach tablespace that needs to be bac&ed, p m st be switched into bac& p mode before copying the files o t to secondary storage 'tapes). Loo& at this simple e$ample. ALT!- TA+L!S*A(! $y6 +!;/2 +A(8U*D U cp $yf@ileC =bac& p1ir= ALT!- TA+L!S*A(! $y6 !21 +A(8U*D /t is better to bac& p tablespace for tablespace than to p t all tablespaces in bac& p mode. +ac&ing them p separately inc rs less overhead. .hen done, remember to bac& p yo r control files. Loo& at this e$ample? ALT!- S"ST!# S./T(4 LO;@/L!D ,, @orce log switch to pdate control file headers ALT!- 1ATA+AS! +A(8U* (O2T-OL@/L! TO '=bac& p1ir=control.dbf'D 2OT!? 1o not r n on,line bac& ps d ring pea& processing periods. Oracle will write complete database bloc&s instead of the normal deltas to redo log files while in bac& p mode. This will lead to e$cessive database archiving and even database free6es. 3ow does one bac(up a database using *!A0? 9for .'A : The biggest advantage of -#A2 is that it only bac& p sed space in the database. -man doesn't p t tablespaces in bac& p mode, saving on redo generation overhead. -#A2 will re,read database bloc&s ntil it gets a consistent image of it. Loo& at this simple bac& p e$ample. rman target sys=NNN nocatalog r nV allocate channel tC type dis&D bac& p format '=app=oracle=db:bac& p=Rd:tRt:sRs:pRp' ' database )D release channel tCD W !$ample -#A2 restore? rman target sys=NNN nocatalog r nV allocate channel tC type dis&D J set ntil time 'A g BH EBBB ?LC'D restore tablespace sersD

recover tablespace sersD release channel tCD W The e$amples above are e$tremely simplistic and only sef l for ill strating basic concepts. +y defa lt Oracle ses the database controlfiles to store information abo t bac& ps. 2ormally one wo ld rather set p a -#A2 catalog database to store -#A2 metadata in. -ead the Oracle +ac& p and -ecovery ; ide before implementing any -#A2 bac& ps. 2ote? -#A2 cannot write image copies directly to tape. One needs to se a third,party media manager that integrates with -#A2 to bac& p directly to tape. Alternatively one can bac& p to dis& and then man ally copy the bac& ps to tape. What are the different file e"tensions that are created by oracle reports? -ep file and -df file. What is strip sources generate options? -emoves the so rce code from the library file and generates a library files that contains only pcode. The res lting file can be sed for final deployment, b t can not be s bse% ently edited in the designer.e$. fKLgen mod leAold:lib.pll seridAscott=tiger strip:so rce "!S o tp t:file 3ow does one put a database into A*%3I- +O/ mode? 9for .'A : The main reason for r nning in archivelog mode is that one can provide EK,ho r availability and g arantee complete data recoverability. /t is also necessary to enable A-(4/0!LO; mode before one can start to se on,line database bac& ps. To enable A-(4/0!LO; mode, simply change yo r database start p command script, and bo nce the database? S3L*LUSI connect sys as sysdba S3L*LUSI start p mo nt e$cl siveD S3L*LUSI alter database archivelogD S3L*LUSI archive log startD S3L*LUSI alter database openD 2OT!C? -emember to ta&e a baseline database bac& p right after enabling archivelog mode. .itho t it one wo ld not be able to recover. Also, implement an archivelog bac& p to prevent the archive log directory from filling, p. 2OT!E? A-(4/0!LO; mode was introd ced with Oracle 0M, and is essential for database point,in,time recovery. Archiving can be sed in combination with on,line and off,line database bac& ps. 2OT!F? "o may want to set the following /2/T.O-A parameters when enabling A-(4/0!LO; mode? log:archive:startAT-U!, log:archive:destA... and log:archive:formatA... 2OT!K? "o can change the archive log destination of a database on,line with the A-(4/0! LO; STA-T TO 'directory'D statement. This statement is often sed to switch archiving between a set of directories. 2OT!L? .hen r nning Oracle -eal Application Server '-A(), yo need to sh t down all nodes before changing the database to A-(4/0!LO; mode.

What is the basic data structure that is re2uired for creating an +O-? -ecord ;ro p. 3ow does one bac(up archived log files? 9for .'A : One can bac& p archived log files sing -#A2 or any operating system bac& p tility. -emember to delete files after bac&ing them p to prevent the archive log directory from filling p. /f the archive log directory becomes f ll, yo r database will hangU Loo& at this simple -#A2 bac& p script? -#A2I r n V EI allocate channel devC type dis&D FI bac& p KI format '=app=oracle=arch:bac& p=log:tRt:sRs:pRp' LI 'archivelog all delete inp t)D MI release channel devCD HI W .oes Oracle write to data files in begin>hot bac(up mode? 9for .'A : Oracle will stop pdating file headers, b t will contin e to write data to the database files even if a tablespace is in bac& p mode. /n bac& p mode, Oracle will write o t complete changed bloc&s to the redo log files. 2ormally only deltas 'changes) are logged to the redo logs. This is done to enable reconstr ction of a bloc& if only half of it was bac&ed p 'split bloc&s). +eca se of this, one sho ld notice increased log activity and archiving d ring on,line bac& ps. What is the !a"imum allowed length of *ecord group %olumn? -ecord gro p col mn names cannot e$ceed FB characters. Which parameter can be used to set read level consistency across multiple 2ueries? -ead only What are the different types of *ecord /roups? 3 ery -ecord ;ro ps 2on3 ery -ecord ;ro ps State -ecord ;ro ps ,rom which designation is it preferred to send the output to the printed? *reviewer What are difference between post database commit and post)form commit? *ost,form commit fires once d ring the post and commit transactions process, after the database commit occ rs. The post,form,commit trigger fires after inserts, pdates and deletes have been posted to the database b t before the transactions have been finali6ed in the iss ing the command. The post,database,commit trigger fires after oracle forms iss es the commit to finali6ed transactions.

What are the different display styles of list items? *op:listTe$t:list(ombo bo$ Which of the above methods is the faster method? performing the calc lation in the % ery is faster. With which function of summary item is the compute at options re2uired? percentage of total f nctions. What are parameters? *arameters provide a simple mechanism for defining and setting the val esof inp ts that are re% ired by a form at start p. @orm parameters are variables of type char,n mber,date that yo define at design time. What are the three types of user e"its available ? Oracle *recompiler e$its, Oracle call interface, 2onOracle ser e$its. 3ow many windows in a form can have console? Only one window in a form can display the console, and yo cannot change the console assignment at r ntime. What is an administrative 9privileged: user? 9for .'A : Oracle 1+As and operators typically se administrative acco nts to manage the database and database instance. An administrative acco nt is a ser that is granted S"SO*!- or S"S1+A privileges. S"S1+A and S"SO*!- allow access to a database instance even if it is not r nning. (ontrol of these privileges is managed o tside of the database via password files and special operating system gro ps. This password file is created with the orapwd tility. What are the two repeating frame always associated with matri" ob$ect? One down repeating frame below one across repeating frame. What are the master)detail triggers? On,(hec&:delete:masterOn:clear:detailsOn:pop late:details 3ow does one connect to an administrative user? 9for .'A : /f an administrative ser belongs to the 5dba5 gro p on Uni$, or the 5O-A:1+A5 'O-A:sid:1+A) gro p on 2T, he=she can connect li&e this? connect = as sysdba 2o password is re% ired. This is e% ivalent to the des pported 5connect internal5 method. A password is re% ired for 5non,sec re5 administrative access. These passwords are stored in password files. -emote connections via 2etG are classified as non,sec re. Loo& at this e$ample? connect sys=password as sysdba

3ow does one create a password file? 9for .'A : The Oracle *assword @ile '<O-A(L!:4O#!=dbs=orapw or orapwS/1) stores passwords for sers with administrative privileges. One needs to create a password files before remote administrators 'li&e O!#) will be allowed to connect. @ollow this proced re to create a new password file? . Log in as the Oracle software owner . - ncommand? orapwd fileA<O-A(L!:4O#!=dbs=orapw<O-A(L!:S/1 passwordAmypasswd . Sh tdown the database 'S3L*LUSI S4UT1O.2 /##!1/AT!) . !dit the /2/T.O-A file and ens re -!#OT!:LO;/2:*ASS.O-1@/L!Ae$cl sive is set. . Start p the database 'S3L*LUSI STA-TU*) 2OT!? The orapwd tility presents a sec rity ris& in that it receives a password from the command line. This password is visible in the process table of many systems. Administrators needs to be aware of thisU Is it possible to modify an e"ternal 2uery in a report which contains it? 2o. .oes a grouping done for ob$ects in the layout editor affect the grouping done in the data model editor? 2o. 3ow does one add users to a password file? 9for .'A : One can select from the S"S.0:<*.@/L!:US!-S view to see which sers are listed in the password file. 2ew sers can be added to the password file by granting them S"S1+A or S"SO*!- privileges, or by sing the orapwd tility. ;-A2T S"S1+A TO scottD If a brea( order is set on a column would it affect columns which are under the column? 2o Why are O&S= accounts a security ris( in a client>server environment? 9for .'A: /f yo allow people to log in with O*S< acco nts from .indows .or&stations, yo cannot be s re who they really are. .ith terminals, yo can rely on operating system passwords, with .indows, yo cannot. /f yo set -!#OT!:OS:AUT4!2TAT-U! in yo r init.ora file, Oracle ass mes that the remote OS has a thenticated the ser. /f -!#OT!:OS:AUT4!2T is set to @ALS! 'recommended), remote sers will be nable to connect witho t a password. /1!2T/@/!1 !OT!-2ALL" will only be in effect from the local host. Also, if yo are sing 5O*S<5 as yo r prefi$, yo will be able to log on locally with or witho t a password, regardless of whether yo have identified yo r /1 with a password or defined it to be /1!2T/@/!1 !OT!-2ALL".

.o user parameters appear in the data modal editor in @;B? 2o %an you pass data parameters to forms? 2o Is it possible to lin( two groups inside a cross products after the cross products group has been created? no What are the different modals of windows? #odalless windows #odal windows What are modal windows? #odal windows are s ally sed as dialogs, and have restricted f nctionality compared to modelless windows. On some platforms for e$ample operators cannot resi6e, scroll or iconify a modal window. What are the different default triggers created when !aster .eletes &roperty is set to 0on)isolated? #aster 1eletes *roperty -es lting Triggers ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2on,/solated'the defa lt) On,(hec&,1elete,#aster On,(lear,1etails On,*op late,1etails What are the different default triggers created when !aster .eletes &roperty is set to isolated? #aster 1eletes *roperty -es lting Triggers ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, /solated On,(lear,1etails On,*op late,1etails What are the different default triggers created when !aster .eletes &roperty is set to %ascade? #aster 1eletes *roperty -es lting Triggers ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, (ascading On,(lear,1etails On,*op late,1etails *re,delete What is the diff; bet; setting up of parameters in reports @;A reports@;B? LO0s can be attached to parameters in the reports E.L parameter form.

What are the difference between lov D list item? Lov is a property where as list item is an item. A list item can have only one col mn, lov can have one or more col mns.

What is the advantage of the library? Libraries provide a convenient means of storing client,side program nits and sharing them among m ltiple applications. Once yo create a library, yo can attach it to any other form, men , or library mod les. .hen yo can call library program nits from triggers men items commands and ser named ro tine, yo write in the mod les to which yo have attach the library. .hen a library attaches another library, program nits in the first library can reference program nits in the attached library. Library s pport dynamic loading,that is library program nits are loaded into an application only when needed. This can significantly red ce the r n,time memory re% irements of applications. What is le"ical reference? 3ow can it be created? Le$ical reference is place:holder for te$t that can be embedded in a s%l statements. A le$ical reference can be created sing T before the col mn or parameter name. What is system;coordination7operation? /t represents the coordination ca sing event that occ r on the master bloc& in master, detail relation. What is synchroni4e? /t is a terminal screen with the internal state of the form. /t pdates the screen display to reflect the information that oracle forms has in its internal representation of the screen. What use of command line parameter cmd file? /t is a command line arg ment that allows yo to specify a file that contain a set of arg ments for rEBr n. What is a Te"t7io &ac(age? /t allows yo to read and write information to a file in the file system. What is forms7..+? /ss es dynamic S%l statements at r n time, incl ding server side pl=S3l and 11L 3ow is lin( tool operation different bet; reports @ D @;B? /n -eports E.B the lin& tool has to be selected and then two fields to be lin&ed are selected and the lin& is a tomatically created. /n E.L the first field is selected and the lin& tool is then sed to lin& the first field to the second field. What are the different styles of activation of ole Ob$ects? /n place activation!$ternal activation

3ow do you reference a &arameter? /n *l=S%l, "o can reference and set the val es of form parameters sing bind variables synta$. !$. *A-A#!T!- name A '' or ?bloc&.item A *A-A#!T!- *arameter name What is the difference between ob$ect embedding D lin(ing in Oracle forms? /n Oracle forms, !mbedded objects become part of the form mod le, and lin&ed objects are references from a form mod le to a lin&ed so rce file. 0ame of the functions used to get>set canvas properties? ;et:view:property, Set:view:property What are the built)ins that are used for setting the +O- properties at runtime? get:lov:property set:lov:property What are the built)ins used for processing rows? ;et:gro p:row:co nt'f nction) ;et:gro p:selection:co nt'f nction) ;et:gro p:selection'f nction) -eset:gro p:selection'proced re) Set:gro p:selection'proced re) Unset:gro p:selection'proced re) What are built)ins used for &rocessing rows? ;!T:;-OU*:-O.:(OU2T'f nction) ;!T:;-OU*:S!L!(T/O2:(OU2T'f nction) ;!T:;-OU*:S!L!(T/O2'f nction) -!S!T:;-OU*:S!L!(T/O2'proced re) S!T:;-OU*:S!L!(T/O2'proced re) U2S!T:;-OU*:S!L!(T/O2'proced re) What are the built)in used for getting cell values? ;et:gro p:char:cell'f nction) ;et:gro pcell'f nction) ;et:gro p:n mber:cell'f nction) What are the built)ins used for /etting cell values? ;!T:;-OU*:(4A-:(!LL 'f nction) ;!T:;-OU*(!LL'f nction) ;!T:;-OU*:2U#+!T:(!LL'f nction) Atleast how many set of data must a data model have before a data model can be base on it? @o r

To e"ecute row from being displayed that still use column in the row which property can be used? @ormat trigger. What are different types of modules available in oracle form? @orm mod le , a collection of objects and code ro tines #en mod les , a collection of men s and men item commands that together ma&e p an application men library mod le , a collection of ser named proced res, f nctions and pac&ages that can be called from other mod les in the application What is the remove on e"it property? @or a modelless window, it determines whether oracle forms hides the window a tomatically when the operators navigates to an item in the another window. What is W3 0).atabase)record trigger? @ires when oracle forms first mar&s a record as an insert or an pdate. The trigger fires as soon as oracle forms determines thro gh validation that the record sho ld be processed by the ne$t post or commit as an insert or pdate. c generally occ rs only when the operators modifies the first item in the record, and after the operator attempts to navigate o t of the item. What is a difference between pre)select and pre)2uery? @ires d ring the e$ec te % ery and co nt % ery processing after oracle forms constr cts the select statement to be iss ed, b t before the statement is act ally iss ed. The pre, % ery trigger fires j st before oracle forms iss es the select statement to the database after the operator as define the e$ample records by entering the % ery criteria in enter % ery mode.*re,% ery trigger fires before pre,select trigger. What are built)ins associated with timers? find:timercreate:timerdelete:timer What are the built)ins used for finding ob$ect I. functions? @ind:gro p'f nction) @ind:col mn'f nction) What are the built)ins used for finding Ob$ect I. function? @/21:;-OU*'f nction) @/21:(OLU#2'f nction) Any attempt to navigate programmatically to disabled form in a call7form stac( is allowed? @alse 5se the Add7group7row procedure to add a row to a static record group E; true or false? @alse

What third party tools can be used with Oracle '5> *!A0? 9for .'A: The following #edia #anagement Software 0endors have integrated their media management software pac&ages with Oracle -ecovery #anager and OracleH !nterprise +ac& p Utility. The #edia #anagement 0endors will provide first line technical s pport for the integrated bac& p=recover sol tions. 0eritas 2et+ac& p !#( 1ata #anager '!1#) 4* O#2/+ac& // /+#'s Tivoli Storage #anager , formerly A1S# Legato 2etwor&er #anage/T +ac& p and -ecovery Sterling Software's SA#S?Ale$andria , formerly from Spectralogic S n Solstice +ac& p Why and when should one tune? 9for .'A: One of the biggest responsibilities of a 1+A is to ens re that the Oracle database is t ned properly. The Oracle -1+#S is highly t nable and allows the database to be monitored and adj sted to increase its performance. One sho ld do performance t ning for the following reasons? The speed of comp ting might be wasting val able h man time ' sers waiting for response)D !nable yo r system to &eep, p with the speed b siness is cond ctedD and Optimi6e hardware sage to save money 'companies are spending millions on hardware). Altho gh this @A3 is not overly concerned with hardware iss es, one needs to remember than yo cannot t ne a + ic& into a @errari. 3ow can a brea( order be created on a column in an e"isting group? What are the various sub events a mouse double clic( event involves? +y dragging the col mn o tside the gro p. What is the use of place holder column? What are the various sub events a mouse double clic( event involves? A placeholder col mn is sed to hold calc lated val es at a specified place rather than allowing is to appear in the act al row where it has to appear. What is the use of hidden column? What are the various sub events a mouse double clic( event involves? A hidden col mn is sed to when a col mn has to embed into boilerplate te$t. What database aspects should be monitored? 9for .'A: One sho ld implement a monitoring system to constantly monitor the following aspects of a database. .riting c stom scripts, implementing Oracle's !nterprise #anager, or b ying a third,party monitoring prod ct can achieve this. /f an alarm is triggered, the system sho ld a tomatically notify the 1+A 'e,mail, page, etc.) to ta&e appropriate action. /nfrastr ct re availability? . /s the database p and responding to re% ests

. Are the listeners p and responding to re% ests . Are the Oracle 2ames and L1A* Servers p and responding to re% ests . Are the .eb Listeners p and responding to re% ests Things that can ca se service o tages? . /s the archive log destination filling pX . Objects getting close to their ma$ e$tents . User and process limits reached Things that can ca se bad performance? See % estion 5.hat t ning indicators can one seX5. Where should the tuning effort be directed? 9for .'A: (onsider the following areas for t ning. The order in which steps are listed needs to be maintained to prevent t ning side effects. @or e$ample, it is no good increasing the b ffer cache if yo can red ce /=O by rewriting a S3L statement. 1atabase 1esign 'if it's not too late)? *oor system performance s ally res lts from a poor database design. One sho ld generally normali6e to the F2@. Selective denormali6ation can provide val able performance improvements. .hen designing, always &eep the 5data access path5 in mind. Also loo& at proper data partitioning, data replication, aggregation tables for decision s pport systems, etc. Application T ning? !$perience showed that appro$imately GBR of all Oracle system performance problems are resolved by coding optimal S3L. Also consider proper sched ling of batch tas&s after pea& wor&ing ho rs. #emory T ning? *roperly si6e yo r database b ffers 'shared pool, b ffer cache, log b ffer, etc) by loo&ing at yo r b ffer hit ratios. *in large objects into memory to prevent fre% ent reloads. 1is& /=O T ning? 1atabase files needs to be properly si6ed and placed to provide ma$im m dis& s bsystem thro ghp t. Also loo& for fre% ent dis& sorts, f ll table scans, missing inde$es, row chaining, data fragmentation, etc !liminate 1atabase (ontention? St dy database loc&s, latches and wait events caref lly and eliminate where possible. T ne the Operating System? #onitor and t ne operating system (*U, /=O and memory tili6ation. @or more information, read the related Oracle @A3 dealing with yo r specific operating system. What are the various sub events a mouse double clic( event involves? What are the various sub events a mouse double clic( event involves? 1o ble clic&ing the mo se consists of the mo se down, mo se p, mo se clic&, mo se down T mo se p events.

What are the default parameter that appear at run time in the parameter screen? What are the various sub events a mouse double clic( event involves? 1estype and 1esname. What are the built)ins used for %reating and deleting groups? (-!AT!,;-OU* 'f nction) (-!AT!:;-OU*:@-O#:3U!-"'f nction) 1!L!T!:;-OU*'proced re) What are different types of canvas views? (ontent canvas views Stac&ed canvas views 4ori6ontal toolbar vertical toolbar. What are the different types of .elete details we can establish in !aster).etails? (ascade /solate 2on,isolate What is relation between the window and canvas views? (anvas views are the bac& gro nd objects on which yo place the interface items 'Te$t items), chec& bo$es, radio gro ps etc.,) and boilerplate objects 'bo$es, lines, images etc.,) that operators interact with s they r n yo r form . !ach canvas views displayed in a window. What is a 5ser7e"it? (alls the ser e$it named in the ser:e$it:string. /nvo&es a F;l program by name which has been properly lin&ed into yo r c rrent oracle forms e$ec table. 3ow is it possible to select generate a select set for the 2uery in the 2uery property sheet? +y sing the tables=col mns b tton and then specifying the table and the col mn names. 3ow can values be passed bet; precompiler e"its D Oracle call interface? +y sing the statement !O!(/A@;!T T !O!(/A@*UT. 3ow can a s2uare be drawn in the layout editor of the report writer? +y sing the rectangle tool while pressing the '(onstraint) &ey. 3ow can a te"t file be attached to a report while creating in the report writer? +y sing the lin& file property in the layo t boiler plate property sheet. 3ow can I message to passed to the user from reports? +y sing S-..#!SSA;! f nction.

.oes one need to drop> truncate ob$ects before importing? 9for .'A: +efore one import rows into already pop lated tables, one needs to tr ncate or drop these tables to get rid of the old data. /f not, the new data will be appended to the e$isting tables. One m st always 1-O* e$isting Se% ences before re,importing. /f the se% ences are not dropped, they will generate n mbers inconsistent with the rest of the database. 2ote? /t is also advisable to drop inde$es before importing to speed p the import process. /nde$es can easily be recreated after the data was s ccessf lly imported. 3ow can a button be used in a report to give a drill down facility? +y setting the action associated with b tton to !$ec te pl=s%l option and sing the S-..- n:report f nction. %an one import>e"port between different versions of Oracle? 9for .'A: 1ifferent versions of the import tility is pwards compatible. This means that one can ta&e an e$port file created from an old e$port version, and import it sing a later version of the import tility. This is % ite an effective way of pgrading a database from one release of Oracle to the ne$t. Oracle also ships some previo s cate$pO.s%l scripts that can be e$ec ted as ser S"S enabling older imp=e$p versions to wor& 'for bac&wards compatibility). @or e$ample, one can r n <O-A(L!:4O#!=rdbms=admin=cate$pH.s%l on an Oracle G database to allow the Oracle H.F e$p=imp tilities to r n against an Oracle G database. What are different types of images? +oiler plate images/mage /tems %an one e"port to multiple files?> %an one beat the 5ni" @ /ig limit? 9for .'A: @rom OracleGi, the e$port tility s pports m ltiple o tp t files. This feat re enables large e$ports to be divided into files whose si6es will not e$ceed any operating system limits '@/L!S/9!A parameter). .hen importing from m lti,file e$port yo m st provide the same filenames in the same se% ence in the @/L!A parameter. Loo& at this e$ample? e$p S(OTT=T/;!- @/L!A1?Y@C.dmp,!?Y@E.dmp @/L!S/9!ACBm LO;Ascott.log Use the following techni% e if yo se an Oracle version prior to Gi? (reate a compressed e$port on the fly. 1epending on the type of data, yo probably can e$port p to CB gigabytes to a single file. This e$ample ses g6ip. /t offers the best compression / &now of, b t yo can also s bstit te it with 6ip, compress or whatever. J create a named pipe m&nod e$p.pipe p J read the pipe , o tp t to 6ip file in the bac&gro nd g6ip Z e$p.pipe I scott.e$p.g6 T J feed the pipe e$p seridAscott=tiger fileAe$p.pipe ... What is bind reference and how can it be created? +ind reference are sed to replace the single val e in s%l, pl=s%l statements a bind reference can be created sing a '?) before a col mn or a parameter name.

3ow can one improve Import> "port performance? 9for .'A: !O*O-T? . Set the +U@@!- parameter to a high val e 'e.g. E#) . Set the -!(O-1L!2;T4 parameter to a high val e 'e.g. MK8) . Stop nnecessary applications to free, p reso rces for yo r job. . /f yo r n m ltiple e$port sessions, ens re they write to different physical dis&s. . 1O 2OT e$port to an 2@S mo nted filesystem. /t will ta&e forever. /#*O-T? . (reate an inde$file so that yo can create inde$es A@T!- yo have imported data. 1o this by setting /21!O@/L! to a filename and then import. 2o data will be imported b t a file containing inde$ definitions will be created. "o m st edit this file afterwards and s pply the passwords for the schemas on all (O22!(T statements. . *lace the file to be imported on a separate physical dis& from the oracle data files . /ncrease 1+:(A(4!:S/9! '1+:+LO(8:+U@@!-S prior to >i) considerably in the init<S/1.ora file . Set the LO;:+U@@!- to a big val e and restart oracle. . Stop redo log archiving if it is r nning 'ALT!- 1ATA+AS! 2OA-(4/0!LO;D) . (reate a +/; tablespace with a +/; rollbac& segment inside. Set all other rollbac& segments offline 'e$cept the S"ST!# rollbac& segment of co rse). The rollbac& segment m st be as big as yo r biggest table '/ thin&X) . Use (O##/TA2 in the import parameter file if yo can afford it . Use A2AL"9!A2 in the import parameter file to avoid time cons ming A2AL"9! statements . -emember to r n the inde$file previo sly created /ive the se2uence of e"ecution of the various report triggers? +efore form , After form , +efore report, +etween page, After report. What are the common Import> "port problems? 9for .'A : O-A,BBBBC? Uni% e constraint '...) violated , "o are importing d plicate rows. Use /;2O-!A2O to s&ip tables that already e$ist 'imp will give an error if the object is re, created). O-A,BCLLL? Snapshot too old , As& yo r sers to STO* wor&ing while yo are e$porting or se parameter (O2S/ST!2TA2O O-A,BCLME? @ailed to e$tend rollbac& segment , (reate bigger rollbac& segments or set parameter (O##/TA" while importing /#*,BBBCL? Statement failed ... object already e$ists... , Use the /;2O-!A" import parameter to ignore these errors, b t be caref l as yo might end p with d plicate rows. Why is it preferable to create a fewer no; of 2ueries in the data model? +eca se for each % ery, report has to open a separate c rsor and has to rebind, e$ec te and fetch data.

Where is the e"ternal 2uery e"ecuted at the client or the server? At the server. Where is a procedure return in an e"ternal pl>s2l library e"ecuted at the client or at the server? At the client. What is coordination vent? Any event that ma&es a different record in the master bloc& the c rrent record is a coordination ca sing event. What is the difference between O+ Server D Ole %ontainer? An Ole server application creates ole Objects that are embedded or lin&ed in ole (ontainers e$. Ole servers are ms:word T ms:e$cel. OL! containers provide a place to store, display and manip late objects that are created by ole server applications. !$. oracle forms is an e$ample of an ole (ontainer. What is an ob$ect group? An object gro p is a container for a gro p of objectsD yo define an object gro p when yo want to pac&age related objects, so that yo copy or reference them in other mod les. What is an +O-? An LO0 is a scrollable pop p window that provides the operator with either a single or m lti col mn selection list. At what point of report e"ecution is the before *eport trigger fired? After the % ery is e$ec ted b t before the report is e$ec ted and the records are displayed. What are the built )ins used for !odifying a groups structure? A11,;-OU*:(OLU#2 'f nction) A11:;-OU*:-O. 'proced re) 1!L!T!:;-OU*:-O.'proced re) What is an user e"it used for? A way in which to pass control 'and possibly arg ments ) form Oracle report to another Oracle prod cts of F ;L and then ret rn control ' and ) bac& to Oracle reports. What is the 5ser)0amed ditor? A ser named editor has the same te$t editing f nctionality as the defa lt editor, b t, beca se it is a named object, yo can specify editor attrib tes s ch as windows display si6e, position, and title. !y database was terminated while in 'A%15& !O. # do I need to recover? 9for .'A: /f a database was terminated while one of its tablespaces was in +A(8U* #O1!

'ALT!- TA+L!S*A(! $y6 +!;/2 +A(8U*D), it will tell yo that media recovery is re% ired when yo try to restart the database. The 1+A is then re% ired to recover the database and apply all archived logs to the database. 4owever, from OracleH.E, yo can simply ta&e the individ al datafiles o t of bac& p mode and restart the database. ALT!- 1ATA+AS! 1ATA@/L! '=path=filename' !21 +A(8U*D One can select from 0<+A(8U* to see which datafiles are in bac& p mode. This normally saves a significant amo nt of database down time. Thir 0adivel contrib ted the following? @rom Oracle>i onwards, the following command can be sed to ta&e all of the datafiles o t of hot bac& p mode? ALT!- 1ATA+AS! !21 +A(8U*D The above commands need to be iss ed when the database is mo nted. What is a Static *ecord /roup? A static record gro p is not associated with a % ery, rather, yo define its str ct re and row val es at design time, and they remain fi$ed at r ntime. What is a record group? A record gro p is an internal Oracle @orms that str ct re that has a col mn=row framewor& similar to a database table. 4owever, nli&e database tables, record gro ps are separate objects that belong to the form mod le which they are defined. !y database is down and I cannot restore; What now? 9for .'A : -ecovery witho t any bac& p is normally not s pported, however, Oracle (ons lting can sometimes e$tract data from an offline database sing a tility called 1UL '1is& UnLoad). This tility reads data in the data files and nloads it into S3LNLoader or e$port d mp files. 1UL does not care abo t rollbac& segments, corr pted bloc&s, etc, and can th s not g arantee that the data is not logically corr pt. /t is intended as an absol te last resort and will most li&ely cost yo r company a lot of moneyUUU I<ve lost my * .O+O/ files# how can I get my .' bac(? 9for .'A: The following /2/T.O-A parameter may be re% ired if yo r c rrent redo logs are corr pted or blown away. (a tion is advised when enabling this parameter as yo might end, p losing yo r entire database. *lease contact Oracle S pport before sing it. :allow:resetlogs:corr ption A tr e What is a property clause? A property cla se is a named object that contains a list of properties and their settings. Once yo create a property cla se yo can base other object on it. An object based on a property can inherit the setting of any property in the cla se that ma&es sense for that object. What is a physical page ? D What is a logical page ? A physical page is a si6e of a page. That is o tp t by the printer. The logical page is the si6e of one page of the act al report as seen in the *reviewer.

I<ve lost some *ollbac( Segments# how can I get my .' bac(? 9for .'A: -e,start yo r database with the following /2/T.O-A parameter if one of yo r rollbac& segments is corr pted. "o can then drop the corr pted rollbac& segments and create it from scratch. (a tion is advised when enabling this parameter, as ncommitted transactions will be mar&ed as committed. One can very well end p with lost or inconsistent dataUUU *lease contact Oracle S pport before sing it. :(orr pted:rollbac&:segments A 'rbsBC, rbsBC, rbsBF, rbsBK) What are the differences between '5 and *!A0? 9for .'A: !nterprise +ac& p Utility '!+U) is a f nctionally rich, high performance interface for bac&ing p OracleH databases. /t is sometimes referred to as O!+U for Oracle !nterprise +ac& p Utility. The Oracle -ecovery #anager '-#A2) tility that ships with OracleG and above is similar to OracleH's !+U tility. 4owever, there is no direct pgrade path from !+U to -#A2. 3ow does one create a *!A0 recovery catalog? 9for .'A: Start by creating a database schema ' s ally called rman). Assign an appropriate tablespace to it and grant it the recovery:catalog:owner role. Loo& at this e$ample? s%lpl s sys S3LIcreate ser rman identified by rmanD S3LI alter ser rman defa lt tablespace tools temporary tablespace tempD S3LI alter ser rman % ota nlimited on toolsD S3LI grant connect, reso rce, recovery:catalog:owner to rmanD S3LI e$itD 2e$t, log in to rman and create the catalog schema. *rior to Oracle Gi this was done by r nning the catrman.s%l script. rman catalog rman=rman -#A2Icreate catalog tablespace toolsD -#A2I e$itD "o can now contin e by registering yo r databases in the catalog. Loo& at this e$ample? rman catalog rman=rman target bac&dba=bac&dba -#A2I register databaseD 3ow can a group in a cross products be visually distinguished from a group that does not form a cross product? A gro p that forms part of a cross prod ct will have a thic&er border. What is the frame D repeating frame? A frame is a holder for a gro p of fields. A repeating frame is sed to display a set of records when the no. of records that are to displayed is not &nown before. What is a combo bo"? A combo bo$ style list item combines the feat res fo nd in list and te$t item. Unli&e the pop list or the te$t list style list items, the combo bo$ style list item will both display fi$ed val es and accept one operator entered val e.

What are three panes that appear in the run time pl>s2l interpreter? C. So rce pane. E. interpreter pane. F. 2avigator pane. What are the two panes that Appear in the design time pl>s2l interpreter? C. So rce pane. E. /nterpreter pane What are the two ways by which data can be generated for a parameters list of values? C. Using static val es. E. .riting select statement. What are the various methods of performing a calculation in a report ? C. *erform the calc lation in the S3L statements itself. E. Use a calc lated = s mmary col mn in the data model. What are the default e"tensions of the files created by menu module? .mmb, .mm$ What are the default e"tensions of the files created by forms modules? .fmb , form mod le binary .fm$ , form mod le e$ec table To display the page no; for each page on a report what would be the source D logical page no; or D of physical page no;? T physical page no. It is possible to use raw devices as data files and what is the advantages over file; system files ? "es. The advantages over file system files. /=O will be improved beca se Oracle is bye, passing the &ernnel which writing into dis&. 1is& (orr ption will be very less. What are disadvantages of having raw devices ? .e sho ld depend on e$port=import tility for bac& p=recovery 'f lly reliable) The tar command cannot be sed for physical file bac& p, instead we can se dd command which is less fle$ible and has limited recoveries. What is the significance of having storage clause ? .e can plan the storage for a table as how m ch initial e$tents are re% ired, how m ch can be e$tended ne$t, how m ch R sho ld leave free for managing row pdations etc., What is the use of I0%TY& option in C& command ? Type e$port sho ld be performed (O#*L!T!,(U#ULAT/0!,/2(-!#!2TAL. List

the se% ence of events when a large transaction that e$ceeds beyond its optimal val e when an entry wraps and ca ses the rollbac& segment toe$pand into anotion (ompletes. e. will be written. What is the use of ,I+ option in I!& command ? The name of the file from which import sho ld be performed. What is a Shared SQ+ pool? The data dictionary cache is stored in an area in S;A called the Shared S3L *ool. This will allow sharing of parsed S3L statements among conc rrent sers. What is hot bac(up and how it can be ta(en? Ta&ing bac& p of archive log files when database is open. @or this the A-(4/0!LO; mode sho ld be enabled. The following files need to be bac&ed p. All data files. All Archive log, redo log files. All control files. +ist the Optional ,le"ible Architecture 9O,A: of Oracle database? or 3ow can we organi4e the tablespaces in Oracle database to have ma"imum performance ? S"ST!# , 1ata dictionary tables. 1ATA , Standard operational tables. 1ATAE, Static tables sed for standard operations /21!O!S , /nde$es for Standard operational tables. /21!O!SC , /nde$es of static tables sed for standard operations. TOOLS , Tools table. TOOLSC , /nde$es for tools table. -+S , Standard Operations -ollbac& Segments, -+SC,-+SE , Additional=Special -ollbac& segments. T!#* , Temporary p rpose tablespace T!#*:US!- , Temporary tablespace for sers. US!-S , User tablespace. 3ow to implement the multiple control files for an e"isting database ? Sh tdown the database (opy one of the e$isting control file to new location !dit (onfig ora file by adding new control file. name -estart the database. What is advantage of having dis( shadowing> !irroring ? Shadow set of dis&s save as a bac& p in the event of dis& fail re. /n most Operating System if any dis& fail re occ rs it a tomatically switchover to place of failed dis&. /mproved performance beca se most OS s pport vol me shadowing can direct file /=O re% est to se the shadow set of files instead of the main set of files. This red ces /=O load on the main set of dis&s. 3ow will you force database to use particular rollbac( segment ? S!T T-A2SA(T/O2 US! -OLL+A(8 S!;#!2T rbs:name.

Why 2uery fails sometimes ? -ollbac& segment dynamically e$tent to handle larger transactions entry loads. A single transaction may wipeo t all available free space in the -ollbac& Segment Tablespace. This prevents other ser sing -ollbac& segments. What is the use of * %O*. + 0/T3 option in C& command ? -ecord length in bytes. 3ow will you monitor rollbac( segment status ? 3 erying the 1+A:-OLL+A(8:S!;S view /2 US! , -ollbac& Segment is on,line. A0A/LA+L! , -ollbac& Segment available b t not on,line. O@@,L/2! , -ollbac& Segment off,line /20AL/1 , -ollbac& Segment 1ropped. 2!!1S -!(O0!-" , (ontains data b t need recovery or cor pted. *A-TL" A0A/LA+L! , (ontains data from an nresolved transaction involving a distrib ted database. What is meant by *edo +og file mirroring ? 3ow it can be achieved? *rocess of having a copy of redo log files is called mirroring. This can be achieved by creating gro p of log files together, so that L;.- will a tomatically writes them to all the members of the c rrent on,line redo log gro p. /f any one gro p fails then database a tomatically switch over to ne$t gro p. /t degrades performance. Which parameter in Storage clause will reduce no; of rows per bloc(? *(T@-!! parameter -ow si6e also red ces no of rows per bloc&. What is meant by recursive hints ? 2 mber of times processes repeatedly % ery the dictionary table is called rec rsive hints. /t is d e to the data dictionary cache is too small. +y increasing the S4A-!1:*OOL:S/9! parameter we can optimi6e the si6e of 1ata 1ictionary (ache. What is the use of &A*,I+ option in C& command ? 2ame of the parameter file to be passed for e$port. What is the difference between loc(s# latches# en2ueues and semaphores? 9for .'A: A latch is an internal Oracle mechanism sed to protect data str ct res in the S;A from sim ltaneo s access. Atomic hardware instr ctions li&e T!ST,A21,S!T is sed to implement latches. Latches are more restrictive than loc&s in that they are always e$cl sive. Latches are never % e ed, b t will spin or sleep ntil they obtain a reso rce, or time o t. !n% e es and loc&s are different names for the same thing. +oth s pport % e ing and conc rrency. They are % e ed and serviced in a first,in,first,o t '@/@O) order. Semaphores are an operating system facility sed to control waiting. Semaphores are controlled by the following Uni$ parameters? semmni, semmns and semmsl. Typical

settings are? semmns A s m of the 5processes5 parameter for each instance 'see initZinstanceI.ora for each instance) semmni A n mber of instances r nning sim ltaneo slyD semmsl A semmns What is a logical bac(up? Logical bac& p involves reading a set of database records and writing them into a file. !$port tility is sed for ta&ing bac& p and /mport tility is sed to recover from bac& p. Where can one get a list of all hidden Oracle parameters? 9for .'A: Oracle initiali6ation or /2/T.O-A parameters with an nderscore in front are hidden or ns pported parameters. One can get a list of all hidden parameters by e$ec ting this % ery? select N from S"S.O<8S**/ where s bstr'8S**/2#,C,C) A ':'D The following % ery displays parameter names with their c rrent val e? select a.&sppinm 5*arameter5, b.&sppstvl 5Session 0al e5, c.&sppstvl 5/nstance 0al e5 from $<&sppi a, $<&sppcv b, $<&sppsv c where a.ind$ A b.ind$ and a.ind$ A c.ind$ and s bstr'&sppinm,C,C)A':' order by a.&sppinmD -emember? Tho shall not play with ndoc mented parametersU What is a database - 0T and how does one set it? 9for .'A: Oracle trace events are sef l for deb gging the Oracle database server. The following two e$amples are simply to demonstrate synta$. -efer to later notes on this page for an e$planation of what these partic lar events do. !ither adding them to the /2/T.O-A parameter file can activate events. !.g. eventA'CKBC trace name errorstac&, level CE' ... or, by iss ing an ALT!- S!SS/O2 S!T !0!2TS command? !.g. alter session set events 'CBBKM trace name conte$t forever, level K'D The alter session method only affects the ser's c rrent session, whereas changes to the /2/T.O-A file will affect all sessions once the database has been restarted. What is a *ollbac( segment entry ? /t is the set of before image data bloc&s that contain rows that are modified by a transaction. !ach -ollbac& Segment entry m st be completed within one rollbac& segment. A single rollbac& segment can have m ltiple rollbac& segment entries. What database events can be set? 9for .'A: The following events are fre% ently sed by 1+As and Oracle S pport to diagnose problems? 5 CBBKM trace name conte$t forever, level K Trace S3L statements and show bind variables in trace o tp t.

5 CBBKM trace name conte$t forever, level G This shows wait events in the S3L trace files 5 CBBKM trace name conte$t forever, level CE This shows both bind variable names and wait events in the S3L trace files 5 CKBC trace name errorstac&, level CE CKBC trace name errorstac&, level K CKBC trace name processstate 1 mps o t trace information if an O-A,CKBC 5inserted val e too large for col mn5 error occ rs. The CKBC can be replaced by any other Oracle Server error code that yo want to trace. 5 MB trace name errorstac& level CB Show where in the code Oracle gets a deadloc& 'O-A,MB), and may help to diagnose the problem. The following lists of events are e$amples only. They might be version specific, so please call Oracle before sing them? 5 CBECB trace name conte$t forever, level CB CBECC trace name conte$t forever, level CB CBEFC trace name conte$t forever, level CB These events prevent database bloc& corr ptions 5 CBBK> trace name conte$t forever, level E #emory protect c rsor 5 CBECB trace name conte$t forever, level E 1ata bloc& chec& 5 CBECC trace name conte$t forever, level E /nde$ bloc& chec& 5 CBEFL trace name conte$t forever, level C #emory heap chec& 5 CBEME trace name conte$t forever, level FBB Allow FBB bytes memory lea& for connections 2ote? "o can se the Uni$ oerr command to get the description of an event. On Uni$, yo can type 5oerr ora CBBLF5 from the command prompt to get event details. 3ow can one dump internal database structures? 9for .'A: The following 'mostly ndoc mented) commands can be sed to obtain information abo t internal database str ct res. o 1 mp control file contents alter session set events 'immediate trace name (O2T-OL@ level CB' = o 1 mp file headers alter session set events 'immediate trace name @/L!:41-S level CB' = o 1 mp redo log headers alter session set events 'immediate trace name -!1O41- level CB' = o 1 mp the system state 2OT!? Ta&e F s ccessive S"ST!#STAT! d mps, with CB,min te intervals alter session set events 'immediate trace name S"ST!#STAT! level CB' = o 1 mp the process state alter session set events 'immediate trace name *-O(!SSSTAT! level CB' = o 1 mp Library (ache details alter session set events 'immediate trace name library cache level CB' = o 1 mp optimi6er statistics whenever a S3L statement is parsed 'hint? change statement

or fl sh pool) alter session set events 'CBBLF trace name conte$t forever, level C' = o 1 mp a database bloc& '@ile= +loc& m st be converted to 1+A address) (onvert file and bloc& n mber to a 1+A 'database bloc& address). !g? variable $ varcharED e$ec ?$ ?A dbms: tility.ma&e:data:bloc&:address'C,CE)D print $ alter session set events 'immediate trace name bloc&d mp level LBFMBG>K' = What are the different (ind of e"port bac(ups? @ ll bac& , (omplete database /ncremental , Only affected tables from last incremental date=f ll bac& p date. ( m lative bac& p , Only affected table from the last c m lative date=f ll bac& p date. 3ow free e"tents are managed in -er F;A and -er G;A ? @ree e$tents cannot be merged together in 0er M.B. @ree e$tents are periodically coalesces with the neighboring free e$tent in 0er H.B What is the use of * %O*. option in C& command? @or /ncremental e$ports, the flag indirects whether a record will be stores data dictionary tables recording the e$port. What is the use of *OWS option in C& command ? @lag to indicate whether table rows sho ld be e$ported. /f '2' only 11L statements for the database objects will be created. What is the use of %O!&* SS option in C& command ? @lag to indicate whether e$port sho ld compress fragmented segments into single e$tents. 3ow will you swap ob$ects into a different table space for an e"isting database ? !$port the ser *erform import sing the command imp system=manager fileAe$port.dmp inde$fileAnewrite.s%l. This will create all definitions into newfile.s%l. 1rop necessary objects. - n the script newfile.s%l after altering the tablespaces. /mport from the bac& p for the necessary objects. 3ow does Space allocation table place within a bloc( ? !ach bloc& contains entries as follows @i$ed bloc& header 0ariable bloc& header -ow 4eader,row date 'm ltiple rows may e$ists) *(T!-!! 'R of free space for row pdation in f t re)

What are the factors causing the reparsing of SQ+ statements in S/A? 1 e to ins fficient Shared S3L pool si6e. #onitor the ratio of the reloads ta&es place while e$ec ting S3L statements. /f the ratio is greater than C then increase the S4A-!1:*OOL:S/9!. LO;/(AL T *4"S/(AL A-(4/T!(TU-! O@ 1ATA+AS!. What is dictionary cache ? 1ictionary cache is information abo t the databse objects stored in a data dictionary table. What is a %ontrol file ? 1atabase overall physical architect re is maintained in a file called control file. /t will be sed to maintain internal consistency and g ide recovery operations. # ltiple copies of control files are advisable. What is .atabase 'uffers ? 1atabase b ffers are cache in the S;A sed to hold the data bloc&s that are read from the data segments in the database s ch as tables, inde$es and cl sters 1+:+LO(8:+U@@!-S parameter in /2/T.O-A decides the si6e. 3ow will you create multiple rollbac( segments in a database ? (reate a database which implicitly creates a S"ST!# -ollbac& Segment in a S"ST!# tablespace. (reate a Second -ollbac& Segment name -B in the S"ST!# tablespace. #a&e new rollbac& segment available 'After sh tdown, modify init.ora file and Start database) (reate other tablespaces '-+S) for rollbac& segments. 1eactivate -ollbac& Segment -B and activate the newly created rollbac& segments. What is cold bac(up? What are the elements of it? (old bac& p is ta&ing bac& p of all physical files after normal sh tdown of database. .e need to ta&e. , All 1ata files. , All (ontrol files. , All on,line redo log files. , The init.ora file 'Optional) What is meant by redo log buffer ? (hanges made to entries are written to the on,line redo log files. So that they can be sed in roll forward operations d ring database recoveries. +efore writing them into the redo log files, they will first bro ght to redo log b ffers in S;A and L;.- will write into files fre% ently. LO;:+U@@!- parameter will decide the si6e. 3ow will you estimate the space re2uired by a non)clustered tables? (alc late the total header si6e (alc late the available dataspace per data bloc& (alc late the combined col mn lengths of the average row (alc late the total average row si6e.

(alc late the average n mber rows that can fit in a bloc& (alc late the n mber of bloc&s and bytes re% ired for the table. After arriving the calc lation, add CB R additional space to calc late the initial e$tent si6e for a wor&ing table. 3ow will you monitor the space allocation ? +y % erying 1+A:S!;#!2T table=view. What is meant by free e"tent ? A free e$tent is a collection of contin o s free bloc&s in tablespace. .hen a segment is dropped its e$tents are reallocated and are mar&ed as free. What is the use of I/0O* option in I!& command ? A flag to indicate whether the import sho ld ignore errors enco nter when iss ing (-!AT! commands. What is the use of A0A+YS 9 -er G: option in C& command ? A flag to indicate whether statistical information abo t the e$ported objects sho ld be written to e$port d mp file. What is the use of *OWS option in I!& command ? A flag to indicate whether rows sho ld be imported. /f this is set to '2' then only 11L for database objects will be e$ec ted. What is the use of I0. C S option in C& command ? A flag to indicate whether inde$es on tables will be e$ported. What is the use of I0. C S option in I!& command ? A flag to indicate whether import sho ld import inde$ on tables or not. What is the use of /*A0T option in C& command? A flag to indicate whether grants on databse objects will be e$ported or not. 0al e is '"' or '2'. What is the use of /*A0T option in I!& command ? A flag to indicate whether grants on database objects will be imported. What is the use of ,5++ option in C& command ? A flag to indicate whether f ll databse e$port sho ld be performed. What is the use of S3OW option in I!& command ? A flag to indicate whether file content sho ld be displayed or not. What is the use of %O0ST*AI0TS option in C& command ? A flag to indicate whether constraints on table need to be e$ported.

What is the use of %O0SIST 0T 9-er G: option in C& command ? A flag to indicate whether a read consistent version of all the e$ported objects sho ld be maintained. What are the different methods of bac(ing up oracle database ? , Logical +ac& ps , (old +ac& ps , 4ot +ac& ps 'Archive log) What is the difference between O0)-A+I.AT ),I +. trigger and a &OST) %3A0/ trigger ? .hen yo changes the !$isting val e to n ll, the On,validate field trigger will fire post change trigger will not fire. At the time of e$ec te,% ery post,change trigger will fire, on, validate field trigger will not fire. When is &* )Q5 *Y trigger e"ecuted ? .hen !$ec te,% ery or co nt,% ery *ac&age proced res are invo&ed. 3ow do you trap the error in forms H;A ? sing On,#essage or On,!rror triggers. 3ow many pages you can in a single form ? Unlimited While specifying master>detail relationship between two bloc(s specifying the $oin condition is a must ? True or ,alse; ? Tr e CIT7,O*! is a restricted pac(age procedure ? a; True b; ,alse Tr e What is the usage of an O0)I0S *T#O0). + T and O0)5&.AT T*I// *S ? These triggers are e$ec tes when inserting, deleting and pdating operations are performed and can be sed to change the defa lt f nction of insert, delete or pdate respectively. @or !g, instead of inserting a row in a table an e$isting row can be pdated in the same table. What are the types of &op)up window ? the pop, p field editor pop, p list of val es pop, p pages. Alert ?

What is an SQ+ ?,O*!S ? S3L Nforms is K;L tool for developing and e$ec tingD Oracle based interactive application. 3ow do you control the constraints in forms ? Select the se constraint property is O2 +loc& definition screen. +LO(8 What is the difference between restricted and unrestricted pac(age procedure ? -estricted pac&age proced re that affects the basic f nctions of S3L N @orms. /t cannot sed in all triggers e$cept &ey triggers. Unrestricted pac&age proced re that does not interfere with the basic f nctions of S3L N @orms it can be sed in any triggers.

A 2uery fetched EA records 3ow many times does a &* )Q5 *Y Trigger and &OST)Q5 *Y Trigger will get e"ecuted ? *-!,3U!-" fires once. *OST,3U!-" fires CB times. /ive the se2uence in which triggers fired during insert operations# when the following H triggers are defined at the same bloc( level ? a. O2,/2S!-T b. *OST,/2S!-T c. *-!,/2S!-T State the order in which these triggers are e"ecuted ? *OST,@/!L1,O2,0AL/1AT!,@/!L1,*OST,(4A2;! and 8!",2!OT@L1. 8!", 2!OT@L1,*OST,(4A2;!, O2,0AL/1AT!,@/!L1, *OST,@/!L1. g. What the &A5S pac(age procedure does ? *a se s spends processing ntil the operator presses a f nction &ey What do you mean by a page ? *ages are collection of display information, s ch as constant te$t and graphics What are the type of 5ser "its ? O-A(L! *recompliers ser e$its O(/ 'O-A(L! (all /nterface) 2on,O-A(!L ser e$its. *age ? What is the difference between an O0)-A+I.AT ),I +. trigger and a trigger ? On,validate,field trigger fires, when the field 0alidation stat s 2ew or changed. *ost, field,trigger whenever the control leaving form the field, it will fire. %an we use a restricted pac(age procedure in O0)-A+I.AT ),I +. Trigger ? 2o

Is a 1ey startup trigger fires as result of a operator pressing a (ey e"plicitly ? 2o %an we use /O)'+O%1 pac(age in a pre)field trigger ? 2o %an we create two bloc(s with the same name in form H;A ? 2o What does an on)clear)bloc( Trigger fire? /t fires j st before S3L N forms the c rrent bloc&. 0ame the two files that are created when you generate the form give the file" e"tension ? /2* 'So rce @ile) @-# '!$ec table @ile) What pac(age procedure used for invo(e s2l ?plus from s2l ?forms ? 4ost '!.g. 4ost 's%lpl s)) What is the significance of &A/ A in forms H;A ? 4ide the fields for internal calc lation. What are the different types of (ey triggers ? @ nction 8ey 8ey,f nction 8ey,others 8ey,start p What is the difference between a ,unction 1ey Trigger and 1ey ,unction Trigger ? @ nction &ey triggers are associated with individ al S3LN@O-#S f nction &eys "o can attach 8ey f nction triggers to CB &eys or &ey se% ences that normally do not perform any S3L N @O-#S operations. These &eys referred as &ey @B thro gh &ey @>. %ommitted bloc( sometimes refer to a 'AS TA'+ ? @alse rror7%ode is a pac(age proecdure ? a; True b; false @alse When is cost based optimi4ation triggered? 9for .'A: /t's important to have statistics on all tables for the (+O '(ost +ased Optimi6er) to wor& correctly. /f one table involved in a statement does not have statistics, Oracle has to revert to r le,based optimi6ation for that statement. So yo really want for all tables to have statistics right awayD it won't help m ch to j st have the larger tables analy6ed.

;enerally, the (+O can change the e$ec tion plan when yo ? C. (hange statistics of objects by doing an A2AL"9!D E. (hange some initiali6ation parameters 'for e$ample? hash:join:enabled, sort:area:si6e, db:file:m ltibloc&:read:co nt). 3ow can one optimi4e ICY8I 2ueries? 9for .'A: /t is possible to improve RO"9R % eries by forcing the optimi6er to scan all the entries from the inde$ instead of the table. This can be done by specifying hints. /f the inde$ is physically smaller than the table 'which is s ally the case) it will ta&e less time to scan the entire inde$ than to scan the entire table. What nter pac(age procedure does ? !nter 0alidate,data in the c rrent validation nit. Where can one find I>O statistics per table? 9for .'A: The UTL!STAT report shows /=O per tablespace b t one cannot see what tables in the tablespace has the most /=O. The <O-A(L!:4O#!=rdbms=admin=catio.s%l script creates a sample:io proced re and table to gather the re% ired information. After e$ec ting the proced re, one can do a simple S!L!(T N @-O# io:per:objectD to e$tract the re% ired information. @or more details, loo& at the header comments in the <O-A(L!:4O#!=rdbms=admin=catio.s%l script. #y % ery was fine last wee& and now it is slow. .hyX 'for 1+A) The li&ely ca se of this is beca se the e$ec tion plan has changed. ;enerate a c rrent e$plain plan of the offending % ery and compare it to a previo s one that was ta&en when the % ery was performing well. Us ally the previo s plan is not available. Some factors that can ca se a plan to change are? . .hich tables are c rrently analy6edX .ere they previo sly analy6edX 'ie. .as the % ery sing -+O and now (+OX) . 4as O*T/#/9!-:#O1! been changed in /2/T.O-AX . 4as the 1!;-!! of parallelism been defined=changed on any tableX . 4ave the tables been re,analy6edX .ere the tables analy6ed sing estimate or comp teX /f estimate, what percentage was sedX . 4ave the statistics changedX . 4as the /2/T.O-A parameter 1+:@/L!:#ULT/+LO(8:-!A1:(OU2T been changedX . 4as the /2/T.O-A parameter SO-T:A-!A:S/9! been changedX . 4ave any other /2/T.O-A parameters been changedX . .hat do yo thin& the plan sho ld beX - n the % ery with hints to see if this prod ces the re% ired performance. Why is Oracle not using the damn inde"? 9for .'A: This problem normally only arises when the % ery plan is being generated by the (ost +ased Optimi6er. The s al ca se is beca se the (+O calc lates that e$ec ting a @ ll Table Scan wo ld be faster than accessing the table via the inde$. @ ndamental things that can be chec&ed are?

. US!-:TA+:(OLU#2S.2U#:1/ST/2(T , This col mn defines the n mber of distinct val es the col mn holds. . US!-:TA+L!S.2U#:-O.S , /f 2U#:1/ST/2(T A 2U#:-O.S then sing an inde$ wo ld be preferable to doing a @ULL TA+L! S(A2. As the 2U#:1/ST/2(T decreases, the cost of sing an inde$ increase thereby is ma&ing the inde$ less desirable. . US!-:/21!O!S.(LUST!-/2;:@A(TO- , This defines how ordered the rows are in the inde$. /f (LUST!-/2;:@A(TO- approaches the n mber of bloc&s in the table, the rows are ordered. /f it approaches the n mber of rows in the table, the rows are randomly ordered. /n s ch a case, it is nli&ely that inde$ entries in the same leaf bloc& will point to rows in the same data bloc&s. . 1ecrease the /2/T.O-A parameter 1+:@/L!:#ULT/+LO(8:-!A1:(OU2T , A higher val e will ma&e the cost of a @ULL TA+L! S(A2 cheaper. . -emember that yo #UST s pply the leading col mn of an inde$, for the inde$ to be sed ' nless yo se a @AST @ULL S(A2 or S8/* S(A22/2;). . There are many other factors that affect the cost, b t sometimes the above can help to show why an inde$ is not being sed by the (+O. /f from chec&ing the above yo still feel that the % ery sho ld be sing an inde$, try specifying an inde$ hint. Obtain an e$plain plan of the % ery either sing T8*-O@ with T/#!1:STAT/ST/(S, so that one can see the (*U tili6ation, or with AUTOT-A(! to see the statistics. (ompare this to the e$plain plan when not sing an inde$. When should one rebuild an inde"? 9for .'A: "o can r n the 'A2AL"9! /21!O 0AL/1AT! ST-U(TU-!' command on the affected inde$es , each invocation of this command creates a single row in the /21!O:STATS view. This row is overwritten by the ne$t A2AL"9! /21!O command, so copy the contents of the view into a local table after each A2AL"9!. The 'badness' of the inde$ can then be j dged by the ratio of '1!L:L@:-O.S' to 'L@:-O.S'. What are the unrestricted procedures used to change the popup screen position during run time ? Anchor,view -esi6e ,0iew #ove,0iew. What is an Alert ? An alert is window that appears in the middle of the screen overlaying a portion of the c rrent display. .eleting a page removes information about all the fields in that page ? a; True; b; ,alse a. Tr e. Two popup pages can appear on the screen at a time ?Two popup pages can appear on the screen at a time ?

a; True; b; ,alse? a. Tr e. %lassify the restricted and unrestricted procedure from the following; a; %all b; 5ser) "it c; %all)Query d; 5p e; "ecute)Query f; !essage g; "it),rom h; &ost i; 'rea(? a. (all , nrestricted b. User !$it , Unrestricted c. (all:% ery , Unrestricted d. Up , -estricted e. !$ec te 3 ery , -estricted f. #essage , -estricted g. !$it:form , -estricted h. *ost , -estricted i. +rea& , Unrestricted. What is an 5ser "its ? A ser e$it is a s bro tine which are written in programming lang ages sing proN( pro N(obol , etc., that lin& into the S3L N forms e$ec table. What is a Trigger ? A piece of logic that is e$ec ted at or triggered by a S3L Nforms event. What is a &ac(age &rocedure ? A *ac&age proced re is b ilt in *L=S3L proced re. What is the ma"imum si4e of a form ? ELL character width and ELL characters Length. What is the difference between system;current7field and system;cursor7field ? C. System.c rrent:field gives name of the field. E. System.c rsor:field gives name of the field with bloc& name. +ist the system variables related in 'loc( and ,ield? C. System.bloc&:stat s E. System.c rrent:bloc& F. System.c rrent:field K. System.c rrent:val e

L. System.c rsor:bloc& M. System.c rsor:field H. System.field:stat s. What are the different types of &ac(age &rocedure ? C. -estricted pac&age proced re. E. Unrestricted pac&age proced re. What are the types of T*I// *S ? C. 2avigational Triggers. E. Transaction Triggers.

Identify pac(age function from the following ? E; rror)%ode @; 'rea( H; %all J; rror)te"t B; ,orm)failure F; ,orm)fatal G; "ecute)2uery K; Anchor -iew L; !essage7code? C. !rror:(ode E. !rror:Te$t F. @orm:@ail re K. @orm:@atal L. #essage:(ode %an you attach an lov to a field at run)time? if yes# give the build)in name;? "es. Set:item:proprety Is it possible to attach same library to more than one form? "es %an you attach an lov to a field at design time? "es +ist the windows event triggers available in ,orms J;A? .hen,window,activated,

when,window,closed, when,window,deactivated, when,window,resi6ed What are the triggers associated with the image item? .hen,/mage,activated'@ires when the operator do ble clic&s on an image /tems) .hen,image,pressed'fires when the operator selects or deselects the image item) What is a visual attribute? 0is al Attrib tes are the font, color and pattern characteristics of objects that operators see and intract with in o r application. 3ow many ma"imum number of radio buttons can you assign to a radio group? Unlimited no of radio b ttons can be assigned to a radio gro p 3ow do you pass the parameters from one form to another form? To pass one or more parameters to a called form, the calling form m st perform the following steps in a trigger or ser named ro tine e$ec te the create:parameter:list b ilt, in f nction to programmatically. (reate a parameter list to e$ec te the add parameter b ilt,in proced re to add one or more parameters list. !$ec te the call:form, 2ew:form or r n:prod ct b ilt:in proced re and incl de the name or id of the parameter list to be passed to the called form. What is a +ayout ditor? The Layo t !ditor is a graphical design facility for creating and arranging items and boilerplate te$t and graphics objects in yo r application's interface. +ist the Types of Items? Te$t item. (hart item. (hec& bo$. 1isplay item. /mage item. List item. -adio ;ro p. User Area item. +ist system variables available in forms J;A# and not available in forms H;A? System.cordination:operation System 1ate:threshold System.effective:1ate System.event:window System.s ppress:wor&ing What are the display styles of an alert? Stop, (a tion, note

What built)in is used for showing the alert during run)time? Show:alert. What built)in is used for changing the properties of the window dynamically? Set:window:property (anvas,0iew What are the different types of windows? -oot window, secondary window. What is a predefined e"ception available in forms J;A? -aise form:trigger:fail re What is a radio /roup? -adio gro ps display a fi$ed no of options that are m t ally !$cl sive. User can select one o t of n n mber of options. What are the different type of a record group? 3 ery record gro p Static record gro p 2on % ery record gro p What are the menu items that oracle forms J;A supports? *lain, (hec&,-adio, Separator, #agic /ive the e2uivalent term in forms J;A for the following; &age# &age A? *age , (anvas,0iew *age B , (anvas,view n ll. What triggers are associated with the radio group? Only when,radio,changed trigger associated with radio gro p 0is al Attrib tes. What are the triggers associated with a chec( bo"? Only .hen,chec&bo$,activated Trigger associated with a (hec& bo$. %an you attach an alert to a field? 2o %an a root window be made modal? 2o What is a list item? /t is a list of te$t elements.

+ist some built)in routines used to manipulate images in image7item? /mage:add /mage:and /mage:s btract /mage:$or /mage:6oom %an you change the alert messages at run)time? /f yes, give the name of the b ilt,in to change the alert messages at r n,time. "es. Set:alert:property. What is the built)in used to get and set lov properties during run)time? ;et:lov:property Set:lov:property -ecord ;ro p What is the built)in routine used to count the no of rows in a group? ;et:gro p :row:co nt System 0ariables /ive the Types of modules in a form? @orm #en Library Write the Abbreviation for the following ,ile "tension E; ,!' @; !!' H; &++? @#+ ,,,,, @orm #od le +inary. ##+ ,,,,, #en #od le +inary. *LL ,,,,,, *L=S3L Library #od le +inary. +ist the built)in routine for controlling window during run)time? @ind:window, get:window:property, hide:window, move:window, resi6e:window, set:window:property, show:0iew +ist the built)in routine for controlling window during run)time? @ind:canvas ;et,(anvas:property ;et:view:property 4ide:0iew -eplace:content:view Scroll:view

Set:canvas:property Set:view:property Show:view Alert What is the built)in function used for finding the alert? @ind:alert !ditors +ist the editors availables in forms J;A? 1efa lt editor User:defined editors system editors. What buil)in routines are used to display editor dynamically? !dit:te$t item show:editor LO0 What is an +ov? A list of val es is a single or m lti col mn selection list displayed in a pop, p window What is a record /roup? A record gro p is an internal oracle forms data str ct re that has a similar col mn=row frame wor& to a database table /ive built)in routine related to a record groups? (reate:gro p '@ nction) (reate:gro p:from:% ery'@ nction) 1elete:gro p'*roced re) Add:gro p:col mn'@ nction) Add:gro p:row'*roced re) 1elete:gro p:row'*roced re) *op late:gro p'@ nction) *op late:gro p:with:% ery'@ nction) Set:gro p:(har:cell'proced re) +ist the built)in routines for the controlling canvas views during run)time? @ind:canvas ;et,(anvas:property ;et:view:property 4ide:0iew -eplace:content:view Scroll:view Set:canvas:property Set:view:property

Show:view Alert System;effective7date system variable is read only True>,alse? @alse What are the built7in used to trapping errors in forms J? !rror:type ret rn character !rror:code ret rn n mber !rror:te$t ret rn char 1bms:error:code ret rn no. 1bms:error:te$t ret rn char What is Oracle ,inancials? 9for .'A: Oracle @inancials prod cts provide organi6ations with sol tions to a wide range of long, and short,term acco nting system iss es. -egardless of the si6e of the b siness, Oracle @inancials can meet acco nting management demands with? Oracle Assets? !ns res that an organi6ation's property and e% ipment investment is acc rate and that the correct asset ta$ acco nting strategies are chosen. Oracle ;eneral Ledger? Offers a complete sol tion to jo rnal entry, b dgeting, allocations, consolidation, and financial reporting needs. Oracle /nventory? 4elps an organi6ation ma&e better inventory decisions by minimi6ing stoc& and ma$imi6ing cash flow. Oracle Order !ntry? *rovides organi6ations with a sophisticated order entry system for managing c stomer commitments. Oracle *ayables? Lets an organi6ation process more invoices with fewer staff members and tighter controls. 4elps save money thro gh ma$im m disco nts, ban& float, and prevention of d plicate payment. Oracle *ersonnel? /mproves the management of employee, related iss es by retaining and ma&ing available every form of personnel data. Oracle * rchasing? /mproves b ying power, helps negotiate bigger disco nts, eliminates paper flow, increases financial controls, and increases prod ctivity. Oracle -eceivables?. /mproves cash flow by letting an organi6ation process more payments faster, witho t off,line research. 4elps correctly acco nt for cash, red ce o tstanding receivables, and improve collection effectiveness. Oracle -even e Acco nting ;ives an organi6ation timely and acc rate reven e and fle$ible commissions reporting. Oracle Sales Analysis? Allows for better forecasting, planning. and reporting of sales information. What are the design facilities available in forms J;A? 1efa lt +loc& facility. Layo t !ditor. #en !ditor. Object Lists. *roperty Sheets.

*L=S3L !ditor. Tables (ol mns +rowser. + ilt,ins +rowser. What is the most important module in Oracle ,inancials? 9for .'A: The ;eneral Ledger ';L) mod le is the basis for all other Oracle @inancial mod les. All other mod les provide information to it. /f yo implement Oracle @inancials, yo sho ld switch yo r c rrent ;L system first.;L is relatively easy to implement. "o sho ld go live with it first to give yo r implementation team a chance to be familiar with Oracle @inancials. What are the types of canvas)views? (ontent 0iew, Stac&ed 0iew. What is the !ultiOrg and what is it used for? 9for .'A: # ltiOrg or # ltiple Organi6ations Architect re allows m ltiple operating nits and their relationships to be defined within a single installation of Oracle Applications. This &eeps each operating nit's transaction data separate and sec re. Use the following % ery to determine if # liOrg is intalled? select m lti:org:flag from fnd:prod ct:gro psD What is the difference between ,ields and ,le",ields? 9for .'A: A field is a position on a form that one ses to enter, view, pdate, or delete information. A field prompt describes each field by telling what &ind of information appears in the field, or alternatively, what &ind of information sho ld be entered in the field. A fle$field is an Oracle Applications field made p of segments. !ach segment has an assigned name and a set of valid val es. Oracle Applications ses fle$fields to capt re information abo t yo r organi6ation. There are two types of fle$fields? &ey fle$fields and descriptive fle$fields. "plain types of 'loc( in formsJ;A? +ase table +loc&s. (ontrol +loc&s. C. A base table bloc& is one that is associated with a specific database table or view. E. A control bloc& is a bloc& that is not associated with a database table. /T!#S What is an Alert? An alert is a modal window that displays a message notifies the operator of some application condition What are the built)in routines is available in forms J;A to create and manipulate a parameter list? Add:parameter (reate:*arameter:list 1elete:parameter 1estroy:parameter:list

;et:parameter:attr ;et:parameter:list set:parameter:attr What is a record /roup? A record gro p is an internal oracle forms data str ct re that has a similar col mn=row frame wor& to a database table What is a 0avigable item? A navigable item is one that operators can navigate to with the &eyboard d ring defa lt navigation, or that Oracle forms can navigate to by e$ec ting a navigational b ilt,in proced re. What is a library in ,orms J;A? A library is a collection of *l=S3L program nits, incl ding ser named proced res, f nctions T pac&ages 3ow image7items can be populate to field in forms J;A? A fetch from a long raw database col mn *L=S%l assignment to e$ec ting the read:image:file b ilt:in proced re to get an image from the file system. What is the content view and stac(ed view? A content view is the 5+ase5 view that occ pies the entire content pane of the window in which it is displayed. A stac&ed view differs from a content canvas view in that it is not the base view for the window to which it is assigned What is a %hec( 'o"? A (hec& +o$ is a two state control that indicates whether a certain condition or val e is on or off, tr e or false. The display state of a chec& bo$ is always either 5chec&ed5 or 5 nchec&ed5. What is a canvas)view? A canvas,view is the bac&gro nd object on which yo layo t the interface items 'te$t, items, chec& bo$es, radio gro ps, and so on.) and boilerplate objects that operators see and interact with as they r n yo r form. At r n,time, operators can see only those items that have been assigned to a specific canvas. !ach canvas, in term, m st be displayed in a specific window. "plain the following file e"tension related to library? .pll,.lib,.pld The library pll files is a portable design file comparable to an fmb form file The library lib file is a plat form specific, generated library file comparable to a fm$ form file The pld file is T$t format file and can be sed for so rce controlling yo r library files *arameter

"plain the usage of W3 * %5** 0T O, clause in cursors ? .4!-! (U--!2T O@ cla se in an U*1AT!,1!L!T! statement refers to the latest row fetched from a c rsor. 1atabase Triggers 0ame the tables where characteristics of &ac(age# procedure and functions are stored ? User:objects, User:So rce and User:error. "plain the two type of %ursors ? There are two types of c rsors, /mplicit ( rsor and !$plicit ( rsor. *L=S3L ses /mplicit ( rsors for % eries. User defined c rsors are called !$plicit ( rsors. They can be declared and sed. What are two parts of pac(age ? The two parts of pac&age are *A(8A;! S*!(/@/(AT/O2 T *A(8A;! +O1". *ac&age Specification contains declarations that are global to the pac&ages and local to the schema. *ac&age +ody contains act al proced res and local declaration of the proced res and c rsor declarations.

What are two virtual tables available during database trigger e"ecution ? The table col mns are referred as OL1.col mn:name and 2!..col mn:name. @or triggers related to /2S!-T only 2!..col mn:name val es only available. @or triggers related to U*1AT! only OL1.col mn:name 2!..col mn:name val es only available. @or triggers related to 1!L!T! only OL1.col mn:name val es only available. What is ,ine /rained Auditing? 9for .'A: @ine ;rained A diting '1+#S:@;A) allows a diting records to be generated when certain rows are selected from a table. A list of defined policies can be obtained from 1+A:AU1/T:*OL/(/!S. A dit records are stored in 1+A:@;A:AU1/T:T-A/L. Loo& at this e$ample? o Add policy on table with a titing condition... e$ec te dbms:fga.add:policy''4-', '!#*', 'policyC', 'deptno I CB')D o # st A2AL"9!, this feat re wor&s with (+O '(ost +ased Optimi6er) analy6e table !#* comp te statisticsD select N from !#* where cC A CCD ,, .ill trigger a diting select N from !#* where cC A B>D ,, 2o a diting o 2ow we can see the statments that triggered the a diting condition... select s%lte$t from sys.fga:log<D delete from sys.fga:log<D What is a pac(age ? What are the advantages of pac(ages ? What is &ragma C %&TIO07I0IT ? "plain the usage ? The *-A;#A !O!(*T/O2:/2/T tells the complier to associate an e$ception with an

oracle error. To get an error message of a specific oracle error. e.g. *-A;#A !O(!*T/O2:/2/T 'e$ception name, oracle error n mber) What is a -irtual &rivate .atabase? 9for .'A: Oracle Gi introd ced the notion of a 0irt al *rivate 1atabase '0*1). A 0*1 offers @ine, ;rained Access (ontrol '@;A() for sec re separation of data. This ens res that sers only have access to data that pertains to them. Using this option, one co ld even store m ltiple companies' data within the same schema, witho t them &nowing abo t it. 0*1 config ration is done via the 1+#S:-LS '-ow Level Sec rity) pac&age. Select from S"S.0<0*1:*OL/(" to see e$isting 0*1 config ration. What is *aise7application7error ? -aise:application:error is a proced re of pac&age 1+#S:STA21A-1 which allows to iss e an ser:defined error messages from stored s b,program or database trigger. What is Oracle +abel Security? 9for .'A: Oracle Label Sec rity 'formerly called Tr sted Oracle #LS -1+#S) ses the 0*1 '0irt al *rivate 1atabase) feat re of OracleGi to implement row level sec rity. Access to rows are restricted according to a ser's sec rity sensitivity tag or label. Oracle Label Sec rity is config red, controlled and managed from the *olicy #anager, an !nterprise #anager,based ;U/ tility. /ive the structure of the procedure ? *-O(!1U-! name 'parameter list.....) is local variable declarations +!;/2 !$ec table statements. !$ception. e$ception handlers endD What is O ! 9Oracle nterprise !anager:? 9for .'A: O!# is a set of systems management tools provided by Oracle (orporation for managing the Oracle environment. /t provides tools to monitor the Oracle environment and a tomate tas&s 'both one,time and repetitive in nat re) to ta&e database administration a step closer to 5Lights O t5 management. Question What is &+>SQ+ ? *L=S3L is a proced ral lang age that has both interactive S3L and proced ral programming lang age constr cts s ch as iteration, conditional branching. What are the components of O !? 9for .'A: Oracle !nterprise #anager 'O!#) has the following components? . #anagement Server 'O#S)? #iddle tier server that handles comm nication with the intelligent agents. The O!# (onsole connects to the management server to monitor and

config re the Oracle enterprise. . (onsole? This is a graphical interface from where one can sched le jobs, events, and monitor the database. The console can be opened from a .indows wor&station, Uni$ OTerm 'oemapp command) or .eb browser session 'oem:webstage). . /ntelligent Agent 'O/A)? The O/A r ns on the target database and ta&es care of the e$ec tion of jobs and events sched led thro gh the (onsole. What happens if a procedure that updates a column of table C is called in a database trigger of the same table ? # tation of table occ rs. Is it possible to use Transaction control Statements such a *O++'A%1 or %O!!IT in .atabase Trigger ? Why ? /t is not possible. As triggers are defined for each table, if yo se (O##/T of -OLL+A(8 in a trigger, it affects logical transaction processing. 3ow many types of database triggers can be specified on a table ? What are they ? /nsert Update 1elete +efore -ow o.&. o.&. o.&. After -ow o.&. o.&. o.&. +efore Statement o.&. o.&. o.&. After Statement o.&. o.&. o.&. /f @O- !A(4 -O. cla se is specified, then the trigger for each -ow affected by the statement. /f .4!2 cla se is specified, the trigger fires according to the ret rned +oolean val e. What are the modes of parameters that can be passed to a procedure ? /2,OUT,/2,OUT parameters. Where the &re7defined7e"ceptions are stored ? /n the standard pac&age. *roced res, @ nctions T *ac&ages D Write the order of precedence for validation of a column in a table ? I; done using .atabase triggers; ii; done using Integarity %onstraints;? / T ii. /ive the structure of the function ? @U2(T/O2 name 'arg ment list .....) -et rn datatype is local variable declarations +egin e$ec table statements !$ception

e$ec tion handlers !ndD "plain how procedures and functions are called in a &+>SQ+ bloc( ? @ nction is called as part of an e$pression. sal ?A calc late:sal ''aGEE')D proced re is called as a *L=S3L statement calc late:bon s ''AGEE')D What are advantages fo Stored &rocedures? !$tensibility,#od larity, -e sability, #aintainability and one time compilation. What is an "ception ? What are types of "ception ? !$ception is the error handling part of *L=S3L bloc&. The types are *redefined and ser defined. Some of *redefined e$ceptions are. (U-SO-:AL-!A1":O*!2 1U*:0AL:O2:/21!O 2O:1ATA:@OU21 TOO:#A2":-O.S /20AL/1:(U-SO/20AL/1:2U#+!LO;O2:1!2/!1 2OT:LO;;!1:O2 *-O;-A#,!--OSTO-A;!:!--OT/#!OUT:O2:-!SOU-(! 0ALU!:!--O9!-O:1/0/1! OT4!-S. What are the &+>SQ+ Statements used in cursor processing ? 1!(LA-! (U-SO- name, O*!2 c rsor name, @!T(4 c rsor name /2TO or -ecord types, (LOS! c rsor name. What are the components of a &+>SQ+ 'loc( ? 1eclarative part, !$ec table part and !$ception part. 1atatypes *L=S3L What is a database trigger ? 0ame some usages of database trigger ? 1atabase trigger is stored *L=S3L program nit associated with a specific database table. Usages are A dit data modifications, Log events transparently, !nforce comple$ b siness r les 1erive col mn val es a tomatically, /mplement comple$ sec rity a thori6ations. #aintain replicate tables.

What is a cursor ? Why %ursor is re2uired ? ( rsor is a named private S3L area from where information can be accessed. ( rsors are re% ired to process rows individ ally for % eries ret rning m ltiple rows. What is a cursor for loop ? ( rsor for loop implicitly declares R-O.T"*! as loop inde$, opens a c rsor, fetches rows of val es from active set into fields in the record and closes when all the records have been processed. e.g.. @O- emp:rec /2 (C LOO* salary:total ?A salary:total Semp:rec salD !21 LOO*D What will happen after commit statement ? ( rsor (C is Select empno, ename from empD +egin open (CD loop @etch (C into eno.enameD !$it .hen (C Rnotfo ndD,,,,, commitD end loopD endD The c rsor having % ery as S!L!(T .... @O- U*1AT! gets closed after (O##/T=-OLL+A(8. The c rsor having % ery as S!L!(T.... does not get closed even after (O##/T=-OLL+A(8. 3ow pac(aged procedures and functions are called from the following? a; Stored procedure or anonymous bloc( b; an application program such a &*% ?%# &*O? %O'O+ c; SQ+ ?&+5S?? a. *A(8A;! 2A#!.*-O(!1U-! 2A#! 'parameters)D variable ?A *A(8A;! 2A#!.@U2(T/O2 2A#! 'arg ments)D !O!( S3L !O!(UT! b.+!;/2 *A(8A;! 2A#!.*-O(!1U-! 2A#! 'parameters) variable ?A *A(8A;! 2A#!.@U2(T/O2 2A#! 'arg ments)D !21D !21 !O!(D c. !O!(UT! *A(8A;! 2A#!.*-O(!1U-! if the proced res does not have any o t=in,o t parameters. A f nction can not be called.

What is a stored procedure ? A stored proced re is a se% ence of statements that perform specific f nction. What are the components of a &+>SQ+ bloc( ? A set of related declarations and proced ral statements is called bloc&. What is difference between a &*O% .5* D ,50%TIO0 ? A @U2(T/O2 is always ret rns a val e sing the ret rn statement. A *-O(!1U-! may ret rn one or more val es thro gh parameters or may not ret rn at all. What is difference between a %ursor declared in a procedure and %ursor declared in a pac(age specification ? A c rsor declared in a pac&age specification is global and can be accessed by other proced res or proced res in a pac&age. A c rsor declared in a proced re is local to the proced re that can not be accessed by other proced res. What are the cursor attributes used in &+>SQ+ ? R/SO*!2 , to chec& whether c rsor is open or not R -O.(OU2T , n mber of rows fetched= pdated=deleted. R @OU21 , to chec& whether c rsor has fetched any row. Tr e if rows are fetched. R 2OT @OU21 , to chec& whether c rsor has fetched any row. Tr e if no rows are featched. These attrib tes are proceeded with S3L for /mplicit ( rsors and with ( rsor name for !$plicit ( rsors. What are I TY& and I *OWTY& ? What are the advantages of using these over datatypes? R T"*! provides the data type of a variable or a database col mn to that variable. R -O.T"*! provides the record type that represents a entire row of a table or view or col mns selected in the c rsor. The advantages are ? /. 2eed not &now abo t variable's data type ii. /f the database definition of a col mn in a table changes, the data type of a variable changes accordingly. What is difference between I *OWTY& and TY& * %O*. ? R -O.T"*! is to be sed whenever % ery ret rns a entire row of a table or view. T"*! rec -!(O-1 is to be sed whenever % ery ret rns col mns of different table or views and variables. !.g. T"*! r:emp is -!(O-1 'eno emp.empnoR type,ename emp ename Rtype )D e:rec empR -O.T"*! c rsor cC is select empno,deptno from empD e:rec cC R-O.T"*!.

What are the different types of &+>SQ+ program units that can be defined and stored in O*A%+ database ? *roced res and @ nctions,*ac&ages and 1atabase Triggers. What are the advantages of having a &ac(age ? /ncreased f nctionality 'for e$ample,global pac&age variables can be declared and sed by any proecd re in the pac&age) and performance 'for e$ample all objects of the pac&age are parsed compiled, and loaded into memory once) What are the uses of .atabase Trigger ? 1atabase triggers can be sed to a tomatic data generation, a dit data modifications, enforce comple$ /ntegrity constraints, and c stomi6e comple$ sec rity a thori6ations. What is a &rocedure ? A *roced re consist of a set of S3L and *L=S3L statements that are gro ped together as a nit to solve a specific problem or perform a set of related tas&s. What is a &ac(age ? A *ac&age is a collection of related proced res, f nctions, variables and other pac&age constr cts together as a nit in the database. What is difference between &rocedures and ,unctions ? A @ nction ret rns a val e to the caller where as a *roced re does not. What is .atabase Trigger ? A 1atabase Trigger is proced re 'set of S3L and *L=S3L statements) that is a tomatically e$ec ted as a res lt of an insert in, pdate to, or delete from a table. %an the default values be assigned to actual parameters? "es %an a primary (ey contain more than one columns? "es What is an 5T+7,I+ ;What are different procedures and functions associated with it? UTL:@/L! is a pac&age that adds the ability to read and write to operating system files. *roced res associated with it are @(LOS!, @(LOS!:ALL and L proced res to o tp t data to a file *UT, *UT:L/2!, 2!.:L/2!, *UT@, @@LUS4.*UT, @@LUS4.*UT:L/2!,@@LUS4.2!.:L/2!. @ nctions associated with it are @O*!2, /SO*!2. What are O*A%+ &* %O!&I+ *S? Using O-A(L! *-!(O#*/L!-S, S3L statements and *L=S3L bloc&s can be contained inside F;L programs written in (,(SS,(O+OL,*AS(AL, @O-T-A2,*L=C A21 A1A. The *recompilers are &nown as *roN(,*roN(obol,... This form of *L=S3L is

&nown as embedded pl=s%l,the lang age in which pl=s%l is embedded is &nown as the host lang age. The prcompiler translates the embedded S3L and pl=s%l statements into calls to the precompiler r ntime library. The o tp t m st be compiled and lin&ed with this library to creator an e$ec table. .ifferentiate between T*50%AT and . + T ? T-U2(AT! deletes m ch faster than 1!L!T! T-U2(AT! 1!L!T! /t is a 11L statement /t is a 1#L statement /t is a one way trip, cannot -OLL+A(8 One can -ollbac& 1oesn't have selective feat res 'where cla se) 4as 1oesn't fire database triggers 1oes /t re% ires disabling of referential constraints. What is difference between a formal and an actual parameter? The variables declared in the proced re and which are passed, as arg ments are called act al, the parameters in the proced re declaration. Act al parameters contain the val es that are passed to a proced re and receive res lts. @ormal parameters are the placeholders for the val es of act al parameters What should be the return type for a cursor variable; %an we use a scalar data type as return type? The ret rn type for a c rsor m st be a record type./t can be declared e$plicitly as a ser, defined or R-O.T"*! can be sed. eg T"*! t:st dentsref /S -!@ (U-SO-!TU-2 st dentsR-O.T"*! What are different Oracle database ob$ects? ,TA+L!S ,0/!.S ,/21!O!S ,S"2O2"#S ,S!3U!2(!S ,TA+L!S*A(!S etc What is difference between S5'ST* and I0ST*? SU+ST- ret rns a specified portion of a string eg SU+ST-''+(1!@',K) o tp t +(1! /2ST- provides character position in which a pattern is fo nd in a string. eg /2ST-''A+(,1(,@',',',E) o tp t H 'End occ rence of ',') .isplay the number value in Words? S3LI select sal, 'to:char'to:date'sal,'j'), 'jsp'))

from empD the o tp t li&e, SAL 'TO:(4A-'TO:1AT!'SAL,'P'),'PS*')) ,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, GBB eight h ndred CMBB one tho sand si$ h ndred CELB one tho sand two h ndred fifty /f yo want to add some te$t li&e, -s. Three Tho sand only. S3LI select sal 5Salary 5, '' -s. 'QQ 'to:char'to:date'sal,'j'), 'Psp'))QQ ' only.')) 5Sal in .ords5 from emp = Salary Sal in .ords ,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, GBB -s. !ight 4 ndred only. CMBB -s. One Tho sand Si$ 4 ndred only. CELB -s. One Tho sand Two 4 ndred @ifty only. What is difference between SQ+ and SQ+?&+5S? S3LN*LUS is a command line tool where as S3L and *L=S3L lang age interface and reporting tool. /ts a command line tool that allows ser to type S3L commands to be e$ec ted directly against an Oracle database. S3L is a lang age sed to % ery the relational database'1#L,1(L,11L). S3LN*LUS commands are sed to format % ery res lt, Set options, !dit S3L commands and *L=S3L. What are various $oins used while writing S5'Q5 *I S? Self join,/ts a join foreign &ey of a table references the same table. O ter Poin,,/ts a join condition sed where One can % ery all the rows of one of the tables in the join condition even tho gh they don't satisfy the join condition. !% i,join,,/ts a join condition that retrieves rows from one or more tables in which one or more col mns in one table are e% al to one or more col mns in the second table. What a S + %T ,O* 5&.AT cursor represent;? S!L!(T......@-O#......@O-......U*1AT![O@ col mn,reference\[2O.A/T\ The processing done in a fetch loop modifies the rows that have been retrieved by the c rsor. A convenient way of modifying the rows is done by a method with two parts? the @O- U*1AT! cla se in the c rsor declaration, .4!-! (U--!2T O@ (LAUS! in an U*1AT! or declaration statement. What are various privileges that a user can grant to another user? ,S!L!(T ,(O22!(T ,-!SOU-(!S

.isplay the records between two range? select rown m, empno, ename from emp where rowid in 'select rowid from emp where rown m ZAT pto min s select rowid from emp where rown mZTStart)D minvalue;s2l Select the 0th lowest value from a table? select level, min''col:name') from my:table where level A 'Tn' connect by prior ''col:name') Z 'col:name') gro p by levelD !$ample? ;iven a table called emp with the following col mns? ,, id n mber ,, name varcharE'EB) ,, sal n mber ,, ,, @or the second lowest salary? ,, select level, min'sal) from emp ,, where levelAE ,, connect by prior sal Z sal ,, gro p by level What is difference between *ename and Alias? -ename is a permanent name given to a table or col mn whereas Alias is a temporary name given to a table or col mn which do not e$ist once the S3L statement is e$ec ted. .ifference between an implicit D an e"plicit cursor;? only one row. 4owever,% eries that ret rn more than one row yo m st declare an e$plicit c rsor or se a c rsor @O- loop. !$plicit c rsor is a c rsor in which the c rsor name is e$plicitly assigned to a S!L!(T statement via the (U-SO-.../S statement. An implicit c rsor is sed for all S3L statements 1eclare, Open, @etch, (lose. An e$plicit c rsors are sed to process m ltirow S!L!(T statements An implicit c rsor is sed to process /2S!-T, U*1AT!, 1!L!T! and single row S!L!(T. ./2TO statements. What is a O5T * MOI0? O ter Poin,,/ts a join condition sed where yo can % ery all the rows of one of the tables in the join condition even tho gh they don7t satisfy the join condition. What is a cursor? Oracle ses wor& area to e$ec te S3L statements and store processing information *L=S3L constr ct called a c rsor lets yo name a wor& area and access its stored information A c rsor is a mechanism sed to fetch more than one row in a *l=S3l bloc&. What is the purpose of a cluster? Oracle does not allow a ser to specifically locate tables, since that is a part of the f nction of the -1+#S. 4owever, for the p rpose of increasing performance, oracle allows a developer to create a (LUST!-. A (LUST!- provides a means for storing

data from different tables together for faster retrieval than if the table placement were left to the -1+#S. What is O%I; What are its uses? Oracle (all /nterface is a method of accesing database from a F;L program. Uses,,2o precompiler is re% ired,*L=S3L bloc&s are e$ec ted li&e other 1#L statements. The O(/ library provides ,,f nctions to parse S3L statemets ,,bind inp t variables ,,bind o tp t variables ,,e$ec te statements ,,fetch the res lts 3ow you open and close a cursor variable; Why it is re2uired? O*!2 c rsor variable @O- S!L!(T...Statement (LOS! c rsor variable /n order to associate a c rsor variable with a partic lar S!L!(T statement O*!2 synta$ is sed. /n order to free the reso rces sed for the % ery (LOS! statement is sed. .isplay Odd> ven number of records? Odd n mber of records? select N from emp where 'rowid,C) in 'select rowid, mod'rown m,E) from emp)D O tp t?, C F L !ven n mber of records? select N from emp where 'rowid,B) in 'select rowid, mod'rown m,E) from emp) O tp t?, E K M What are various constraints used in SQ+? ,2ULL ,2OT 2ULL ,(4!(8 ,1!@AULT %an cursor variables be stored in &+>SQ+ tables; If yes how; If not why? 2o, a c rsor variable points a row which cannot be stored in a two,dimensional *L=S3L table. .ifference between 0O .ATA ,O50. and I0OT,O50.? 2O 1ATA @OU21 is an e$ception raised only for the S!L!(T..../2TO statements when the where cla se of the % erydoes not match any rows. .hen the where cla se of

the e$plicit c rsor does not match any rows the R2OT@OU21 attrib te is set to T-U! instead. %an you use a commit statement within a database trigger? 2o What W3 * %5** 0T O, clause does in a cursor? LOO* S!L!(T n m:credits /2TO v:n mcredits @-O# classes .4!-! deptACEF and co rseACBCD U*1AT! st dents @48ODDDDDDDDDS!T c rrent:creditsAc rrent:creditsSv:n mcredits .4!-! (U--!2T O@ OD There is a string E@AAAA E@ A ;E@B # how you will find the position of the decimal place? /2ST-''CEBBBB CE B .CEL',C,'.') o tp t CF What are different modes of parameters used in functions and procedures? ,/2 ,OUT ,/2OUT 3ow you were passing cursor variables in &+>SQ+ @;@? /n *L=S3L E.E c rsor variables cannot be declared in a pac&age.This is beca se the storage for a c rsor variable has to be allocated sing *roN( or O(/ with version E.E, the only means of passing a c rsor variable to a *L=S3L bloc& is via bind variable or a proced re parameter. When do you use W3 * clause and when do you use 3A-I0/ clause? 4A0/2; cla se is sed when yo want to specify a condition for a gro p f nction and it is written after ;-OU* +" cla se. The .4!-! cla se is sed when yo want to specify a condition for col mns, single row f nctions e$cept gro p f nctions and it is written before ;-OU* +" cla se if it is sed. .ifference between procedure and function;? @ nctions are named *L=S3L bloc&s that ret rn a val e and can be called with arg ments proced re a named bloc& that can be called with parameter. A proced re all is a *L=S3L statement by itself, while a @ nction call is called as part of an e$pression. Which is more faster ) I0 or CISTS? !O/STS is more faster than /2 beca se !O/STS ret rns a +oolean val e whereas /2 ret rns a val e. What is synta" for dropping a procedure and a function ;Are these operations possible?

1rop *roced re proced re:name 1rop @ nction f nction:name 3ow will you delete duplicating rows from a base table? delete from table:name where rowid not in 'select ma$'rowid) from table gro p by d plicate:val es:field:name)D or delete d plicate:val es:field:name dv from table:name ta where rowid Z'select min'rowid) from table:name tb where ta.dvAtb.dv)D .ifference between database triggers and form triggers? ,1ata base trigger'1+T) fires when a 1#L operation is performed on a data base table. @orm trigger'@T) @ires when ser presses a &ey or navigates between fields on the screen ,(an be row level or statement level 2o distinction between row level and statement level. ,(an manip late data stored in Oracle tables via S3L (an manip late data in Oracle tables as well as variables in forms. ,(an be fired from any session e$ec ting the triggering 1#L statements. (an be fired only from the form that define the trigger. ,(an ca se other database triggers to fire. (an ca se other database triggers to fire, b t not other form triggers. What is a cursor for loop? ( rsor @or Loop is a loop where oracle implicitly declares a loop variable, the loop inde$ that of the same record type as the c rsor's record. 3ow you will avoid duplicating records in a 2uery? +y sing 1/ST/2(T What is a view ? A view is stored proced re based on one or more tables, it7s a virt al table. What is difference between 50IQ5 and &*I!A*Y 1 Y constraints? A table can have only one *-/#A-" 8!" whereas there can be any n mber of U2/3U! &eys. The col mns that compose *8 are a tomatically define 2OT 2ULL, whereas a col mn that compose a U2/3U! is not a tomatically defined to be mandatory m st also specify the col mn is 2OT 2ULL. What is use of a cursor variable? 3ow it is defined? A c rsor variable is associated with different statements at r n time, which can hold different val es at r n time. Static c rsors can only be associated with one r n time % ery. A c rsor variable is reference type 'li&e a pointer in (). 1eclaring a c rsor variable? T"*! type:name /S -!@ (U-SO- -!TU-2 ret rn:type type:name is the name of the reference type,ret rn:type is a record type indicating the types of the select list that will event ally be ret rned by the c rsor variable.

3ow do you find the numbert of rows in a Table ? A bad answer is co nt them 'S!L!(T (OU2T'N) @-O# table:name) A good answer is ?, '+y generating S3L to A2AL"9! TA+L! table:name (OU2T STAT/ST/(S by % erying Oracle System (atalog es 'e.g. US!-:TA+L!S or ALL:TA+L!S). The best answer is to refer to the tility which Oracle released which ma&es it nnecessary to do A2AL"9! TA+L! for each Table individ ally. What is the ma"imum buffer si4e that can be specified using the .'!S7O5T&5T; 0A'+ function? C,BBB,BB What are cursor attributes? ,R-O.(OU2T ,R2OT@OU21 ,R@OU21 ,R/SO*!2 There is a I sign in one field of a column; What will be the 2uery to find it? '' Sho ld be sed before 'R'. What is O0 . + T %AS%A. ? .hen O2 1!L!T! (AS(A1! is specified O-A(L! maintains referential integrity by a tomatically removing dependent foreign &ey val es if a referenced primary or ni% e &ey val e is removed. What is the fastest way of accessing a row in a table ? Using -O./1.(O2ST-A/2TS What is difference between T*50%AT D . + T ? T-U2(AT! commits after deleting entire table i.e., can not be rolled bac&. 1atabase triggers do not fire on T-U2(AT!1!L!T! allows the filtered deletion. 1eleted records can be rolled bac& or committed. 1atabase triggers fire on 1!L!T!. What is a transaction ? Transaction is logical nit between two commits and commit and rollbac&. What are the advantages of -I W ? To protect some of the col mns of a table from other sers.To hide comple$ity of a % ery.To hide comple$ity of calc lations. 3ow will you a activate>deactivate integrity constraints ? The integrity constraints can be enabled or disabled by ALT!- TA+L! !2A+L! constraint=1/SA+L! constraint.

Where the integrity constraints are stored in .ata .ictionary ? The integrity constraints are stored in US!-:(O2ST-A/2TS. What is the Sub2uery ? S b % ery is a % ery whose ret rn val es are sed in filtering conditions of the main % ery. 3ow to access the current value and ne"t value from a se2uence ? Is it possible to access the current value in a session before accessing ne"t value ? Se% ence name (U--0AL, Se% ence name 2!OT0AL./t is not possible. Only if yo access ne$t val e in the session, c rrent val e can be accessed. What are the usage of SA- &OI0TS ?value in a session before accessing ne"t value ? SA0!*O/2TS are sed to s bdivide a transaction into smaller parts. /t enables rolling bac& part of a transaction. #a$im m of five save points are allowed. What is *OWI. ?in a session before accessing ne"t value ? -O./1 is a pse do col mn attached to each row of a table. /t is CG character long, bloc&no, rown mber are the components of -O./1. "plain %onnect by &rior ?in a session before accessing ne"t value ? -etrieves rows in hierarchical order.e.g. select empno, ename from emp where. 3ow many +O0/ columns are allowed in a table ? Is it possible to use +O0/ columns in W3 * clause or O*. * 'Y ? Only one LO2; col mns is allowed. /t is not possible to se LO2; col mn in .4!-! or O-1!- +" cla se. What is *eferential Integrity ? #aintaining data integrity thro gh a set of r les that restrict the val es of one or more col mns of the tables based on the val es of primary &ey or ni% e &ey of the referenced table. What is a $oin ? "plain the different types of $oins ? Poin is a % ery which retrieves related col mns or rows from m ltiple tables.Self Poin , Poining the table with itself.!% i Poin , Poining two tables by e% ating two common col mns.2on,!% i Poin , Poining two tables by e% ating two common col mns.O ter Poin , Poining two tables in s ch a way that % ery can also retrieve rows that do not have corresponding join val e in the other table. If an uni2ue (ey constraint on .AT column is created# will it validate the rows that are inserted with SYS.AT ? /t won't, +eca se S"S1AT! format contains time attached with it.

3ow does one stop and start the O!S? 9for .'A: Use the following command se% ence to stop and start the O#S 'Oracle #anagement Server)? oemctl start oms oemctl stat s oms sysman=oem:temp oemctl stop oms sysman=oem:temp .indows 2T=EBBB sers can j st stop and start the re% ired services. The defa lt O!# administrator is 5sysman5 with a password of 5oem:temp5. 2OT!? Use command oemctrl instead of oemctl for Oracle Gi and below. What is an Integrity %onstraint ? /ntegrity constraint is a r le that restricts val es to a col mn in a table. 3ow does one create a repository? 9for .'A: @or O!# vE and above, start the Oracle !nterprise #anager (onfig ration Assistant 'emca on Uni$) to create and config re the management server and repository. -emember to set p a bac& p for the repository database after creating it. If a -iew on a single base table is manipulated will the changes be reflected on the base table ? /f changes are made to the tables which are base tables of a view will the changes be reference on the view. The following describes means to create a O!# 0C.$ 'very oldUUU) repository on .indows2T? . (reate a tablespace that wo ld hold the repository data. A si6e between EBB, ELB #+ wo ld be ideal. Let s call it 1 mmy:Space. . (reate an Oracle ser who wo ld own this repository. Assign 1+A, S2#*Agent, !$p:@ ll:database, /mp:@ ll:database roles to this ser. Lets call this ser 1 mmy: ser. Assign 1 mmy:Space as the defa lt tablespace. . (reate an operating system ser with the same name as the Oracle sername. /.e. 1 mmy:User. Add 'Log on as a batch job' nder advanced rights in User manager. . @ire p !nterprise manager and log in as 1 mmy:User and enter the password. This wo ld trigger the creation of the repository. @rom now on, !nterprise manager is ready to accept jobs. What is a database lin( ? 1atabase Lin& is a named path thro gh which a remote database can be accessed. 3ow does one list one<s databases in the O ! %onsole? 9for .'A: @ollow these steps to discover databases and other services from the O!# (onsole? C. !ns re the ;LO+AL:1+2A#! parameter is set for all databases in yo r L/ST!2!-.O-A file 'optional). These names will be listed in the O!# (onsole. *lease note that names entered are case sensitive. A portion of a listener.ora file? 'S/1:1!S( A

';LO+AL:1+2A#! A 1+:name:for:O!#) 'S/1:2A#! A ... E. Start the Oracle /ntelligent Agent on the machine yo want to discover. See section 54ow does one start the Oracle /ntelligent AgentX5. F. Start the O!# (onsole, navigate to men 52avigator= 1iscover 2odes5. The O!# 1iscovery .i6ard will g ide yo thro gh the process of discovering yo r databases and other services. What is %Y%+ >0O %Y%+ in a Se2uence ? ("(L! specifies that the se% ence contin es to generate val es after reaching either ma$im m or minim m val e. After pan ascending se% ence reaches its ma$im m val e, it generates its minim m val e. After a descending se% ence reaches its minim m, it generates its ma$im m.2O ("(L! specifies that the se% ence cannot generate more val es after reaching its ma$im m or minim m val e. What is correlated sub)2uery ? (orrelated s b % ery is a s b % ery which has reference to the main % ery. What are the data types allowed in a table ? (4A-,0A-(4A-E,2U#+!-,1AT!,-A.,LO2; and LO2; -A.. What is difference between %3A* and -A*%3A*@ ? What is the ma"imum SI8 allowed for each type ? (4A- pads blan& spaces to the ma$im m length. 0A-(4A-E does not pad blan& spaces. @or (4A- it is ELL and EBBB for 0A-(4A-E. %an a view be updated>inserted>deleted? If Yes under what conditions ? A 0iew can be pdated=deleted=inserted if it has only one base table if the view is based on col mns from one or more tables then insert, pdate and delete is not possible. What are the different types of %oordinations of the !aster with the .etail bloc(? *O*ULAT!:;-OU*'f nction) *O*ULAT!:;-OU*:./T4:3U!-"'f nction) S!T:;-OU*:(4A-:(!LL'proced re) S!T:;-OU*(!LL'proced re) S!T:;-OU*:2U#+!-:(!LL'proced re) 5se the A..7/*O5&7%O+5!0 function to add a column to a record group that was created at design time? I: T*5 II: ,A+S //) @ALS! 5se the A..7/*O5&7*OW procedure to add a row to a static record group? I: T*5 II: ,A+S /) @ALS!

ma"value;s2l Select the 0th 3ighest value from a table? select level, ma$''col:name') from my:table where level A 'Tn' connect by prior ''col:name') I 'col:name') gro p by levelD !$ample? ;iven a table called emp with the following col mns? ,, id n mber ,, name varcharE'EB) ,, sal n mber ,, ,, @or the second highest salary? ,, select level, ma$'sal) from emp ,, where levelAE ,, connect by prior sal I sal ,, gro p by level ,ind out nth highest salary from emp table? S!L!(T 1/ST/2(T 'a.sal) @-O# !#* A .4!-! T2 A 'S!L!(T (OU2T '1/ST/2(T 'b.sal)) @-O# !#* + .4!-! a.salZAb.sal)D @or !.g.?, !nter val e for n? E SAL ,,,,,,,,, FHBB Suppose a customer table is having different columns li(e customer no# payments;What will be the 2uery to select top three ma" payments? S!L!(T c stomer:no, payments from c stomer (C .4!-! FZA'S!L!(T (OU2T'N) from c stomer (E .4!-! (C.payment ZA (E.payment) 3ow you will avoid your 2uery from using inde"es? S!L!(T N @-O# emp .here emp:noS' 'ACEFKLD i.e yo have to concatenate the col mn name with space within codes in the where condition. S!L!(T =NS @ULL'a) N= ename, emp:no from emp where emp:noACEFKD i.e sing 4/2TS What utility is used to create a physical bac(up? !ither rman or alter tablespace begin bac& p will do.. What are the 'ac( ground processes in Oracle and what are they; This is one of the most fre% ently as&ed % estion.There are basically > *rocesses b t in a general system we need to mention the first five bac&gro nd processes.They do the ho se

&eeping activities for the Oracle and are common in any system. The vario s bac&gro nd processes in oracle are a) 1ata +ase .riter'1+.-) ?? 1ata +ase .riter .rites #odified bloc&s from 1atabase b ffer cache to 1ata @iles.This is re% ired since the data is not written whenever a transaction is committed. b)Log.riter'L;.-) ?? Log.riter writes the redo log entries to dis&. -edo Log data is generated in redo log b ffer of S;A. As transaction commits and log b ffer fills, L;.writes log entries into a online redo log file. c) System #onitor'S#O2) ?? The System #onitor performs instance recovery at instance start p. This is sef l for recovery from system fail re d)*rocess #onitor'*#O2) ?? The *rocess #onitor performs process recovery when ser *rocess fails. *mon (lears and @rees reso rces that process was sing. e) (hec&*oint'(8*T) ?? At Specified times, all modified database b ffers in S;A are written to data files by 1+.- at (hec&points and Updating all data files and control files of database to indicate the most recent chec&point f)Archieves'A-(4) ?? The Archiver copies online redo log files to archival storal when they are b sy. g) -ecoveror'-!(O) ?? The -ecoveror is sed to resolve the distrib ted transaction in networ& h) 1ispatcher '1nnn) ?? The 1ispatcher is sef l in # lti Threaded Architect re i) Lc&n ?? .e can have pto CB loc& processes for inter instance loc&ing in parallel s%l. 3ow many types of S2l Statements are there in Oracle There are basically M types of s%l statments.They are a) 1ata 1efinition Lang age'11L) ?? The 11L statements define and maintain objects and drop objects. b) 1ata #anip lation Lang age'1#L) ?? The 1#L statements manip late database data. c) Transaction (ontrol Statements ?? #anage change by 1#L d) Session (ontrol ?? Used to control the properties of c rrent session enabling and disabling roles and changing .e.g. ?? Alter Statements, Set -ole e) System (ontrol Statements ?? (hange *roperties of Oracle /nstance .e.g.?? Alter System f) !mbedded S%l ?? /ncorporate 11L, 1#L and T.(.S in *rogramming Lang age.e.g?? Using the S%l Statements in lang ages s ch as '(', Open, @etch, e$ec te and close What is a Transaction in Oracle A transaction is a Logical nit of wor& that compromises one or more S3L Statements e$ec ted by a single User. According to A2S/, a transaction begins with first e$ec table statement and ends when it is e$plicitly committed or rolled bac&. 1ey Words 5sed in Oracle The 8ey words that are sed in Oracle are ?? a) (ommitting ?? A transaction is said to be committed when the transaction ma&es permanent changes res lting from the S3L statements. b) -ollbac& ?? A transaction that retracts any of the changes res lting from S3L statements in Transaction. c) Save*oint ?? @or long transactions that contain many S3L statements, intermediate

mar&ers or savepoints are declared. Savepoints can be sed to divide a transaction into smaller points. d) -olling @orward ?? *rocess of applying redo log d ring recovery is called rolling forward. e) ( rsor ?? A c rsor is a handle ' name or a pointer) for the memory associated with a specific stamen. A c rsor is basically an area allocated by Oracle for e$ec ting the S%l Statement. Oracle ses an implicit c rsor statement for Single row % ery and Uses !$plicit c rsor for a m lti row % ery. f) System ;lobal Area'S;A) ?? The S;A is a shared memory region allocated by the Oracle that contains 1ata and control information for one Oracle /nstance. /t consists of 1atabase + ffer (ache and -edo log + ffer. g) *rogram ;lobal Area '*;A) ?? The *;A is a memory b ffer that contains data and control information for server process. g) 1atabase + ffer (ache ?? 1atabase + ffer of S;A stores the most recently sed bloc&s of database data. The set of database b ffers in an instance is called 1atabase + ffer (ache. h) -edo log + ffer ?? -edo log + ffer of S;A stores all the redo log entries. i) -edo Log @iles ?? -edo log files are set of files that protect altered database data in memory that has not been written to 1ata @iles. They are basically sed for bac& p when a database crashes. j) *rocess ?? A *rocess is a 'thread of control' or mechanism in Operating System that e$ec tes series of steps. What are &rocedure# functions and &ac(ages ? *roced res and f nctions consist of set of *L=S3L statements that are gro ped together as a nit to solve a specific problem or perform set of related tas&s. *roced res do not -et rn val es while @ nctions ret rn one One 0al e *ac&ages ?? *ac&ages *rovide a method of encaps lating and storing related proced res, f nctions, variables and other *ac&age (ontents What are .atabase Triggers and Stored &rocedures 1atabase Triggers ?? 1atabase Triggers are *roced res that are a tomatically e$ec ted as a res lt of insert in, pdate to, or delete from table. 1atabase triggers have the val es old and new to denote the old val e in the table before it is deleted and the new indicated the new val e that will be sed. 1T are sef l for implementing comple$ b siness r les which cannot be enforced sing the integrity r les..e can have the trigger as +efore trigger or After Trigger and at Statement or -ow level. e.g?? operations insert, pdate ,delete F before ,after FNE A total of M combinatons At statment level'once for the trigger) or row level' for every e$ec tion ) M N E A total of CE. Th s a total of CE combinations are there and the restriction of sage of CE triggers has been lifted from Oracle H.F Onwards. Stored *roced res ?? Stored *roced res are *roced res that are stored in (ompiled form in the database.The advantage of sing the stored proced res is that many sers can se the same proced re in compiled and ready to se format.

3ow many Integrity *ules are there and what are they There are Three /ntegrity - les. They are as follows ?? a) !ntity /ntegrity - le ?? The !ntity /ntegrity - le enforces that the *rimary &ey cannot be 2 ll b) @oreign 8ey /ntegrity - le ?? The @8/- denotes that the relationship between the foreign &ey and the primary &ey has to be enforced..hen there is data in (hild Tables the #aster tables cannot be deleted. c) + siness /ntegrity - les ?? The Third /ntigrity r le is abo t the comple$ b siness processes which cannot be implemented by the above E r les. What are the -arious !aster and .etail *elation ships; The vario s #aster and 1etail -elationship are a) 2on/solated ?? The #aster cannot be deleted when a child is e$isiting b) /solated ?? The #aster can be deleted when the child is e$isiting c) (ascading ?? The child gets deleted when the #aster is deleted. What are the -arious 'loc( %oordination &roperties The vario s +loc& (oordination *roperties are a) /mmediate 1efa lt Setting. The 1etail records are shown when the #aster -ecord are shown. b) 1effered with A to 3 ery Oracle @orms defer fetching the detail records ntil the operator navigates to the detail bloc&. c) 1effered with 2o A to 3 ery The operator m st navigate to the detail bloc& and e$plicitly e$ec te a % ery What are the .ifferent Optimi4ation Techni2ues The 0ario s Optimisation techni% es are a) !$ec te *lan ?? we can see the plan of the % ery and change it accordingly based on the inde$es b) Optimi6er:hint ?? set:item:property''1ept+loc&',O*T/#/9!-:4/2T,'@/-ST:-O.S')D Select =NS @irst:-ows N= 1eptno,1name,Loc,-owid from dept where '1eptno I EL) c) Optimi6e:S%l ?? +y setting the Optimi6e:S%l A 2o, Oracle @orms assigns a single c rsor for all S3L statements.This slow downs the processing beca se for evertime the S3L m st be parsed whenver they are e$ec ted. fKLr n mod le A my:firstform serid A scott=tiger optimi6e:s%l A 2o d) Optimi6e:Tp ?? +y setting the Optimi6e:TpA 2o, Oracle @orms assigns seperate c rsor only for each % ery S!L!(T statement. All other S3L statements re se the c rsor. fKLr n mod le A my:firstform serid A scott=tiger optimi6e:Tp A 2o 3ow does one change an Oracle user<s password?9for .'A: /ss e the following S3L command? ALT!- US!- Z sernameI /1!2T/@/!1 +" Znew:passwordID

@rom OracleG yo can j st type 5password5 from S3LN*l s, or if yo need to change another ser's password, type 5password ser:name5. Loo& at this e$ample? S3LI password (hanging password for S(OTT Old password? 2ew password? -etype new password? 3ow does one create and drop database users? Loo& at these e$amples? (-!AT! US!- scott /1!2T/@/!1 +" tiger ,, Assign password 1!@AULT TA+L!SA(! tools ,, Assign space for table and inde$ segments T!#*O-A-" TA+L!S*A(! tempD ,, Assign sort space 1-O* US!- scott (AS(A1!D ,, -emove ser After creating a new ser, assign the re% ired privileges? ;-A2T (O22!(T, -!SOU-(! TO scottD ;-A2T 1+A TO scottD ,, #a&e ser a 1+ Administrator -emember to give the ser some space % ota on its tablespaces? ALT!- US!- scott 3UOTA U2L/#/T!1 O2 toolsD Who created all these users in my database?> %an I drop this user? 9for .'A: Oracle creates a n mber of defa lt database sers or schemas when a new database is created. +elow are a few of them? S"S=(4A2;!:O2:/2STALL or /2T!-2AL Oracle 1ata 1ictionary= (atalog (reated by? X=rdbms=admin=s%l.bs% and vario s catN.s%l scripts (an password be changed? "es '1o so right after the database was created) (an ser be dropped? 2O S"ST!#=#A2A;!The defa lt 1+A ser name 'please do not se S"S) (reated by? X=rdbms=admin=s%l.bs% (an password be changed? "es '1o so right after the database was created) (an ser be dropped? 2O OUTL2=OUTL2 Stored o tlines for optimi6er plan stability (reated by? X=rdbms=admin=s%l.bs% (an password be changed? "es '1o so right after the database was created) (an ser be dropped? 2O S(OTT=T/;!-, A1A#S=.OO1, PO2!S=ST!!L, (LA-8=(LOT4 and +LA8!=*A*!-. Training= demonstration sers containing the pop lar !#* and 1!*T tables (reated by? X=rdbms=admin= tlsampl.s%l (an password be changed? "es (an ser be dropped? "!S , 1rop sers cascade from all prod ction environments 4-=4- '4 man -eso rces), O!=O! 'Order !ntry), S4=S4 'Sales 4istory).

Training= demonstration sers containing the pop lar !#*LO"!!S and 1!*A-T#!2TS tables (reated by? X=demo=schema=m&sample.s%l (an password be changed? "es (an ser be dropped? "!S , 1rop sers cascade from all prod ction environments (TOS"S=(TOS"S Oracle inter#edia '(onTe$t (artridge) administrator ser (reated by? X=ct$=admin=drBcsys.s%l T-A(!S0-=T-A(! Oracle Trace server (reated by? X=rdbms=admin=otrcsvr.s%l 1+S2#*=1+S2#* Oracle /ntelligent agent (reated by? X=rdbms=admin=catsnmp.s%l, called from catalog.s%l (an password be changed? "es , p t the new password in snmp:rw.ora file (an ser be dropped? "!S , Only if yo do not se the /ntelligent Agents O-1*LU;/2S=O-1*LU;/2S Object -elational 1ata 'O-1) User sed by Time Series, etc. (reated by? X=ord=admin=ordinst.s%l O-1S"S=O-1S"S Object -elational 1ata 'O-1) User sed by Time Series, etc (reated by? X=ord=admin=ordinst.s%l 1SS"S=1SS"S Oracle 1ynamic Services and Syndication Server (reated by? X=ds=s%l=dssys:init.s%l #1S"S=#1S"S Oracle Spatial administrator ser (reated by? X=ord=admin=ordinst.s%l AU-O-A<O-+<U2AUT4!2T/(AT!1=/20AL/1 Used for sers who do not a thenticate in A rora=O-+ (reated by? X=javavm=install=init:orb.s%l called from X=javavm=install=initjvm.s%l *!-@STAT=*!-@STAT Oracle Statistics *ac&age 'STATS*A(8) that s persedes UTL+STAT=UTL!STAT (reated by? X=rdbms=admin=statscre.s%l -emember to change the passwords for the S"S and S"ST!# sers immediately after installationU !$cept for the ser S"S, there sho ld be no problem altering these sers to se a different defa lt and temporary tablespace. 3ow does one enforce strict password control? 9for .'A: +y defa lt Oracle's sec rity is not e$tremely good. @or e$ample, Oracle will allow sers to choose single character passwords and passwords that match their names and serids. Also, passwords don't ever e$pire. This means that one can hac& an acco nt for years witho t ever loc&ing the ser. @rom OracleG one can manage passwords thro gh profiles. Some of the things that one can restrict?

. @A/L!1:LO;/2:ATT!#*TS , failed login attempts before the acco nt is loc&ed . *ASS.O-1:L/@!:T/#! , limits the n mber of days the same password can be sed for a thentication . *ASS.O-1:-!US!:T/#! , n mber of days before a password can be re sed . *ASS.O-1:-!US!:#AO , n mber of password changes re% ired before the c rrent password can be re sed . *ASS.O-1:LO(8:T/#! , n mber of days an acco nt will be loc&ed after ma$im m failed login attempts . *ASS.O-1:;-A(!:T/#! , n mber of days after the grace period begins d ring which a warning is iss ed and login is allowed . *ASS.O-1:0!-/@":@U2(T/O2 , password comple$ity verification script Loo& at this simple e$ample? (-!AT! *-O@/L! my:profile L/#/T *ASS.O-1:L/@!:T/#! FBD ALT!- US!- scott *-O@/L! my:profileD 3ow does one switch to another user in Oracle? 9for .'A: Users normally se the 5connect5 statement to connect from one database ser to another. 4owever, 1+As can switch from one ser to another witho t a password. Of co rse it is not advisable to bridge Oracle's sec rity, b t loo& at this e$ample? S3LI select password from dba: sers where sernameA'S(OTT'D *ASS.O-1 @G>KGKK(FKKBE+MH S3LI alter ser scott identified by lionD User altered. S3LI connect scott=lion (onnected. -!# 1o whatever yo li&e... S3LI connect system=manager (onnected. S3LI alter ser scott identified by val es '@G>KGKK(FKKBE+MH'D User altered. S3LI connect scott=tiger (onnected. 2ote? Also see the s .s%l script in the Usef l Scripts and Sample *rograms *age. What are snap shots and views Snapshots are mirror or replicas of tables. 0iews are b ilt sing the col mns from one or more tables. The Single Table 0iew can be pdated b t the view with m lti table cannot be pdated What are the OO&S concepts in Oracle; Oracle does implement the OO*S concepts. The best e$ample is the *roperty (lasses.

.e can categori6e the properties by setting the vis al attrib tes and then attach the property classes for the objects. OO*S s pports the concepts of objects and classes and we can consider the property classes as classes and the items as objects What is the difference between candidate (ey# uni2ue (ey and primary (ey (andidate &eys are the col mns in the table that co ld be the primary &eys and the primary &ey is the &ey that has been selected to identify the rows. Uni% e &ey is also sef l for identifying the distinct rows in the table.) What is concurrency (onc rrency is allowing sim ltaneo s access of same data by different sers. Loc&s sef l for accesing the database are a) !$cl sive The e$cl sive loc& is sef l for loc&ing the row when an insert, pdate or delete is being done.This loc& sho ld not be applied when we do only select from the row. b) Share loc& .e can do the table as Share:Loc& as many share:loc&s can be p t on the same reso rce. &revileges and /rants *revileges are the right to e$ec te a partic lare type of S3L statements. e.g ?? -ight to (onnect, -ight to create, -ight to reso rce ;rants are given to the objects so that the object might be accessed accordingly.The grant has to be given by the owner of the object Table Space#.ata ,iles#&arameter ,ile# %ontrol ,iles Table Space ?? The table space is sef l for storing the data in the database..hen a database is created two table spaces are created. a) System Table space ?? This data file stores all the tables related to the system and dba tables b) User Table space ?? This data file stores all the ser related tables .e sho ld have seperate table spaces for storing the tables and inde$es so that the access is fast. 1ata @iles ?? !very Oracle 1ata +ase has one or more physical data files.They store the data for the database.!very datafile is associated with only one database.Once the 1ata file is created the si6e cannot change.To increase the si6e of the database to store more data we have to add data file. *arameter @iles ?? *arameter file is needed to start an instance.A parameter file contains the list of instance config ration parameters e.g.?? db:bloc&:b ffers A LBB db:name A O-AH db:domain A .s.acme lang (ontrol @iles ?? (ontrol files record the physical str ct re of the data files and redo log files They contain the 1b name, name and location of dbs, data files ,redo log files and time stamp.

&hysical Storage of the .ata The finest level of gran larity of the data base are the data bloc&s. 1ata +loc& ?? One 1ata +loc& correspond to specific n mber of physical database space !$tent ?? !$tent is the n mber of specific n mber of contigio s data bloc&s. Segments ?? Set of !$tents allocated for !$tents. There are three types of Segments a) 1ata Segment ?? 2on (l stered Table has data segment data of every table is stored in cl ster data segment b) /nde$ Segment ?? !ach /nde$ has inde$ segment that stores data c) -oll +ac& Segment ?? Temporarily store ' ndo' information What are the &ct ,ree and &ct 5sed *ct @ree is sed to denote the percentage of the free space that is to be left when creating a table. Similarly *ct Used is sed to denote the percentage of the sed space that is to be sed when creating a table eg.?? *ctfree EB, *ct sed KB What is *ow %haining The data of a row in a table may not be able to fit the same data bloc&.1ata for row is stored in a chain of data bloc&s . What is a @ &hase %ommit Two *hase commit is sed in distrib ted data base systems. This is sef l to maintain the integrity of the database so that all the sers see the same val es. /t contains 1#L statements or -emote *roced ral calls that reference a remote object. There are basically E phases in a E phase commit. a) *repare *hase ?? ;lobal coordinator as&s participants to prepare b) (ommit *hase ?? (ommit all participants to coordinator to *repared, -ead only or abort -eply What is the difference between deleting and truncating of tables 1eleting a table will not remove the rows from the table b t entry is there in the database dictionary and it can be retrieved + t tr ncating a table deletes it completely and it cannot be retrieved. What are mutating tables .hen a table is in state of transition it is said to be m tating. eg ?? /f a row has been deleted then the table is said to be m tating and no operations can be done on the table e$cept select. What are %odd *ules (odd - les describe the ideal nat re of a -1+#S. 2o -1+#S satisfies all the CE codd r les and Oracle Satisfies CC of the CE r les and is the only -dbms to satisfy the ma$im m n mber of r les. What is 0ormalisation 2ormalisation is the process of organising the tables to remove the red ndancy.There are

mainly L 2ormalisation r les. a) C 2ormal @orm ?? A table is said to be in Cst 2ormal @orm when the attrib tes are atomic b) E 2ormal @orm ?? A table is said to be in End 2ormal @orm when all the candidate &eys are dependant on the primary &ey c) Frd 2ormal @orm ?? A table is said to be third 2ormal form when it is not dependant transitively What is the .ifference between a post 2uery and a pre 2uery A post % ery will fire for every row that is fetched b t the pre % ery will fire only once. .eleting the .uplicate rows in the table .e can delete the d plicate rows in the table by sing the -owid %an 5 disable database trigger? 3ow? "es. .ith respect to table ALT!- TA+L! TA+L! [[ 1/SA+L! all:trigger \\ What is pseudo columns ? 0ame them? A pse docol mn behaves li&e a table col mn, b t is not act ally stored in the table. "o can select from pse docol mns, b t yo cannot insert, pdate, or delete their val es. This section describes these pse docol mns? N (U--0AL N 2!OT0AL N L!0!L N -O./1 N -O.2U# 3ow many columns can table have? The n mber of col mns in a table can range from C to ELK. Is space ac2uired in bloc(s or e"tents ? /n e$tents . What is clustered inde"? /n an inde$ed cl ster, rows are stored together based on their cl ster &ey val es . (an not applied for 4AS4. What are the datatypes supported 'y oracle 9I0T *0A+:? 0archarE, 2 mber,(har , #LSLA+!L. What are attributes of cursor? R@OU21 , R2OT@OU21 , R/SO*!2,R-O.(OU2T

%an you use select in ,*O! clause of SQ+ select ? "es. Which trigger are created when master )detail relay? master delete property N 2O2,/SOLAT!1 'defa lt) a) on chec& delete master b) on clear details c) on pop late details N /SOLAT!1 a) on clear details b) on pop late details N (AS(A1! a) per,delete b) on clear details c) on pop late details which system variables can be set by users? S"ST!#.#!SSA;!:L!0!L S"ST!#.1AT!:T4-!S4OL1 S"ST!#.!@@!(T/0!:1AT! S"ST!#.SU**-!SS:.O-8/2; What are ob$ect group? An object gro p is a container for a gro p of objects. "o define an object gro p when yo want to pac&age related objects so yo can copy or reference them in another mod le. What are referenced ob$ects? -eferencing allows yo to create objects that inherit their f nctionality and appearance from other objects. -eferencing an object is similar to copying an object, e$cept that the res lting reference object maintains a lin& to its so rce object. A reference object a tomatically inherits any changes that have been made to the so rce object when yo open or regenerate the mod le that contains the reference object. %an you store ob$ects in library? -eferencing allows yo to create objects that inherit their f nctionality and appearance from other objects. -eferencing an object is similar to copying an object, e$cept that the res lting reference object maintains a lin& to its so rce object. A reference object a tomatically inherits any changes that have been made to the so rce object when yo open or regenerate the mod le that contains the reference object. Is forms J;B ob$ect oriented tool ? why? yes , partially. C) *-O*!-T" (LASS , inheritance property E) O0!-LOA1/2; ? proced res and f nctions.

%an you issue ..+ in forms? yes, b t yo have to se @O-#S:11L. -eferencing allows yo to create objects that inherit their f nctionality and appearance from other objects. -eferencing an object is similar to copying an object, e$cept that the res lting reference object maintains a lin& to its so rce object. A reference object a tomatically inherits any changes that have been made to the so rce object when yo open or regenerate the mod le that contains the reference object. Any string e$pression p to FE8? , a literal , an e$pression or a variable representing the te$t of a bloc& of dynamically created *L=S3L code , a 1#L statement or , a 11L statement -estrictions? The statement yo pass to @O-#S:11L may not contain bind variable references in the string, b t the val es of bind variables can be concatenated into the string before passing the res lt to @O-#S:11L. What is S %5* property? , 4ides characters that the operator types into the te$t item. This setting is typically sed for password protection. What are the types of triggers and how the se2uence of firing in te"t item Triggers can be classified as 8ey Triggers, #o se Triggers ,2avigational Triggers. 8ey Triggers ?? 8ey Triggers are fired as a res lt of 8ey action.e.g ?? 8ey,ne$t,field, 8ey, p,8ey,1own #o se Triggers ?? #o se Triggers are fired as a res lt of the mo se navigation.e.g. .hen,mo se,b tton,presed,when,mo se,do bleclic&ed,etc 2avigational Triggers ?? These Triggers are fired as a res lt of 2avigation. !.g. ? *ost, Te$t,item,*re,te$t,item. .e also have event triggers li&e when Xnew,form,instance and when,new,bloc&, instance. .e cannot call restricted proced res li&e go:to'Xmy:bloc&.first:itemX) in the 2avigational triggers + t can se them in the 8ey,ne$t,item. The 1ifference between 8ey,ne$t and *ost,Te$t is an very important % estion. The &ey, ne$t is fired as a res lt of the &ey action while the post te$t is fired as a res lt of the mo se movement. 8ey ne$t will not fire nless there is a &ey event. The se% ence of firing in a te$t item are as follows ?? a) pre , te$t b) when new item c) &ey,ne$t d) when validate e) post te$t

%an you store pictures in database? 3ow? "es , in long -aw datatype. What are property classes ? %an property classes have trigger? *roperty class inheritance is a powerf l feat re that allows yo to % ic&ly define objects that conform to yo r own interface and f nctionality standards. *roperty classes also allow yo to ma&e global changes to applications % ic&ly. +y simply changing the definition of a property class, yo can change the definition of all objects that inherit properties from that class. "es . All type of triggers . If you have property class attached to an item and you have same trigger written for the item ; Which will fire first? /tem level trigger fires , /f item level trigger fires, property level trigger won't fire. Triggers at the lowest level are always given the first preference. The item level trigger fires first and then the bloc& and then the @orm level trigger. What are record groups ? ? %an record groups created at run)time? A record gro p is an internal Oracle @orms data str ct re that has a col mn=row framewor& similar to a database table. 4owever, nli&e database tables, record gro ps are separate objects that belong to the form mod le in which they are defined. A record gro p can have an nlimited n mber of col mns of type (4A-, LO2;, 2U#+!-, or 1AT! provided that the total n mber of col mns does not e$ceed MK8. -ecord gro p col mn names cannot e$ceed FB characters. *rogrammatically, record gro ps can be sed whenever the f nctionality offered by a two,dimensional array of m ltiple data types is desirable. T"*!S O@ -!(O-1 ;-OU*? 3 ery -ecord ;ro p A % ery record gro p is a record gro p that has an associated S!L!(T statement. The col mns in a % ery record gro p derive their defa lt names, data types, and lengths from the database col mns referenced in the S!L!(T statement. The records in a % ery record gro p are the rows retrieved by the % ery associated with that record gro p. 2on,% ery -ecord ;ro p A non,% ery record gro p is a gro p that does not have an associated % ery, b t whose str ct re and val es can be modified programmatically at r ntime. Static -ecord ;ro p A static record gro p is not associated with a % eryD rather, yo define its str ct re and row val es at design time, and they remain fi$ed at r ntime. What are A+ *T? An AL!-T is a modal window that displays a message notifying operator of some application condition. %an a button have icon and label at the same time ? ,2O

What is mouse navigate property of button? .hen #o se 2avigate is Tr e 'the defa lt), Oracle @orms performs standard navigation to move the foc s to the item when the operator activates the item with the mo se. .hen #o se 2avigate is set to @alse, Oracle @orms does not perform navigation 'and the res lting validation) to move to the item when an operator activates the item with the mo se. What is ,O*!S7!.I7WI0.OW? forms r n inside the #1/ application window. This property is sef l for calling a form from another one. What are timers ? when when)timer)e"pired does not fire? The .hen,Timer,!$pired trigger can not fire d ring trigger, navigation, or transaction processing. %an ob$ect group have a bloc(? "es , object gro p can have bloc& as well as program nits. 3ow many types of canvases are there; There are E types of canvases called as (ontent and Stac& (anvas. (ontent canvas is the defa lt and the one that is sed mostly for giving the base effect. /ts li&e a plate on which we add items and stac&ed canvas is sed for giving F dimensional effect. What are user)e"its? /t invo&es F;L programs. %an you pass values to)and)fro from foreign function ? how ? "es . "o obtain a ret rn val e from a foreign f nction by assigning the ret rn val e to an Oracle @orms variable or item. #a&e s re that the Oracle @orms variable or item is the same data type as the ret rn val e from the foreign f nction. After assigning an Oracle @orms variable or item val e to a *L=S3L variable, pass the *L=S3L variable as a parameter val e in the *L=S3L interface of the foreign f nction. The *L=S3L variable that is passed as a parameter m st be a valid *L=S3L data typeD it m st also be the appropriate parameter type as defined in the *L=S3L interface. What is IA&CT' structure ? The entries of *ro N ( and ser e$its and the form which sim late the proc or ser:e$it are stored in /A*OT+ table in d=b. %an you call WI0)S.1 thru user e"its? "!S. .oes user e"its supports .++ on !SWI0.OWS ? "!S .

What is path setting for .++? #a&e s re yo incl de the name of the 1LL in the @O-#SKL:US!-!O/T variable of the O-A(L!./2/ file, or rename the 1LL to @KLOT+.1LL. /f yo rename the 1LL to @KLOT+.1LL, replace the e$isting @KLOT+.1LL in the O-A./2+/2 directory with the new @KLOT+.1LL. 3ow is mapping of name of .++ and function done? The dll can be created sing the 0is al (SS = 0is al +asic Tools and then the dll is p t in the path that is defined the registry. What is precompiler? /t is similar to ( precompiler directives. %an you connect to non ) oracle datasource ? "es . What are (ey)mode and loc(ing mode properties? level ? 8ey #ode ? Specifies how oracle forms ni% ely identifies rows in the database.This is property incl des for application that will r n against 2O2,O-A(L! dataso rces . 8ey setting ni% e 'defa lt.) dateable n, pdateable. Loc&ing mode ? Specifies when Oracle @orms sho ld attempt to obtain database loc&s on rows that correspond to % eried records in the form. a) immediate b) delayed What are savepoint mode and cursor mode properties ? level? Specifies whether Oracle @orms sho ld iss e savepoints d ring a session. This property is incl ded primarily for applications that will r n against non,O-A(L! data so rces. @or applications that will r n against O-A(L!, se the defa lt setting. ( rsor mode , define c rsor state across transaction Open=close. What is transactional trigger property? /dentifies a bloc& as transactional control bloc&. i.e. non , database bloc& that oracle forms sho ld manage as transactional bloc&.'2O2,O-A(L! dataso rce) defa lt , @ALS!. What is O+ automation ? OL! a tomation allows an OL! server application to e$pose a set of commands and f nctions that can be invo&ed from an OL! container application. OL! a tomation provides a way for an OL! container application to se the feat res of an OL! server application to manip late an OL! object from the OL! container environment. '@O-#S:OL!)

What does invo(e built)in do? This proced re invo&es a method. Synta$? *-O(!1U-! OL!E./20O8! 'object obj:type, method 0A-(4A-E, list list:type ?A B)D *arameters? object /s an OL!E A tomation Object. method /s a method 'proced re) of the OL!E object. list /s the name of an arg ment list assigned to the OL!E.(-!AT!:A-;L/ST f nction. What are O& 07,O*!#%A++7,O*!#0 W7,O*!? diff? (ALL:@O-# ? /t calls the other form. b t parent remains active, when called form completes the operation , it releases loc& and control goes bac& to the calling form. .hen yo call a form, Oracle @orms iss es a savepoint for the called form. /f the (L!A-:@O-# f nction ca ses a rollbac& when the called form is c rrent, Oracle @orms rolls bac& ncommitted changes to this savepoint. O*!2:@O-# ? .hen yo call a form, Oracle @orms iss es a savepoint for the called form. /f the (L!A-:@O-# f nction ca ses a rollbac& when the called form is c rrent, Oracle @orms rolls bac& ncommitted changes to this savepoint. 2!.:@O-# ? !$its the c rrent form and enters the indicated form. The calling form is terminated as the parent form. /f the calling form had been called by a higher form, Oracle @orms &eeps the higher call active and treats it as a call to the new form. Oracle @orms releases memory 's ch as database c rsors) that the terminated form was sing. Oracle @orms r ns the new form with the same - nform options as the parent form. /f the parent form was a called form, Oracle @orms r ns the new form with the same options as the parent form. What is call form stac(? .hen s ccessive forms are loaded via the (ALL:@O-# proced re, the res lting mod le hierarchy is &nown as the call form stac&. %an u port applictions across the platforms? how? "es we can port applications across platforms.(onsider the form developed in a windows system.The form wo ld be generated in ni$ system by sing fKLgen my:form.fmb scott=tiger What is a visual attribute? 0is al attrib tes are the font, color, and pattern properties that yo set for form and men objects that appear in yo r application's interface. .iff; between -AT and &roperty %lass? 2amed vis al attrib tes define only font, color, and pattern attrib tesD property classes can contain these and any other properties. "o can change the appearance of objects at r ntime by changing the named vis al

attrib te programmaticallyD property class assignment cannot be changed programmatically. .hen an object is inheriting from both a property class and a named vis al attrib te, the named vis al attrib te settings ta&e precedence, and any vis al attrib te properties in the class are ignored. Which trigger related to mouse? .hen,#o se,(lic& .hen,#o se,1o ble(lic& .hen,#o se,1own .hen,#o se,!nter .hen,#o se,Leave .hen,#o se,#ove .hen,#o se,Up What is %urrent record attribute property? Specifies the named vis al attrib te sed when an item is part of the c rrent record. ( rrent -ecord Attrib te is fre% ently sed at the bloc& level to display the c rrent row in a m lti,record /f yo define an item,level ( rrent -ecord Attrib te, yo can display a pre,determined item in a special color when it is part of the c rrent record, b t yo cannot dynamically highlight the c rrent item, as the inp t foc s changes. %an u change -AT at run time? "es. "o can programmatically change an object's named vis al attrib te setting to change the font, color, and pattern of the object at r ntime. %an u set default font in forms? "es. (hange windows registry'regedit). Set formKL:font to the desired font. :brea& What is +og Switch ? The point at which O-A(L! ends writing to one online redo log file and begins writing to another is called a log switch. What is On)line *edo +og? The On,line -edo Log is a set of tow or more on,line redo files that record all committed changes made to the database. .henever a transaction is committed, the corresponding redo entries temporarily stores in redo log b ffers of the S;A are written to an on,line redo log file by the bac&gro nd process L;.-. The on,line redo log files are sed in cyclical fashion. Which parameter specified in the . ,A5+T STO*A/ clause of %* AT TA'+ S&A% cannot be altered after creating the tablespace? All the defa lt storage parameters defined for the tablespace can be changed sing the ALT!- TA+L!S*A(! command. .hen objects are created their /2/T/AL and #/2!OT!2S val es cannot be changed.

What are the steps involved in .atabase Startup ? Start an instance, #o nt the 1atabase and Open the 1atabase. -olling forward to recover data that has not been recorded in data files, yet has been recorded in the on,line redo log, incl ding the contents of rollbac& segments. -olling bac& transactions that have been e$plicitly rolled bac& or have not been committed as indicated by the rollbac& segments regenerated in step a. -eleasing any reso rces 'loc&s) held by transactions in process at the time of the fail re. -esolving any pending distrib ted transactions ndergoing a two,phase commit at the time of the instance fail re. %an ,ull 'ac(up be performed when the database is open ? 2o. What are the different modes of mounting a .atabase with the &arallel Server ? !$cl sive #ode /f the first instance that mo nts a database does so in e$cl sive mode, only that /nstance can mo nt the database. *arallel #ode /f the first instance that mo nts a database is started in parallel mode, other instances that are started in parallel mode can also mo nt the database. What are the advantages of operating a database in A*%3I- +O/ mode over operating it in 0O A*%3I- +O/ mode ? (omplete database recovery from dis& fail re is possible only in A-(4/0!LO; mode. Online database bac& p is possible only in A-(4/0!LO; mode. What are the steps involved in .atabase Shutdown ? (lose the 1atabase, 1ismo nt the 1atabase and Sh tdown the /nstance. What is Archived *edo +og ? Archived -edo Log consists of -edo Log files that have archived before being re sed. What is *estricted !ode of Instance Startup ? An instance can be started in 'or later altered to be in) restricted mode so that when the database is open connections are limited only to those whose ser acco nts have been granted the -!ST-/(T!1 S!SS/O2 system privilege. %an u have O+ ob$ects in forms? "es. %an u have -'C and O%C controls in forms ? "es. What r the types of windows 9Window style:? Specifies whether the window is a 1oc ment window or a 1ialog window. What is O+ Activation style property? Specifies the event that will activate the OL! containing item.

%an u change the mouse pointer ? 3ow? "es. Specifies the mo se c rsor style. Use this property to dynamically change the shape of the c rsor. 3ow many types of columns are there and what are they @orm la col mns ?? @or doing mathematical calc lations and ret rning one val e S mmary (ol mns ?? @or doing s mmary calc lations s ch as s mmations etc. *lace holder (ol mns ?? These col mns are sef l for storing the val e in a variable %an u have more than one layout in report /t is possible to have more than one layo t in a report by sing the additional layo t option in the layo t editor. %an u run the report with out a parameter form "es it is possible to r n the report witho t parameter form by setting the *A-A# val e to 2 ll What is the loc( option in reports layout +y sing the loc& option we cannot move the fields in the layo t editor o tside the frame. This is sef l for maintaining the fields . What is ,le" @le$ is the property of moving the related fields together by setting the fle$ property on What are the minimum number of groups re2uired for a matri" report The minim m of gro ps re% ired for a matri$ report are K e ,,,,, What is a Synonym ? A synonym is an alias for a table, view, se% ence or program nit. What is a Se2uence ? A se% ence generates a serial list of ni% e n mbers for n merical col mns of a database's tables. What is a Segment ? A segment is a set of e$tents allocated for a certain logical str ct re. What is schema? A schema is collection of database objects of a User. .escribe *eferential Integrity ? A r le defined on a col mn 'or set of col mns) in one table that allows the insert or pdate of a row only if the val e for the col mn or set of col mns 'the dependent val e) matches a val e in a col mn of a related table 'the referenced val e). /t also specifies the type of data manip lation allowed on referenced data and the action to be performed on dependent data as a res lt of any action on referenced data.

What is 3ash %luster ? A row is stored in a hash cl ster based on the res lt of applying a hash f nction to the row's cl ster &ey val e. All rows with the same hash &ey val e are stores together on dis&. What is a &rivate Synonyms ? A *rivate Synonyms can be accessed only by the owner. What is .atabase +in( ? A database lin& is a named object that describes a 5path5 from one database to another. What is inde" cluster? A cl ster with an inde$ on the cl ster &ey. What is hash cluster? A row is stored in a hash cl ster based on the res lt of applying a hash f nction to the row's cl ster &ey val e. All rows with the same hash &ey val e are stores together on dis&. When can hash cluster used? 4ash cl sters are better choice when a table is often % eried with e% ality % eries. @or s ch % eries the specified cl ster &ey val e is hashed. The res lting hash &ey val e points directly to the area on dis& that stores the specified rows. When can hash cluster used? 4ash cl sters are better choice when a table is often % eried with e% ality % eries. @or s ch % eries the specified cl ster &ey val e is hashed. The res lting hash &ey val e points directly to the area on dis& that stores the specified rows. What are the types of database lin(s? *rivate database lin&, p blic database lin& T networ& database lin&. What is private database lin(? *rivate database lin& is created on behalf of a specific ser. A private database lin& can be sed only when the owner of the lin& specifies a global object name in a S3L statement or in the definition of the owner's views or proced res. What is public database lin(? * blic database lin& is created for the special ser gro p *U+L/(. A p blic database lin& can be sed when any ser in the associated database specifies a global object name in a S3L statement or object definition. What is networ( database lin(? 2etwor& database lin& is created and managed by a networ& domain service. A networ& database lin& can be sed when any ser of any database in the networ& specifies a global object name in a S3L statement or object definition.

What is data bloc(? Oracle database's data is stored in data bloc&s. One data bloc& corresponds to a specific n mber of bytes of physical database space on dis&. 3ow to define data bloc( si4e? A data bloc& si6e is specified for each Oracle database when the database is created. A database sers and allocated free database space in Oracle data bloc&s. +loc& si6e is specified in init.ora file and cannot be changed latter. What is row chaining? /n circ mstances, all of the data for a row in a table may not be able to fit in the same data bloc&. .hen this occ rs, the data for the row is stored in a chain of data bloc& 'one or more) reserved for that segment. What is an e"tent? An e$tent is a specific n mber of contig o s data bloc&s, obtained in a single allocation and sed to store a specific type of information. What are the different types of segments? 1ata segment, inde$ segment, rollbac& segment and temporary segment. What is a data segment? !ach non,cl stered table has a data segment. All of the table's data is stored in the e$tents of its data segment. !ach cl ster has a data segment. The data of every table in the cl ster is stored in the cl ster's data segment. What is an inde" segment? !ach inde$ has an inde$ segment that stores all of its data. What is rollbac( segment? A database contains one or more rollbac& segments to temporarily store 5 ndo5 information. What are the uses of rollbac( segment? To generate read,consistent database information d ring database recovery and to rollbac& ncommitted transactions by the sers. What is a temporary segment? Temporary segments are created by Oracle when a S3L statement needs a temporary wor& area to complete e$ec tion. .hen the statement finishes e$ec tion, the temporary segment e$tents are released to the system for f t re se. What is a datafile? !very Oracle database has one or more physical data files. A database's data files contain all the database data. The data of logical database str ct res s ch as tables and inde$es is physically stored in the data files allocated for a database.

What are the characteristics of data files? A data file can be associated with only one database. Once created a data file can't change si6e. One or more data files form a logical nit of database storage called a tablespace. What is a redo log? The set of redo log files for a database is collectively &nown as the database redo log. What is the function of redo log? The primary f nction of the redo log is to record all changes made to data. What is the use of redo log information? The information in a redo log file is sed only to recover the database from a system or media fail re prevents database data from being written to a database's data files. What does a control file contains? , 1atabase name , 2ames and locations of a database's files and redolog files. , Time stamp of database creation. What is the use of control file? .hen an instance of an Oracle database is started, its control file is sed to identify the database and redo log files that m st be opened for database operation to proceed. /t is also sed in database recovery. Is it possible to split the print reviewer into more than one region? "es Is it possible to center an ob$ect hori4ontally in a repeating frame that has a variable hori4ontal si4e? "es ,or a field in a repeating frame# can the source come from the column which does not e"ist in the data group which forms the base for the frame? "es %an a field be used in a report without it appearing in any data group? "es The $oin defined by the default data lin( is an outer $oin yes or no? "es %an a formula column referred to columns in higher group? "es %an a formula column be obtained through a select statement? "es

Is it possible to insert comments into s2l statements return in the data model editor? "es Is it possible to disable the parameter from while running the report? "es When a form is invo(ed with call7form# .oes oracle forms issues a save point? "es "plain the difference between a hot bac(up and a cold bac(up and the benefits associated with each; A hot bac& p is basically ta&ing a bac& p of the database while it is still p and r nning and it m st be in archive log mode. A cold bac& p is ta&ing a bac& p of the database while it is sh t down and does not re% ire being in archive log mode. The benefit of ta&ing a hot bac& p is that the database is still available for se while the bac& p is occ rring and yo can recover the database to any point in time. The benefit of ta&ing a cold bac& p is that it is typically easier to administer the bac& p and recovery process. /n addition, since yo are ta&ing cold bac& ps the database does not re% ire being in archive log mode and th s there will be a slight performance gain as the database is not c tting archive logs to dis&. You have $ust had to restore from bac(up and do not have any control files; 3ow would you go about bringing up this database? / wo ld create a te$t based bac& p control file, stip lating where on dis& all the data files where and then iss e the recover command with the sing bac& p control file cla se. 3ow do you switch from an init;ora file to a spfile? /ss e the create spfile from pfile command. "plain the difference between a data bloc(# an e"tent and a segment; A data bloc& is the smallest nit of logical storage for a database object. As objects grow they ta&e ch n&s of additional storage that are composed of contig o s data bloc&s. These gro pings of contig o s data bloc&s are called e$tents. All the e$tents that an object ta&es when gro ped together are considered the segment of the database object. /ive two e"amples of how you might determine the structure of the table . &T; Use the describe command or se the dbms:metadata.get:ddl pac&age. Where would you loo( for errors from the database engine? /n the alert log. %ompare and contrast T*50%AT and . + T for a table; +oth the tr ncate and delete command have the desired o tcome of getting rid of all the rows in a table. The difference between the two is that the tr ncate command is a 11L operation and j st moves the high water mar& and prod ces a now rollbac&. The delete

command, on the other hand, is a 1#L operation, which will prod ce a rollbac& and th s ta&e longer to complete. /ive the reasoning behind using an inde"; @aster access to data bloc&s in a table. /ive the two types of tables involved in producing a star schema and the type of data they hold; @act tables and dimension tables. A fact table contains meas rements while dimension tables will contain data that will help describe the fact tables. What type of inde" should you use on a fact table? A +itmap inde$. /ive two e"amples of referential integrity constraints; A primary &ey and a foreign &ey. A table is classified as a parent table and you want to drop and re)create it; 3ow would you do this without affecting the children tables? 1isable the foreign &ey constraint to the parent, drop the table, re,create the table, enable the foreign &ey constraint. "plain the difference between A*%3I- +O/ mode and 0OA*%3I- +O/ mode and the benefits and disadvantages to each; A-(4/0!LO; mode is a mode that yo can p t the database in for creating a bac& p of all transactions that have occ rred in the database so that yo can recover to any point in time. 2OA-(4/0!LO; mode is basically the absence of A-(4/0!LO; mode and has the disadvantage of not being able to recover to any point in time. 2OA-(4/0!LO; mode does have the advantage of not having to write transactions to an archive log and th s increases the performance of the database slightly. What command would you use to create a bac(up control file? Alter database bac& p control file to trace. /ive the stages of instance startup to a usable state where normal users may access it; STA-TU* 2O#OU2T , /nstance start p STA-TU* #OU2T , The database is mo nted STA-TU* O*!2 , The database is opened What column differentiates the -= views to the /-= views and how? The /2ST:/1 col mn which indicates the instance in a -A( environment the information came from. 3ow would you go about generating an C&+AI0 plan? (reate a plan table with tl$plan.s%l.

Use the e$plain plan set statement:id A 'tstC' into plan:table for a S3L statement Loo& at the e$plain plan with tl$plp.s%l or tl$pls.s%l 3ow would you go about increasing the buffer cache hit ratio? Use the b ffer cache advisory over a given wor&load and then % ery the v<db:cache:advice table. /f a change was necessary then / wo ld se the alter system set db:cache:si6e command. "plain an O*A)AEBBB "o get this error when yo get a snapshot too old within rollbac&. /t can s ally be solved by increasing the ndo retention or increasing the si6e of rollbac&s. "o sho ld also loo& at the logic involved in the application getting the error message. "plain the difference between =O*A%+ 73O! and =O*A%+ 7'AS ; O-A(L!:+AS! is the root directory for oracle. O-A(L!:4O#! located beneath O-A(L!:+AS! is where the oracle prod cts reside. 3ow would you determine the time 4one under which a database was operating? select 1+T/#!9O2! from d alD "plain the use of setting /+O'A+70A! S e2ual to T*5 ; Setting ;LO+AL:2A#!S dictates how yo might connect to a database. This variable is either T-U! or @ALS! and if it is set to T-U! it enforces database lin&s to have the same name as the remote database to which they are lin&ing. What command would you use to encrypt a &+>SQ+ application? .-A* "plain the difference between a ,50%TIO0# &*O% .5* and &A%1A/ ; A f nction and proced re are the same in that they are intended to be a collection of *L=S3L code that carries a single tas&. .hile a proced re does not have to ret rn any val es to the calling application, a f nction will ret rn a single val e. A pac&age on the other hand is a collection of f nctions and proced res that are gro ped together based on their commonality to a b siness f nction or application. "plain the use of table functions; Table f nctions are designed to ret rn a set of rows thro gh *L=S3L logic b t are intended to be sed as a normal table or view in a S3L statement. They are also sed to pipeline information in an !TL process. 0ame three advisory statistics you can collect; + ffer (ache Advice, Segment Level Statistics, T Timed Statistics Where in the Oracle directory tree structure are audit traces placed? /n ni$ <O-A(L!:4O#!=rdbms=a dit, in .indows the event viewer

"plain materiali4ed views and how they are used; #ateriali6ed views are objects that are red ced sets of information that have been s mmari6ed, gro ped, or aggregated from base tables. They are typically sed in data wareho se or decision s pport systems. When a user process fails# what bac(ground process cleans up after it? *#O2 What bac(ground process refreshes materiali4ed views? The Pob 3 e e *rocesses. 3ow would you determine what sessions are connected and what resources they are waiting for? Use of 0<S!SS/O2 and 0<S!SS/O2:.A/T .escribe what redo logs are; -edo logs are logical and physical str ct res that are designed to hold all the changes made to a database and are intended to aid in the recovery of a database. 3ow would you force a log switch? ALT!- S"ST!# S./T(4 LO;@/L!D /ive two methods you could use to determine what ..+ changes have been made; "o co ld se Logminer or Streams What does coalescing a tablespace do? (oalescing is only valid for dictionary,managed tablespaces and de,fragments space by combining neighboring free e$tents into large single e$tents. What is the difference between a T !&O*A*Y tablespace and a & *!A0 0T tablespace? A temporary tablespace is sed for temporary objects s ch as sort str ct res while permanent tablespaces are sed to store those objects meant to be sed as the tr e objects of the database. 0ame a tablespace automatically created when you create a database; The S"ST!# tablespace. When creating a user# what permissions must you grant to allow them to connect to the database? ;rant the (O22!(T to the ser. 3ow do you add a data file to a tablespace ALT!- TA+L!S*A(! Ztablespace:nameI A11 1ATA@/L! Zdatafile:nameI S/9!

3ow do you resi4e a data file? ALT!- 1ATA+AS! 1ATA@/L! Zdatafile:nameI -!S/9! Znew:si6eID What view would you use to loo( at the si4e of a data file? 1+A:1ATA:@/L!S What view would you use to determine free space in a tablespace? 1+A:@-!!:S*A(! 3ow would you determine who has added a row to a table? T rn on fine grain a diting for the table. 3ow can you rebuild an inde"? ALT!- /21!O Zinde$:nameI -!+U/L1D "plain what partitioning is and what its benefit is; *artitioning is a method of ta&ing large tables and inde$es and splitting them into smaller, more manageable pieces. You have $ust compiled a &+>SQ+ pac(age but got errors# how would you view the errors? S4O. !--O-S 3ow can you gather statistics on a table? The A2AL"9! command. 3ow can you enable a trace for a session? Use the 1+#S:S!SS/O2.S!T:S3L:T-A(! or Use ALT!- S!SS/O2 S!T S3L:T-A(! A T-U!D What is the difference between the SQ+?+oader and I!&O*T utilities? These two Oracle tilities are sed for loading data into the database. The difference is that the import tility relies on the data being prod ced by another Oracle tility !O*O-T while the S3LNLoader tility allows data to be loaded that has been prod ced by other tilities from different data so rces j st so long as it conforms to AS(// formatted or delimited files. 0ame two files used for networ( connection to a database; T2S2A#!S.O-A and S3L2!T.O-A What is the function of Optimi4er ? The goal of the optimi6er is to choose the most efficient way to e$ec te a S3L statement. What is "ecution &lan ? The combinations of the steps the optimi6er chooses to e$ec te a statement is called an e$ec tion plan.

%an one resi4e tablespaces and data files? 9for .'A: One can man ally increase or decrease the si6e of a datafile from Oracle H.E sing the command. ALT!- 1ATA+AS! 1ATA@/L! 'filenameE' -!S/9! CBB#D +eca se yo can change the si6es of datafiles, yo can add more space to yo r database witho t adding more datafiles. This is beneficial if yo are concerned abo t reaching the ma$im m n mber of datafiles allowed in yo r database. #an ally red cing the si6es of datafiles allows yo to reclaim n sed space in the database. This is sef l for correcting errors in estimations of space re% irements. Also, datafiles can be allowed to a tomatically e$tend if more space is re% ired. Loo& at the following command? (-!AT! TA+L!S*A(! pcs:data:ts 1ATA@/L! 'c?Yora:appsYpcsYpcsdataC.dbf' S/9! F# AUTO!OT!21 O2 2!OT C# #AOS/9! U2L/#/T!1 1!@AULT STO-A;! '/2/T/AL CBEKB 2!OT CBEKB #/2!OT!2TS C #AO!OT!2TS U2L/#/T!1 *(T/2(-!AS! B) O2L/2! *!-#A2!2TD What is SA- &OI0T ? @or long transactions that contain many S3L statements, intermediate mar&ers or savepoints can be declared which can be sed to divide a transaction into smaller parts. This allows the option of later rolling bac& all wor& performed from the c rrent point in the transaction to a declared savepoint within the transaction. What are the values that can be specified for O&TI!I8 * !O. &arameter ? (OST and -UL!. %an one rename a tablespace? 9for .'A: 2o, this is listed as !nhancement -e% est CKGHKE. .or&aro nd? !$port all of the objects from the tablespace 1rop the tablespace incl ding contents -ecreate the tablespace /mport the objects What is *5+ )based approach to optimi4ation ? (hoosing an e$ec ting planbased on the access paths available and the ran&s of these access paths. What are the values that can be specified for O&TI!I8 *7/OA+ parameter of the A+T * S SSIO0 %ommand ? (4OOS!,ALL:-O.S,@/-ST:-O.S and -UL!.

3ow does one create a standby database? 9for .'A: .hile yo r prod ction database is r nning, ta&e an 'image copy) bac& p and restore it on d plicate hardware. 2ote that an e$port will not wor&UUU On yo r standby database, iss e the following commands? ALT!- 1ATA+AS! (-!AT! STA21+" (O2T-OL@/L! AS 'filename'D ALT!- 1ATA+AS! #OU2T STA21+" 1ATA+AS!D -!(O0!- STA21+" 1ATA+AS!D On systems prior to Oracle Gi, write a job to copy archived redo log files from the primary database to the standby system, and apply the redo log files to the standby database 'pipe it). -emember the database is recovering and will prompt yo for the ne$t log file to apply. Oracle Gi onwards provide an 5A tomated Standby 1atabase5 feat re, which will send archived, log files to the remote site via 2!TG, and apply then to the standby database. .hen one needs to activate the standby database, stop the recovery process and activate it? ALT!- 1ATA+AS! A(T/0AT! STA21+" 1ATA+AS!D 3ow does one give developers access to trace files 9re2uired as input to t(prof:? 9for .'A: The 5alter session set s%l:traceAtr e5 command generates trace files in US!-:1U#*:1!ST that can be sed by developers as inp t to t&prof. On Uni$ the defa lt file mas& for these files are 5rw$ r,, ,,,5. There is an ndoc mented /2/T.O-A parameter that will allow everyone to read 'rw$ r, r,,) these trace files? :trace:files:p blic A tr e /ncl de this in yo r /2/T.O-A file and bo nce yo r database for it to ta&e effect. What are the responsibilities of a .atabase Administrator ? /nstalling and pgrading the Oracle Server and application tools. Allocating system storage and planning f t re storage re% irements for the database system. #anaging primary database str ct res 'tablespaces) #anaging primary objects 'table,views,inde$es) !nrolling sers and maintaining system sec rity. !ns ring compliance with Oralce license agreement (ontrolling and monitoring ser access to the database. #onitoring and optimi6ing the performance of the database. *lanning for bac& p and recovery of database information. #aintain archived data on tape +ac&ing p and restoring the database. (ontacting Oracle (orporation for technical s pport. What is a trace file and how is it created ? !ach server and bac&gro nd process can write an associated trace file. .hen an internal error is detected by a process or ser process, it d mps information abo t the error to its trace. This can be sed for t ning the database. What are the roles and user accounts created automatically with the database? 1+A , role (ontains all database system privileges. S"S ser acco nt , The 1+A role will be assigned to this acco nt. All of the base tables and views for the database's dictionary are store in this schema and are manip lated only

by O-A(L!. S"ST!# ser acco nt , /t has all the system privileges for the database and additional tables and views that display administrative information and internal tables and views sed by oracle tools are created sing this sername. What are the minimum parameters should e"ist in the parameter file 9init;ora: ? 1+ 2A#! , # st set to a te$t string of no more than G characters and it will be stored inside the datafiles, redo log files and control files and control file while database creation. 1+:1O#A/2 , /t is string that specifies the networ& domain where the database is created. The global database name is identified by setting these parameters '1+:2A#! T 1+:1O#A/2) (O2TO-L @/L!S , List of control filenames of the database. /f name is not mentioned then defa lt name will be sed. 1+:+LO(8:+U@@!-S , To determine the no of b ffers in the b ffer cache in S;A. *-O(!SS!S , To determine n mber of operating system processes that can be connected to O-A(L! conc rrently. The val e sho ld be L 'bac&gro nd process) and additional C for each ser. -OLL+A(8:S!;#!2TS , List of rollbac& segments an O-A(L! instance ac% ires at database start p. Also optionally L/(!2S!:#AO:S!SS/O2S,L/(!2S!:S!SS/O2:.A-2/2; and L/(!2S!:#AO:US!-S. Why and when should I bac(up my database? 9for .'A: +ac& p and recovery is one of the most important aspects of a 1+As job. /f yo lose yo r company's data, yo co ld very well lose yo r job. 4ardware and software can always be replaced, b t yo r data may be irreplaceableU 2ormally one wo ld sched le a hierarchy of daily, wee&ly and monthly bac& ps, however cons lt with yo r sers before deciding on a bac& p sched le. +ac& p fre% ency normally depends on the following factors? . -ate of data change= transaction rate . 1atabase availability= (an yo sh tdown for cold bac& psX . (riticality of the data= 0al e of the data to the company . -ead,only tablespace needs bac&ing p j st once right after yo ma&e it read,only . /f yo are r nning in archivelog mode yo can bac& p parts of a database over an e$tended cycle of days . /f archive logging is enabled one needs to bac& p archived log files timeo sly to prevent database free6es . !tc. (aref lly plan bac& p retention periods. !ns re eno gh bac& p media 'tapes) are available and that old bac& ps are e$pired in,time to ma&e media available for new bac& ps. Off,site va lting is also highly recommended. @re% ently test yo r ability to recover and doc ment all possible scenarios. -emember, it's the little things that will get yo . #ost failed recoveries are a res lt of organi6ational errors and miscomm nications. What strategies are available for bac(ing)up an Oracle database? 9for .'A: The following methods are valid for bac&ing, p an Oracle database?

!$port=/mport , !$ports are 5logical5 database bac& ps in that they e$tract logical definitions and data from the database to a file. (old or Off,line +ac& ps , Sh t the database down and bac& p p ALL data, log, and control files. 4ot or On,line +ac& ps , /f the databases are available and in A-(4/0!LO; mode, set the tablespaces into bac& p mode and bac& p their files. Also remember to bac& p the control files and archived redo log files. -#A2 +ac& ps , .hile the database is off,line or on,line, se the 5rman5 tility to bac& p the database. /t is advisable to se more than one of these methods to bac& p yo r database. @or e$ample, if yo choose to do on,line database bac& ps, also cover yo rself by doing database e$ports. Also test ALL bac& p and recovery scenarios caref lly. /t is better to be save than sorry. -egardless of yo r strategy, also remember to bac& p all re% ired software libraries, parameter files, password files, etc. /f yo r database is in A-(;/0!LO; mode, yo also need to bac& p archived log files. What is the difference between online and offline bac(ups? 9for .'A: A hot bac& p is a bac& p performed while the database is online and available for read=write. !$cept for Oracle e$ports, one can only do on,line bac& ps when r nning in A-(4/0!LO; mode. A cold bac& p is a bac& p performed while the database is off,line and navailable to its sers. What is the difference between restoring and recovering? 9for .'A: -estoring involves copying bac& p files from secondary storage 'bac& p media) to dis&. This can be done to replace damaged files or to copy=move a database to a new location. -ecovery is the process of applying redo logs to the database to roll it forward. One can roll,forward ntil a specific point,in,time 'before the disaster occ rred), or roll,forward ntil the last transaction recorded in the log files. S%lI connect S"S as S"S1+A S%lI -!(O0!- 1ATA+AS! U2T/L T/#! 'EBBC,BF,BM?CM?BB?BB' US/2; +A(8U* (O2T-OL@/L!D 3ow does one bac(up a database using the e"port utility? 9for .'A: Oracle e$ports are 5logical5 database bac& ps 'not physical) as they e$tract data and logical definitions from the database into a file. Other bac& p strategies normally bac&, p the physical data files. One of the advantages of e$ports is that one can selectively re,import tables, however one cannot roll,forward from an restored e$port file. To completely restore a database from an e$port file one practically needs to recreate the entire database. Always do f ll system level e$ports '@ULLA"!S). @ ll e$ports incl de more information abo t the database in the e$port file than ser level e$ports. What are the built7ins used the display the +O-? Show:lov List:val es

3ow do you call other Oracle &roducts from Oracle ,orms? - n:prod ct is a b ilt,in, Used to invo&e one of the s pported oracle tools prod cts and specifies the name of the doc ment or mod le to be r n. /f the called prod ct is navailable at the time of the call, Oracle @orms ret rns a message to the operator. What is the main diff; bet; *eports @;A D *eports @;B? -eport E.L is object oriented. What are the 'uilt)ins to display the user)named editor? A ser named editor can be displayed programmatically with the b ilt in proced re S4O.,!1/TO-, !1/T:T!T/T!# independent of any partic lar te$t item. 3ow many number of columns a record group can have? A record gro p can have an nlimited n mber of col mns of type (4A-, LO2;, 2U#+!-, or 1AT! provided that the total n mber of col mn does not e$ceed MK8. What is a Query *ecord /roup? A % ery record gro p is a record gro p that has an associated S!L!(T statement. The col mns in a % ery record gro p derive their defa lt names, data types, had lengths from the database col mns referenced in the S!L!(T statement. The records in % ery record gro p are the rows retrieved by the % ery associated with that record gro p. What does the term panel refer to with regard to pages? A panel is the no. of physical pages needed to print one logical page. What is a master detail relationship? A master detail relationship is an association between two base table bloc&s, a master bloc& and a detail bloc&. The relationship between the bloc&s reflects a primary &ey to foreign &ey relationship between the tables on which the bloc&s are based. What is a library? A library is a collection of s bprograms incl ding ser named proced res, f nctions and pac&ages. What is an anchoring ob$ect D what is its use? What are the various sub events a mouse double clic( event involves? An anchoring object is a print condition object which sed to e$plicitly or implicitly anchor other objects to itself. 5se the add7group7column function to add a column to record group that was created at a design time? @alse What are the various sub events a mouse double clic( event involves? What are the various sub events a mouse double clic( event involves?

1o ble clic&ing the mo se consists of the mo se down, mo se p, mo se clic&, mo se down T mo se p events. What is the use of brea( group? What are the various sub events a mouse double clic( event involves? A brea& gro p is sed to display one record for one gro p ones. .hile m ltiple related records in other gro p can be displayed. What tuning indicators can one use? 9for .'A: The following high,level t ning indicators can be sed to establish if a database is performing optimally or not? . + ffer (ache 4it -atio @orm la? 4it -atio A 'Logical -eads , *hysical -eads) = Logical -eads Action? /ncrease 1+:(A(4!:S/9! '1+:+LO(8:+U@@!-S prior to >i) to increase hit ratio . Library (ache 4it -atio Action? /ncrease the S4A-!1:*OOL:S/9! to increase hit ratio What tools>utilities does Oracle provide to assist with performance tuning? 9for .'A: Oracle provide the following tools= tilities to assist with performance monitoring and t ning? . T8*rof . UTL+STAT.S3L and UTL!STAT.S3L , +egin and end stats monitoring . Statspac& . Oracle !nterprise #anager , T ning *ac& What is STATS&A%1 and how does one use it? 9for .'A: Statspac& is a set of performance monitoring and reporting tilities provided by Oracle from OracleGi and above. Statspac& provides improved +STAT=!STAT f nctionality, tho gh the old +STAT=!STAT scripts are still available. @or more information abo t STATS*A(8, read the doc mentation in file <O-A(L!:4O#!=rdbms=admin=spdoc.t$t. /nstall Statspac&? cd <O-A(L!:4O#!=rdbms=admin s%lpl s 5= as sysdba5 ]spdrop.s%l ,, /nstall Statspac& , s%lpl s 5= as sysdba5 ]spcreate.s%l,, !nter tablespace names when prompted Use Statspac&? s%lpl s perfstat=perfstat e$ec statspac&.snapD ,, Ta&e a performance snapshots e$ec statspac&.snapD o ;et a list of snapshots select S2A*:/1, S2A*:T/#! from STATS<S2A*S4OTD ]spreport.s%l ,, !nter two snapshot id's for difference report Other Statspac& Scripts? . spp rge.s%l , * rge a range of Snapshot /d's between the specified begin and end Snap

/d's . spa to.s%l , Sched le a dbms:job to a tomate the collection of STAT*A(8 statistics . spcreate.s%l , /nstalls the STATS*A(8 ser, tables and pac&age on a database '- n as S"S). . spdrop.s%l , 1einstall STATS*A(8 from database '- n as S"S) . spp rge.s%l , 1elete a range of Snapshot /d's from the database . spreport.s%l , -eport on differences between val es recorded in two snapshots . sptr nc.s%l , Tr ncates all data in Statspac& tables What are the common *!A0 errors 9with solutions:? 9for .'A: Some of the common -#A2 errors are? -#A2,EBEKE? Specification does not match any archivelog in the recovery catalog. Add to -#A2 script? s%l 'alter system archive log c rrent'D -#A2,BMBG>? archived log $y6 not fo nd or o t of sync with catalog !$ec te from -#A2? change archivelog all validateD 3ow can you e"ecute the user defined triggers in forms H;A ? !$ec te Trigger 'trigger,name) What *AS pac(age procedure does ? !rase removes an indicated global variable. What is the difference between 0A! 7I0 and %O&Y ? (opy is pac&age proced re and writes val es into a field. 2ame in is a pac&age f nction and ret rns the contents of the variable to which yo apply. What pac(age procedure is used for calling another form ? (all '!.g. (all'formname) When the form is running in . '5/ mode# If you want to e"amine the values of global variables and other form variables# What pac(age procedure command you would use in your trigger te"t ? +rea&. S"ST!# 0A-/A+L!S The value recorded in system;last7record variable is of type a; 0umber b; 'oolean c; %haracter; ? b. +oolean. What is mean by &rogram /lobal Area 9&/A: ? /t is area in memory that is sed by a Single Oracle User *rocess.

What is hit ratio ? /t is a meas re of well the data cache b ffer is handling re% ests for data. 4it -atio A 'Logical -eads , *hysical -eads , 4its #isses)= Logical -eads. 3ow do u implement the If statement in the Select Statement .e can implement the if statement in the select statement by sing the 1ecode statement. e.g. select 1!(O1! '!#*:(AT,'C','@irst','E','Second'2 ll)D 4ere the 2 ll is the else statement where n ll is done . 3ow many types of "ceptions are there There are E types of e$ceptions. They are a) System !$ceptions e.g. .hen no:data:fo nd, .hen too:many:rows b) User 1efined !$ceptions e.g. #y:e$ception e$ception .hen #y:e$ception then What are the inline and the precompiler directives The inline and precompiler directives detect the val es directly 3ow do you use the same lov for @ columns .e can se the same lov for E col mns by passing the ret rn val es in global val es and sing the global val es in the code 3ow many minimum groups are re2uired for a matri" report The minim m n mber of gro ps in matri$ report are K What is the difference between static and dynamic lov The static lov contains the predetermined val es while the dynamic lov contains val es that come at r n time 3ow does one manage Oracle database users? 9for .'A: Oracle ser acco nts can be loc&ed, nloc&ed, forced to choose new passwords, etc. @or e$ample, all acco nts e$cept S"S and S"ST!# will be loc&ed after creating an Oracle>i1+ database sing the 1+ (onfig ration Assistant 'dbca). 1+A's m st nloc& these acco nts to ma&e them available to sers. Loo& at these e$amples? ALT!- US!- scott A((OU2T LO(8 ,, loc& a ser acco nt ALT!- US!- scott A((OU2T U2LO(8D ,, nloc&s a loc&ed sers acco nt ALT!- US!- scott *ASS.O-1 !O*/-!D ,, @orce ser to choose a new password What is the difference between .',ile Se2uential and Scattered *eads?9for .'A: +oth 5db file se% ential read5 and 5db file scattered read5 events signify time waited for /=O read re% ests to complete. Time is reported in CBB's of a second for Oracle Gi releases and below, and CBBB's of a second for Oracle >i and above. #ost people conf se these events with each other as they thin& of how data is read from dis&. /nstead they sho ld

thin& of how data is read into the S;A b ffer cache. db file se% ential read? A se% ential read operation reads data into contig o s memory ' s ally a single,bloc& read with pFAC, b t can be m ltiple bloc&s). Single bloc& /=Os are s ally the res lt of sing inde$es. This event is also sed for reb ilding the control file and reading data file headers '*EAC). /n general, this event is indicative of dis& contention on inde$ reads. db file scattered read? Similar to db file se% ential reads, e$cept that the session is reading m ltiple data bloc&s and scatters them into different discontin o s b ffers in the S;A. This statistic is 2O-#ALL" indicating dis& contention on f ll table scans. -arely, data from f ll table scans co ld be fitted into a contig o s b ffer area, these waits wo ld then show p as se% ential reads instead of scattered reads. The following % ery shows average wait time for se% ential vers s scattered reads? prompt 5A0!-A;! .A/T T/#! @O- -!A1 -!3U!STS5 select a.average:wait 5S!3 -!A15, b.average:wait 5S(AT -!A15 from sys.v:<system:event a, sys.v:<system:event b where a.event A 'db file se% ential read' and b.event A 'db file scattered read'D What is the use of &A*,I+ option in C& command ? 2ame of the parameter file to be passed for e$port. What is the use of TA'+ S option in C& command ? List of tables sho ld be e$ported.6e) What is the O&TI!A+ parameter? /t is sed to set the optimal length of a rollbac& segment. 3ow does one use O*A. '5/ from Server !anager> SQ+?&lus? 9for .'A: !$ec te the 5O-A1!+U; 4!L*5 command from svrmgrl or s%lpl s to obtain a list of valid O-A1!+U; commands. Loo& at these e$amples? S3L*LUSI -!# Trace S3L statements with bind variables S3L*LUSI oradeb g setospid CBCEC Oracle pid? >C, Uni$ process pid? CBCEC, image? oracleorcl S3L*LUSI oradeb g !0!2T CBBKM trace name conte$t forever, level CE Statement processed. S3L*LUSI U vi =app=oracle=admin=orcl=bd mp=ora:CBCEC.trc S3L*LUSI -!# Trace *rocess Statistics S3L*LUSI oradeb g setorapid E Uni$ process pid? CKFM, image? ora:pmon:orcl S3L*LUSI oradeb g procstat Statement processed. S3L*LUSII oradeb g T-A(!@/L!:2A#! =app=oracle=admin=orcl=bd mp=pmon:CKFM.trc S3L*LUSI -!# List semaphores and shared memory segments in se S3L*LUSI oradeb g ipc

S3L*LUSI -!# 1 mp !rror Stac& S3L*LUSI oradeb g setospid ZpidI S3L*LUSI oradeb g event immediate trace name errorstac& level F S3L*LUSI -!# 1 mp *arallel Server 1L# loc&s S3L*LUSI oradeb g l&deb g ,a convloc& S3L*LUSI oradeb g l&deb g ,a convres S3L*LUSI oradeb g l&deb g ,r Zreso rce handleI 'i.e B$GBMMdFFG from convres d mp) Are there any undocumented commands in Oracle? 9for .'A: S re there are, b t it is hard to find them. Loo& at these e$amples? @rom Server #anager 'OracleH.F and above)? O-A1!+U; 4!L* /t loo&s li&e one can change memory locations with the O-A1!+U; *O8! command. Anyone brave eno gh to test this one for sX *revio sly this f nctionality was available with O-A1+O 'ls ,l <O-A(L!:4O#!=rdbms=lib=oradb$.oD ma&e ,f oracle.m& oradb$) S3LN*l s? ALT!- S!SS/O2 S!T (U--!2T:S(4!#A A S"S If the ma"imum record retrieved property of the 2uery is set to EA then a summary value will be calculated? Only for CB records. What are the different ob$ects that you cannot copy or reference in ob$ect groups? Objects of different mod les Another object gro ps /ndivid al bloc& dependent items *rogram nits. What is an O+ ? Object Lin&ing T !mbedding provides yo with the capability to integrate objects from many #s,.indows applications into a single compo nd doc ment creating integrated applications enables yo to se the feat res form . %an a repeating frame be created without a data group as a base? 2o Is it possible to set a filter condition in a cross product group in matri" reports? 2o What is Overloading of procedures ? The Same proced re name is repeated with parameters of different datatypes and parameters in different positions, varying n mber of parameters is called overloading of proced res. e.g. 1+#S:OUT*UT p t:line

What are the return values of functions SQ+%O. and SQ+ **! ? What is &ragma C %&TIO07I0IT ? "plain the usage ? S3L(O1! ret rns the latest code of the error that has occ rred. S3L!--# ret rns the relevant error message of the S3L(O1!. What are the datatypes a available in &+>SQ+ ? Some scalar data types s ch as 2U#+!-, 0A-(4A-E, 1AT!, (4A-, LO2;, +OOL!A2. Some composite data types s ch as -!(O-1 T TA+L!. What are the two parts of a procedure ? *roced re Specification and *roced re +ody. What is the basic structure of &+>SQ+ ? *L=S3L ses bloc& str ct re as its basic str ct re. Anonymo s bloc&s or nested bloc&s can be sed in *L=S3L What is &+>SQ+ table ? Objects of type TA+L! are called 5*L=S3L tables5, which are modeled as 'b t not the same as) database tables, *L=S3L tables se a primary *L=S3L tables can have one col mn and a primary &ey. ( rsors W3AT IS *!A0 ? 9for .'A: -ecovery #anager is a tool that? manages the process of creating bac& ps and also manages the process of restoring and recovering from them. W3Y 5S *!A0 ? 9for .'A: 2o e$tra costs ^/ts available free X-#A2 introd ced in Oracle G it has become simpler with newer versions and easier than ser managed bac& ps X*roper sec rity X"o are CBBR s re yo r database has been bac&ed p. X/ts contains detail of the bac& ps ta&en etc in its central repository @acility for testing validity of bac& ps also commands li&e crosschec& to chec& the stat s of bac& p. @aster bac& ps and restores compared to bac& ps witho t -#A2 -#A2 is the only bac& p tool which s pports incremental bac& ps. Oracle CBg has got f rther optimi6ed incremental bac& p which has res lted in improvement of performance d ring bac& p and recovery time *arallel operations are s pported +etter % erying facility for &nowing different details of bac& p 2o e$tra redo generated when bac& p is ta&en..compared to online bac& p witho t -#A2 which res lts in saving of space in hard dis& -#A2 an intelligent tool #aintains repository of bac& p metadata -emembers bac& p set location 8nows what need to bac&ed p

8nows what is re% ired for recovery 8nows what bac& ps are red ndant 50. *STA0.I0/ T3 *!A0 A*%3IT %T5* An oracle -#A2 comprises of -#A2 !O!(UTA+L! This co ld be present and fired even thro gh client side TA-;!T 1ATA+AS! This is the database which needs to be bac&ed p . -!(O0!-" (ATALO; -ecovery catalog is optional otherwise bac& p details are stored in target database controlfile . /t is a repository of information % eried and pdated by -ecovery #anager /t is a schema or ser stored in Oracle database. One schema can s pport many databases /t contains information abo t physical schema of target database datafile and archive log ,bac& p sets and pieces -ecovery catalog is a m st in following scenarios . /n order to store scripts . @or tablespace point in time recovery #edia #anagement Software #edia #anagement software is a m st if yo are sing -#A2 for storing bac& p in tape drive directly. +ac& ps in -#A2 Oracle bac& ps in -#A2 are of the following type -#A2 complete bac& p O- -#A2 incremental bac& p These bac& ps are of -#A2 proprietary nat re /#A;! (O*" The advantage of ing /mage copy is its not in -#A2 proprietary format.. +ac& p @ormat -#A2 bac& p is not in oracle format b t in -#A2 format. Oracle bac& p comprises of bac& p sets and it consists of bac& p pieces. +ac& p sets are logical entity /n oracle >i it gets stored in a defa lt location There are two type of bac& p sets 1atafile bac& p sets, Archivelog bac& p sets One more important point of data file bac& p sets is it do not incl de empty bloc&s. A bac& p set wo ld contain many bac& p pieces. A single bac& p piece consists of physical files which are in -#A2 proprietary format. !$ample of ta&ing bac& p sing -#A2 Ta&ing -#A2 +ac& p /n non archive mode in dos prompt type -#A2 "o get the -#A2 prompt -#A2 I (onnect Target (onnect to target database ? #agic sing target database controlfile instead of recovery catalog Lets ta&e a simple bac& p of database in non archive mode

sh tdown immediate D , , Sh tdowns the database start p mo nt bac& p database D, its start bac&ing the database alter database openD .e can fire the same command in archive log mode And whole of datafiles will be bac&ed +ac& p database pl s archivelogD -estoring database -estoring database has been made very simple in >i . /t is j st -estore database.. -#A2 has become intelligent to identify which datafiles has to be restored and the location of bac& ped p file. Oracle !nhancement for -#A2 in CB ; @lash -ecovery Area -ight now the price of hard dis& is falling. #any dba are ta&ing oracle database bac& p inside the hard dis& itself since it res lts in lesser mean time between recoverability. The new parameter introd ced is 1+:-!(O0!-":@/L!:1!ST A =oracle=flash:recovery:area +y config ring the -#A2 -!T!2T/O2 *OL/(" the flash recovery area will a tomatically delete obsolete bac& ps and archive logs that are no longer re% ired based on that config ration Oracle has introd ced new feat res in incremental bac& p (hange Trac&ing @ile Oracle CBg has the facility to deliver faster incrementals with the implementation of changed trac&ing file feat re.This will res lts in faster bac& ps lesser space cons mption and also red ces the time needed for daily bac& ps /ncrementally Updated +ac& ps Oracle database CBg /ncrementally Updates +ac& p feat res merges the image copy of a datafile with -#A2 incremental bac& p. The res lting image copy is now pdated with bloc& changes capt red by incremental bac& ps.The merging of the image copy and incremental bac& p is initiated with -#A2 recover command. This res lts in faster recovery. +inary compression techni% e red ces bac& p space sage by LB,HLR. .ith the new 1U-AT/O2 option for the -#A2 +A(8U* command, 1+As can weigh bac& p performance against system service level re% irements. +y specifying a d ration, -#A2 will a tomatically calc late the appropriate bac& p rateD in addition, 1+As can optionally specify whether bac& ps sho ld minimi6e time or system load. 2ew @eat res in Oem to identify -#A2 related bac& p li&e bac& p pieces, bac& p sets

and image copy Oracle >i 2ew feat res *ersistent -#A2 (onfig ration A new config re command has been introd ced in Oracle >i , that lets yo config re vario s feat res incl ding a tomatic channels, parallelism ,bac& p options, etc. These a tomatic allocations and options can be overridden by commands in a -#A2 command file. (ontrolfile A to bac& ps Thro gh this new feat re -#A2 will a tomatically perform a controlfile a to bac& p. after every bac& p or copy command. +loc& #edia -ecovery /f we can restore a few bloc&s rather than an entire file we only need few bloc&s. .e even dont need to bring the data file offline. Synta$ for it as follows +loc& -ecover datafile G bloc& EED (onfig re +ac& p Optimi6ation *rior to >i whenever we bac&ed p database sing -#A2 o r bac& p also sed ta&e bac& p of read only table spaces which had already been bac&ed p and also the same with archive log too. 2ow with >i bac& p optimi6ation parameter we can prevent repeat bac& p of read only tablespace and archive log. The command for this is as follows (onfig re bac& p optimi6ation on Archive Log failover /f -#A2 cannot read a bloc& in an archived log from a destination. -#A2 a tomatically attempts to read from an alternate location this is called as archive log failover There are additional commands li&e bac& p database not bac&ed p since time 'FC,jan,EBBE CK?BB?BB' 1o not bac& p previo sly bac&ed p files 'say a previo s bac& p failed and yo want to restart from where it left off). Similar synta$ is s pported for restores bac& p device sbt bac& p set all (opy a dis& bac& p to tape 'bac&ing p a bac& p Additionally it s pports . +ac& p of server parameter file . *arallel operation s pported . !$tensive reporting available . Scripting . 1 ple$ bac& p sets . (orr pt bloc& detection . +ac& p archive logs

*itfalls of sing -#A2 *revio s to version Oracle >i bac& ps were not that easy which means yo had to allocate a channel comp lsorily to ta&e bac& p "o had to give a r n etc . The synta$ was a bit comple$ ^-#A2 has now become very simple and easy to se.. /f yo changed the location of bac& p set it is comp lsory for yo to register it sing -#A2 or while yo are trying to restore bac& p /t res lted in hanging sit ations There is no method to &now whether d ring recovery database restore is going to fail beca se of missing archive log file. (omp lsory #edia #anagement only if sing tape bac& p /ncremental bac& ps tho gh sed to cons me less space sed to be slower since it sed to read the entire database to find the changed bloc&s and also They have diffic lt time streaming the tape device. . (onsiderable improvement has been made in CBg to optimi6e the algorithm to handle changed bloc&. Observation /ntrod ced in Oracle G it has become more powerf l and simpler with newer version of Oracle > and CB g. So if yo really don't want to miss something critical please start sing -#A2. "plain 50IO0#!I05S#50IO0 A++# I0T *S %T ? /2T!-S!(T ret rns all distinct rows selected by both % eries.#/2US , ret rns all distinct rows selected by the first % ery b t not by the second.U2/O2 , ret rns all distinct rows selected by either % eryU2/O2 ALL , ret rns all rows selected by either % ery, incl ding all d plicates. Should the O ! %onsole be displayed at all times 9when there are scheduled $obs:? 9for .'A: .hen a job is s bmitted the agent will confirm the stat s of the job. .hen the stat s shows p as sched led, yo can close down the O!# console. The processing of the job is managed by the O/A 'Oracle /ntelligent Agent). The O/A maintains a .jo file in the agent's s bdirectory. .hen the console is la nched comm nication with the Agent is established and the contents of the .jo file 'binary) are reported to the console job s bsystem. 2ote that O!# will not be able to send e,mail and paging notifications when the (onsole is not started. .ifference between S5'ST* and I0ST* ? /2ST- 'StringC,StringE'n,'m)),/2ST- ret rns the position of the mth occ rrence of the string E instringC. The search begins from nth position of stringC.SU+ST- 'StringC n,m)SU+ST- ret rns a character string of si6e m in stringC, starting from nth position of stringC. What (ind of $obs can one schedule with O !? 9for .'A: O!# comes with pre,defined jobs li&e !$port, /mport, r n OS commands, r n s%l

scripts, S3LN*l s commands etc. /t also gives yo the fle$ibility of sched ling c stom jobs written with the T(L lang age. What are the pre re2uisites ? /. to modify data type of a col mn X ii. to add a col mn with 2OT 2ULL constraint X To #odify the datatype of a col mn the col mn m st be empty. to add a col mn with 2OT 2ULL constrain, the table m st be empty. 3ow does one bac(out events and $obs during maintenance slots? 9for .'A: #anagemnet and data collection activity can be s spended by imposing a blac&o t. Loo& at these e$amples? agentctl start blac&o t J +lac&o t the entrire agent agentctl stop blac&o t J -es me normal monitoring and management agentctl start blac&o t O-(L J +lac&o t database O-(L agentctl stop blac&o t O-(L J -es me normal monitoring and management agentctl start blac&o t ,s jobs ,d BB?EB J +lac&o t jobs for EB min tes What are the types of SQ+ Statement ? 1ata 1efinition Lang age ? (-!AT!,ALT!-,1-O*,T-U2(AT!,-!0O8!,2O AU1/T T (O##/T. 1ata #anip lation Lang age? /2S!-T,U*1AT!,1!L!T!,LO(8 TA+L!,!O*LA/2 *LA2 T S!L!(T.Transactional (ontrol? (O##/T T -OLL+A(8Session (ontrol? ALT!-S!SS/O2 T S!T -OL!System (ontrol ? ALT!- S"ST!#. What is the Oracle Intelligent Agent? 9for .'A: The Oracle /ntelligent Agent 'O/A) is an a tonomo s process that needs to r n on a remote node in the networ& to ma&e the node O!# manageable. The Oracle /ntelligent Agent is responsible for? . 1iscovering targets that can be managed '1atabase Servers, 2etG Listeners, etc.)D . #onitoring of events registered in !nterprise #anagerD and . !$ec ting tas&s associated with jobs s bmitted to !nterprise #anager. 3ow does one start the Oracle Intelligent Agent? 9for .'A: One needs to start an O/A 'Oracle /ntelligent Agent) process on all machines that will to be managed via O!#. @or O!# >i and above? agentctl start agent agentctl stop agent @or O!# E.C and below?

lsnrctl dbsnmp:start lsnrctl dbsnmp:stat s On .indows 2T, start the 5OracleAgent5 Service. /f the agent doesn't want to start, ens re yo r environment variables are set correctly and delete the following files before trying again? C) /n <O-A(L!:4O#!=networ&=admin? snmp:ro.ora and snmp:rw.ora. E) Also delete ALL files in <O-A(L!:4O#!=networ&=agent=. %an one write scripts to send alert messages to the console? Start the O!# console and create a new event. Select option 5!nable Unsolicited !vent5. Select test 5Unsolicited !vent5. .hen entering the parameters, enter val es similar to these? !vent 2ame? =oracle=script=myalert Object? N Severity? N #essage? N One can now write the script and invo&e the oemevent command to send alerts to the console. Loo& at this e$ample? oemevent =oracle=script=myalert 1!ST/2AT/O2 alert 5#y c stom error message5 where 1!ST/2AT/O2 is the same val e as entered in the 5#onitored 1estinations5 field when yo 've registered the event in the O!# (onsole. Where can one get more information about T%+? 9for .'A: One can write c stom event chec&ing ro tines for O!# sing the T(L 'Tool (ommand Lang age) lang age. (hec& the following sites for more information abo t T(L? . The Tcl 1eveloper Ochange , download and learn abo t T(L . OraT(L at So rceforge , 1ownload the OraT(L pac&age . Tom *oinde$ter's Tcl *age , Oratcl was originally written by Tom *oinde$ter Are there any troubleshooting tips for O !? 9for .'A: . (reate the O!# repository with a ser 'which will manage the O!#) and store it in a tablespace that does not share any data with other database sers. /t is a bad practice to create the repository with S"S and System. . /f yo are nable to la nch the console or there is a comm nication problem with the intelligent agent 'daemon). !ns re O(O files are registered. Type the following in the 1OS prompt 'the c rrent directory sho ld be <O-A(L!:4O#!Y+/2? (?YOrawin>LY+inI -egSvrFE mmd$FE.O(O (?YOrawin>LY+inI -egSvrFE vojt.O(O . /f yo have a problem starting the Oracle Agent Sol tion A? +ac& p the N.3 files and 1elete all the N.3 @iles '<Oracle:home=networ&=agent folder) +ac& p and delete S2#*:-O.ora, S2#*:-..ora, dbsnmp.ver and services.ora files '<Oracle:4ome=networ&=admin folder) Start the Oracle Agent service. Sol tion +? "o r version of /ntelligent Agent co ld be b ggy. (hec& with Oracle for any available patches. @or e$ample, the /ntelligent Agent that comes with Oracle G.B.K is b ggy.

Sometimes yo get a @ailed stat s for the job that was e$ec ted s ccessf lly. (hec& the log to see the res lts of the e$ec tion rather than relying on this stat s. What is import>e"port and why does one need it? 9for .'A: The Oracle e$port '!O*) and import '/#*) tilities are sed to perform logical database bac& p and recovery. They are also sed to move Oracle data from one machine, database or schema to another. The imp=e$p tilities se an Oracle proprietary binary file format and can th s only be sed between Oracle databases. One cannot e$port data and e$pect to import it into a non,Oracle database. @or more information on how to load and nload data from files, read the S3LNLoader @A3. The e$port=import tilities are also commonly sed to perform the following tas&s? . +ac& p and recovery 'small databases only) . -eorgani6ation of data= !liminate database fragmentation . 1etect database corr ption. !ns re that all the data can be read. . Transporting tablespaces between databases . !tc. What is a display item? 1isplay items are similar to te$t items b t store only fetched or assigned val es. Operators cannot navigate to a display item or edit the val e it contains. 3ow does one use the import>e"port utilities? 9for .'A: Loo& for the 5imp5 and 5e$p5 e$ec tables in yo r <O-A(L!:4O#!=bin directory. One can r n them interactively, sing command line parameters, or sing parameter files. Loo& at the imp=e$p parameters before starting. These parameters can be listed by e$ec ting the following commands? 5e$p helpAyes5 or 5imp helpAyes5. The following e$amples demonstrate how the imp=e$p tilities can be sed? e$p scott=tiger fileAemp.dmp logAemp.log tablesAemp rowsAyes inde$esAno e$p scott=tiger fileAemp.dmp tablesA'emp,dept) imp scott=tiger fileAemp.dmp f llAyes imp scott=tiger fileAemp.dmp from serAscott to serAscott tablesAdept e$p seridAscott=tiger]orcl parfileAe$port.t$t ... where e$port.t$t contains? +U@@!-ACBBBBB @/L!Aacco nt.dmp @ULLAn O.2!-Ascott ;-A2TSAy (O#*-!SSAy 2OT!? /f yo do not li&e command line tilities, yo can import and e$port data with the 5Schema #anager5 ;U/ that ships with Oracle !nterprise #anager 'O!#). What are the types of visual attribute settings? ( stom 0is al attrib tes 1efa lt vis al attrib tes 2amed 0is al attrib tes. .indow

%an one e"port a subset of a table? 9for .'A: @rom OracleGi one can se the 3U!-"A e$port parameter to selectively nload a s bset of the data from a table. Loo& at this e$ample? e$p scott=tiger tablesAemp % eryAY5where deptnoACBY5 What are the two ways to incorporate images into a oracle forms application? +oilerplate /mages /mage:items %an one monitor how fast a table is imported? 9for .'A: /f yo need to monitor how fast rows are imported from a r nning import job, try one of the following methods? #ethod C? select s bstr's%l:te$t,instr's%l:te$t,'/2TO 5'),FB) table:name, rows:processed, ro nd''sysdate,to:date'first:load:time,'yyyy,mm,dd hhEK?mi?ss'))NEKNMB,C) min tes, tr nc'rows:processed=''sysdate,to:date'first:load:time,'yyyy,mm,dd hhEK?mi?ss'))NEKNMB)) rows:per:min from sys.v:<s%larea where s%l:te$t li&e '/2S!-T R/2TO 5R' and command:type A E and open:versions I BD @or this to wor& one needs to be on Oracle H.F or higher 'H.E might also be O8). /f the import has more than one table, this statement will only show information abo t the c rrent table being imported. (ontrib ted by Osvaldo Ancarola, +s. As. Argentina. #ethod E? Use the @!!1+A(8An import parameter. This command will tell /#* to display a dot for every 2 rows imported. %an one import tables to a different tablespace? 9for .'A: Oracle offers no parameter to specify a different tablespace to import data into. Objects will be re,created in the tablespace they were originally e$ported from. One can alter this behavio r by following one of these proced res? *re,create the table's) in the correct tablespace? . /mport the d mp file sing the /21!O@/L!A option . !dit the inde$file. -emove remar&s and specify the correct tablespaces. . - n this inde$file against yo r database, this will create the re% ired tables in the appropriate tablespaces . /mport the table's) with the /;2O-!A" option. (hange the defa lt tablespace for the ser? . -evo&e the 5U2L/#/T!1 TA+L!S*A(!5 privilege from the ser . -evo&e the ser's % ota from the tablespace from where the object was e$ported. This forces the import tility to create tables in the ser's defa lt tablespace.

. #a&e the tablespace to which yo want to import the defa lt tablespace for the ser . /mport the table What do you mean by a bloc( in formsJ;A? +loc& is a single mechanism for gro ping related items into a f nctional nit for storing, displaying and manip lating records. 3ow is possible to restrict the user to a list of values while entering values for parameters? +y setting the -estrict To List property to tr e in the parameter property sheet. What is SQ+?+oader and what is it used for? 9for .'A: S3LNLoader is a b l& loader tility sed for moving data from e$ternal files into the Oracle database. /ts synta$ is similar to that of the 1+E Load tility, b t comes with more options. S3LNLoader s pports vario s load formats, selective loading, and m lti,table loads. 3ow does one use the SQ+?+oader utility? 9for .'A: One can load data into an Oracle database by sing the s%lldr 's%lload on some platforms) tility. /nvo&e the tility witho t arg ments to get a list of available parameters. Loo& at the following e$ample? s%lldr scott=tiger controlAloader.ctl This sample control file 'loader.ctl) will load an e$ternal data file containing delimited data? load data infile 'c?YdataYmydata.csv' into table emp fields terminated by 5,5 optionally enclosed by '5' ' empno, empname, sal, deptno ) The mydata.csv file may loo& li&e this? CBBBC,5Scott Tiger5, CBBB, KB CBBBE,5@ran& 2a de5, LBB, EB Another Sample control file with in,line data formatted as fi$ length records. The tric& is to specify 5N5 as the name of the data file, and se +!;/21ATA to start the data section in the control file. load data infile N replace into table departments ' dept position 'BE?BL) char'K), deptname position 'BG?EH) char'EB) ) begindata (OS( (O#*UT!- S(/!2(! !2;L !2;L/S4 L/T!-ATU-!

#AT4 #AT4!#AT/(S *OL" *OL/T/(AL S(/!2(! 3ow can a cross product be created? +y selecting the cross prod cts tool and drawing a new gro p s rro nding the base gro p of the cross prod cts. Is there a SQ+?5nloader to download data to a flat file? 9for .'A: Oracle does not s pply any data nload tilities. 4owever, yo can se S3LN*l s to select and format yo r data and then spool it to a file? set echo off newpage B space B pagesi6e B feed off head off trimspool on spool oradata.t$t select colC QQ ',' QQ colE QQ ',' QQ colF from tabC where colE A 'O"9'D spool off Alternatively se the UTL:@/L! *L=S3L pac&age? rem -emember to pdate initS/1.ora, tl:file:dirA'c?Yoradata' parameter declare fp tl:file.file:typeD begin fp ?A tl:file.fopen''c?Yoradata','tabC.t$t','w')D tl:file.p tf'fp, 'Rs, RsYn', 'Te$t@ield', LL)D tl:file.fclose'fp)D endD = "o might also want to investigate third party tools li&e S3L.ays from /spirer Systems, TOA1 from 3 est, or #anage/T @ast Unloader from (A to help yo nload data from Oracle. %an one load variable and fi" length data records? 9for .'A: "es, loo& at the following control file e$amples. /n the first we will load delimited data 'variable length)? LOA1 1ATA /2@/L! N /2TO TA+L! load:delimited:data @/!L1S T!-#/2AT!1 +" 5,5 O*T/O2ALL" !2(LOS!1 +" '5' T-A/L/2; 2ULL(OLS ' dataC, dataE ) +!;/21ATA CCCCC,AAAAAAAAAA EEEEE,5A,+,(,1,5 /f yo need to load positional data 'fi$ed length), loo& at the following control file e$ample?

LOA1 1ATA /2@/L! N /2TO TA+L! load:positional:data ' dataC *OS/T/O2'C?L), dataE *OS/T/O2'M?CL) ) +!;/21ATA CCCCCAAAAAAAAAA EEEEE++++++++++ (an one s&ip header records load while loadingX Use the 5S8/* n5 &eyword, where n A n mber of logical rows to s&ip. Loo& at this e$ample? LOA1 1ATA /2@/L! N /2TO TA+L! load:positional:data S8/* L ' dataC *OS/T/O2'C?L), dataE *OS/T/O2'M?CL) ) +!;/21ATA CCCCCAAAAAAAAAA EEEEE++++++++++ %an one modify data as it loads into the database? 9for .'A: 1ata can be modified as it loads into the Oracle 1atabase. 2ote that this only applies for the conventional load path and not for direct path loads. LOA1 1ATA /2@/L! N /2TO TA+L! modified:data ' rec:no 5my:db:se% ence.ne$tval5, region (O2STA2T 'FC', time:loaded 5to:char'S"S1AT!, '44EK?#/')5, dataC *OS/T/O2'C?L) 5?dataC=CBB5, dataE *OS/T/O2'M?CL) 5 pper'?dataE)5, dataF *OS/T/O2'CM?EE)5to:date'?dataF, '""##11')5 ) +!;/21ATA CCCCCAAAAAAAAAA>>CEBC EEEEE++++++++++>>BCCE LOA1 1ATA /2@/L! 'mail:orders.t$t' +A1@/L! 'bad:orders.t$t' A**!21 /2TO TA+L! mailing:list @/!L1S T!-#/2AT!1 +" 5,5 ' addr,

city, state, 6ipcode, mailing:addr 5decode'?mailing:addr, n ll, ?addr, ?mailing:addr)5, mailing:city 5decode'?mailing:city, n ll, ?city, ?mailing:city)5, mailing:state ) %an one load data into multiple tables at once? 9for .'A: Loo& at the following control file? LOA1 1ATA /2@/L! N -!*LA(! /2TO TA+L! emp .4!2 empno UA ' ' ' empno *OS/T/O2'C?K) /2T!;!- !OT!-2AL, ename *OS/T/O2'M?CL) (4A-, deptno *OS/T/O2'CH?CG) (4A-, mgr *OS/T/O2'EB?EF) /2T!;!- !OT!-2AL ) /2TO TA+L! proj .4!2 projno UA ' ' ' projno *OS/T/O2'EL?EH) /2T!;!- !OT!-2AL, empno *OS/T/O2'C?K) /2T!;!- !OT!-2AL ) What is the difference between boiler plat images and image items? +oiler plate /mages are static images '!ither vector or bit map) that yo import from the file system or database to se a graphical elements in yo r form, s ch as company logos and maps. /mage items are special types of interface controls that store and display either vector or bitmap images. Li&e other items that store val es, image items can be either base table items'items that relate directly to database col mns) or control items. The definition of an image item is stored as part of the form mod le @#+ and @#O files, b t no image file is act ally associated with an image item ntil the item is pop late at r n time. What are the triggers available in the reports? +efore report, +efore form, After form , +etween page, After report. Why is a Where clause faster than a group filter or a format trigger? +eca se, in a where cla se the condition is applied d ring data retrievalthan after retrieving the data.

%an one selectively load only the records that one need? 9for .'A: Loo& at this e$ample, 'BC) is the first character, 'FB?FH) are characters FB to FH? LOA1 1ATA /2@/L! 'mydata.dat' +A1@/L! 'mydata.bad' 1/S(A-1@/L! 'mydata.dis' A**!21 /2TO TA+L! my:selective:table .4!2 'BC) ZI '4' and 'BC) ZI 'T' and 'FB?FH) A 'C>>>CECH' ' region (O2STA2T 'FC', service:&ey *OS/T/O2'BC?CC) /2T!;!- !OT!-2AL, call:b:no *OS/T/O2'CE?E>) (4A) %an one s(ip certain columns while loading data? 9for .'A: One cannot se *OST/O2'$?y) with delimited data. L c&ily, from Oracle Gi one can specify @/LL!- col mns. @/LL!- col mns are sed to s&ip col mns=fields in the load file, ignoring fields that one does not want. Loo& at this e$ample? ,, One cannot se *OST/O2'$?y) as it is stream data, there are no positional fields,the ne$t field begins after some delimiter, not in col mn O. ,,I LOA1 1ATA T-U2(AT! /2TO TA+L! TC @/!L1S T!-#/2AT!1 +" ',' ' fieldC, fieldE @/LL!-, fieldF ) 3ow does one load multi)line records? 9for .'A: One can create one logical record from m ltiple physical records sing one of the following two cla ses? . (O2(AT!2AT!? , se when S3LNLoader sho ld combine the same n mber of physical records together to form one logical record. . (O2T/2U!/@ , se if a condition indicates that m ltiple records sho ld be treated as one. !g. by having a 'J' character in col mn C. 3ow can get SQ+?+oader to %O!!IT only at the end of the load file? 9for .'A: One cannot, b t by setting the -O.SA parameter to a large val e, committing can be red ced. #a&e s re yo have big rollbac& segments ready when yo se a high val e for -O.SA. %an one improve the performance of SQ+?+oader? 9for .'A: A very simple b t easily overloo&ed hint is not to have any inde$es and=or constraints 'primary &ey) on yo r load tables d ring the load process. This will significantly slow down load times even with -O.SA set to a high val e. Add the following option in the command line? 1/-!(TAT-U!. This will effectively bypass most of the -1+#S processing. 4owever, there are cases when yo can't se

direct load. -efer to chapter G on Oracle server Utilities man al. T rn off database logging by specifying the U2-!(O0!-A+L! option. This option can only be sed with direct data loads. - n m ltiple load jobs conc rrently. 3ow does one use SQ+?+oader to load images# sound clips and documents? 9for .'A: S3LNLoader can load data from a 5primary data file5, S1@ 'Secondary 1ata file , for loading nested tables and 0A--A"s) or LO;@/L!. The LO+@/L! method provides and easy way to load doc ments, images and a dio clips into +LO+ and (LO+ col mns. Loo& at this e$ample? ;iven the following table? (-!AT! TA+L! image:table ' image:id 2U#+!-'L), file:name 0A-(4A-E'FB), image:data +LO+)D (ontrol @ile? LOA1 1ATA /2@/L! N /2TO TA+L! image:table -!*LA(! @/!L1S T!-#/2AT!1 +" ',' ' image:id /2T!;!-'L), file:name (4A-'FB), image:data LO+@/L! 'file:name) T!-#/2AT!1 +" !O@ ) +!;/21ATA BBC,imageC.gif BBE,imageE.jpg What is the difference between the conventional and direct path loader? 9for .'A: The conventional path loader essentially loads the data by sing standard /2S!-T statements. The direct path loader '1/-!(TAT-U!) bypasses m ch of the logic involved with that, and loads directly into the Oracle data files. #ore information abo t the restrictions of direct path loading can be obtained from the Utilities Users ; ide. / 0 *A+ I0T *-I W Q5 STIO0S What are the various types of "ceptions ? User defined and *redefined !$ceptions. %an we define e"ceptions twice in same bloc( ? 2o. What is the difference between a procedure and a function ? @ nctions ret rn a single variable by val e whereas proced res do not ret rn any variable

by val e. -ather they ret rn m ltiple variables by passing variables by reference thro gh their OUT parameter. %an you have two functions with the same name in a &+>SQ+ bloc( ? "es. %an you have two stored functions with the same name ? "es. %an you call a stored function in the constraint of a table ? 2o. What are the various types of parameter modes in a procedure ? /2, OUT A21 /2OUT. What is Over +oading and what are its restrictions ? OverLoading means an object performing different f nctions depending pon the no. of parameters or the data type of the parameters passed to it. %an functions be overloaded ? "es. %an @ functions have same name D input parameters but differ only by return datatype ? 2o. What are the constructs of a procedure# function or a pac(age ? The constr cts of a proced re, f nction or a pac&age are ? variables and constants c rsors e$ceptions Why %reate or *eplace and not .rop and recreate procedures ? So that ;rants are not dropped. %an you pass parameters in pac(ages ? 3ow ? "es. "o can pass parameters to proced res or f nctions in a pac&age. What are the parts of a database trigger ? The parts of a trigger are? A triggering event or statement A trigger restriction A trigger action What are the various types of database triggers ? There are CE types of triggers, they are combination of ?

/nsert, 1elete and Update Triggers. +efore and After Triggers. -ow and Statement Triggers. 'FNENEACE) What is the advantage of a stored procedure over a database trigger ? .e have control over the firing of a stored proced re b t we have no control over the firing of a trigger. What is the ma"imum no; of statements that can be specified in a trigger statement ? One. %an views be specified in a trigger statement ? 2o What are the values of Nnew and Nold in Insert>.elete>5pdate Triggers ? /2S!-T ? new A new val e, old A 2ULL 1!L!T! ? new A 2ULL, old A old val e U*1AT! ? new A new val e, old A old val e What are cascading triggers? What is the ma"imum no of cascading triggers at a time? .hen a statement in a trigger body ca ses another trigger to be fired, the triggers are said to be cascading. #a$ A FE. What are mutating triggers ? A trigger giving a S!L!(T on the table on which the trigger is written. What are constraining triggers ? A trigger giving an /nsert=Update on a table having referential integrity constraint on the triggering table. .escribe Oracle database<s physical and logical structure ? *hysical ? 1ata files, -edo Log files, (ontrol file. Logical ? Tables, 0iews, Tablespaces, etc. %an you increase the si4e of a tablespace ? 3ow ? "es, by adding datafiles to it. What is the use of %ontrol files ? (ontains pointers to locations of vario s data files, redo log files, etc. What is the use of .ata .ictionary ? Used by Oracle to store information abo t vario s physical and logical Oracle str ct res e.g. Tables, Tablespaces, datafiles, etc

What are the advantages of clusters ? Access time red ced for joins. What are the disadvantages of clusters ? The time for /nsert increases. %an +ong>+ong *AW be clustered ? 2o. %an null (eys be entered in cluster inde"# normal inde" ? "es. %an %hec( constraint be used for self referential integrity ? 3ow ? "es. /n the (4!(8 condition for a col mn of a table, we can reference some other col mn of the same table and th s enforce self referential integrity. What are the min; e"tents allocated to a rollbac( e"tent ? Two What are the states of a rollbac( segment ? What is the difference between partly available and needs recovery ? The vario s states of a rollbac& segment are ? O2L/2!, O@@L/2!, *A-TL" A0A/LA+L!, 2!!1S -!(O0!-" and /20AL/1. What is the difference between uni2ue (ey and primary (ey ? Uni% e &ey can be n llD *rimary &ey cannot be n ll. An insert statement followed by a create table statement followed by rollbac( ? Will the rows be inserted ? 2o. an you define multiple savepoints ? "es. %an you *ollbac( to any savepoint ? "es. What is the ma"imum no; of columns a table can have ? ELK. What is the significance of the D and DD operators in &+ SQ+ ? The T operator means that the *L S3L bloc& re% ires ser inp t for a variable. The TT operator means that the val e of this variable sho ld be the same as inp tted by the ser previo sly for this same variable. /f a transaction is very large, and the rollbac& segment is not able to hold the rollbac& information, then will the transaction span across different rollbac& segments or will it terminate X /t will terminate '*lease chec& ).

%an you pass a parameter to a cursor ? !$plicit c rsors can ta&e parameters, as the e$ample below shows. A c rsor parameter can appear in a % ery wherever a constant can appear. (U-SO- cC 'median /2 2U#+!-) /S S!L!(T job, ename @-O# emp .4!-! sal I medianD What are the various types of *oll'ac( Segments ? * blic Available to all instances *rivate Available to specific instance %an you use I*ow%ount as a parameter to a cursor ? "es Is the 2uery below allowed N Select sal# ename Into " ,rom emp Where ename O <1I0/< 9Where " is a record of 0umber9J: and %har9EB:: "es Is the assignment given below allowed N A'% O &Q* 9Where A'% and &Q* are records: "es Is this for loop allowed N ,or " in DStart;;D nd +oop "es 3ow many rows will the following SQ+ return N Select ? from emp Where rownum P EAQ > rows 3ow many rows will the following SQ+ return N Select ? from emp Where rownum O EAQ 2o rows Which symbol preceeds the path to the table in the remote database ? ] Are views automatically updated when base tables are updated ? "es %an a trigger written for a view ? 2o If all the values from a cursor have been fetched and another fetch is issued# the output will be N error# last record or first record ? Last -ecord

A table has the following data N RRB# 0ull# EASS; What will the average function return ? H.L Is Sysdate a system variable or a system function? System @ nction %onsider a se2uence whose currval is E and gets incremented by E by using the ne"tval reference we get the ne"t number @; Suppose at this point we issue an rollbac( and again issue a ne"tval; What will the output be ? F .efinition of relational .ata'ase by .r; %odd 9I'!:? A -elational 1atabase is a database where all data visible to the ser is organi6ed strictly as tables of data val es and where all database operations wor& on these tables. What is !ulti Threaded Server 9!TA: ? /n a Single Threaded Architect re 'or a dedicated server config ration) the database manager creates a separate process for each database ser. + t in #TA the database manager can assign m ltiple sers 'm ltiple ser processes) to a single dispatcher 'server process), a controlling process that % e es re% est for wor& th s red cing the databases memory re% irement and reso rces. Which are initial *.'!S# 3ierarchical D 0>w database ? -1+#S , - system 4ierarchical , /#S 2=. , 1+T; What is ,unctional .ependency ;iven a relation -, attrib te " of - is f nctionally dependent on attrib te O of - if and only if each O,val e has associated with it precisely one ," val e in What is Auditing ? The database has the ability to a dit all actions that ta&e place within it. a) Login attempts, b) Object Accesss, c) 1atabase Action -es lt of ;reatest'C,2ULL) or Least'C,2ULL) 2ULL While designing in client>server what are the @ imp; things to be considered ? 2etwor& Overhead 'traffic), Speed and Load of client server When to create inde"es ? To be created when table is % eried for less than ER or KR to ELR of the table rows. 3ow can you avoid inde"es ? TO ma&e inde$ access path navailable , Use @ULL hint to optimi6er for f ll table scan ,

Use /21!O or A21,!3UAL hint to optimi6er to se one inde$ or set to inde$es instead of another. , Use an e$pression in the .here (la se of the S3L. What is the result of the following SQ+ N Select E from dual 50IO0 Select <A< from dualQ !rror %an database trigger written on synonym of a table and if it can be then what would be the effect if original table is accessed; "es, database trigger wo ld fire. %an you alter synonym of view or view ? 2o %an you create inde" on view ? 2o What is the difference between a view and a synonym ? Synonym is j st a second name of table sed for m ltiple lin& of database. 0iew can be created with many tables, and with virt al col mns and with conditions. + t synonym can be on view. What is the difference between alias and synonym ? Alias is temporary and sed with one % ery. Synonym is permanent and not sed as alias. What is the effect of synonym and table name used in same Select statement ? 0alid What<s the length of SQ+ integer ? FE bit length What is the difference between foreign (ey and reference (ey ? @oreign &ey is the &ey i.e. attrib te which refers to another table primary &ey. -eference &ey is the primary &ey of table referred by another table. %an dual table be deleted# dropped or altered or updated or inserted ? "es If content of dual is updated to some value computation ta(es place or not ? "es If any other table same as dual is created would it act similar to dual? "es

,or which relational operators in where clause# inde" is not used ? ZI , li&e 'R ...' is 2OT f nctions, field Sconstant, field QQ '' Assume that there are multiple databases running on one machine; 3ow can you switch from one to another ? (hanging the O-A(L!:S/1 What are the advantages of Oracle ? *ortability ? Oracle is ported to more platforms than any of its competitors, r nning on more than CBB hardware platforms and EB networ&ing protocols. #ar&et *resence ? Oracle is by far the largest -1+#S vendor and spends more on - T 1 than most of its competitors earn in total reven e. This mar&et clo t means that yo are nli&ely to be left in the l rch by Oracle and there are always lots of third party interfaces available. +ac& p and -ecovery ? Oracle provides ind strial strength s pport for on,line bac& p and recovery and good software fa lt tolerence to dis& fail re. "o can also do point,in, time recovery. *erformance ? Speed of a 't ned' Oracle 1atabase and application is % ite good, even with large databases. Oracle can manage I CBB;+ databases. # ltiple database s pport ? Oracle has a s perior ability to manage m ltiple databases within the same transaction sing a two,phase commit protocol. What is a forward declaration ? What is its use ? *L=S3L re% ires that yo declare an identifier before sing it. Therefore, yo m st declare a s bprogram before calling it. This declaration at the start of a s bprogram is called forward declaration. A forward declaration consists of a s bprogram specification terminated by a semicolon. What are actual and formal parameters ? Act al *arameters ? S bprograms pass information sing parameters. The variables or e$pressions referenced in the parameter list of a s bprogram call are act al parameters. @or e$ample, the following proced re call lists two act al parameters named emp:n m and amo nt? !g. raise:salary'emp:n m, amo nt)D @ormal *arameters ? The variables declared in a s bprogram specification and referenced in the s bprogram body are formal parameters. @or e$ample, the following proced re declares two formal parameters named emp:id and increase? !g. *-O(!1U-! raise:salary 'emp:id /2T!;!-, increase -!AL) /S c rrent:salary -!ALD What are the types of 0otation ? *osition, 2amed, #i$ed and -estrictions.

What all important parameters of the init;ora are supposed to be increased if you want to increase the S/A si4e ? /n o r case, db:bloc&:b ffers was changed from MB to CBBB 'std val es are MB, LLB T FLBB) shared:pool:si6e was changed from F.L#+ to >#+ 'std val es are F.L, L T >#+) open:c rsors was changed from EBB to FBB 'std val es are EBB T FBB) db:bloc&:si6e was changed from EBKG 'E8) to KB>M 'K8) Vat the time of database creationW. The initial S;A was aro nd K#+ when the server -A# was FE#+ and The new S;A was aro nd CF#+ when the server -A# was increased to CEG#+. If I have an e"ecute privilege on a procedure in another users schema# can I e"ecute his procedure even though I do not have privileges on the tables within the procedure ? "es What are various types of $oins ? !% ijoins, 2on,e% ijoins, self join, o ter join What is a pac(age cursor ? A pac&age c rsor is a c rsor which yo declare in the pac&age specification witho t an S3L statement. The S3L statement for the c rsor is attached dynamically at r ntime from calling proced res. If you insert a row in a table# then create another table and then say *ollbac(; In this case will the row be inserted ? "es. +eca se (reate table is a 11L which commits a tomatically as soon as it is e$ec ted. The 11L commits the transaction even if the create statement fails internally 'eg table already e$ists error) and not syntactically. What are the various types of 2ueries ?? 2ormal 3 eries S b 3 eries (o,related % eries 2ested % eries (ompo nd % eries What is a transaction ? A transaction is a set of S3L statements between any two (O##/T and -OLL+A(8 statements. What is implicit cursor and how is it used by Oracle ? An implicit c rsor is a c rsor which is internally created by Oracle. /t is created by Oracle for each individ al S3L. Which of the following is not a schema ob$ect N Inde"es# tables# public synonyms# triggers and pac(ages ? * blic synonyms

What is &+>SQ+? *L=S3L is Oracle's *roced ral Lang age e$tension to S3L. The lang age incl des object oriented programming techni% es s ch as encaps lation, f nction overloading, information hiding 'all b t inheritance), and so, brings state,of,the,art programming to the Oracle database server and a variety of Oracle tools. Is there a &+>SQ+ ngine in SQ+?&lus? 2o. Unli&e Oracle @orms, S3LN*l s does not have a *L=S3L engine. Th s, all yo r *L=S3L are send directly to the database engine for e$ec tion. This ma&es it m ch more efficient as S3L statements are not stripped off and send to the database individ ally. Is there a limit on the si4e of a &+>SQ+ bloc(? ( rrently, the ma$im m parsed=compiled si6e of a *L=S3L bloc& is MK8 and the ma$im m code si6e is CBB8. "o can r n the following select statement to % ery the si6e of an e$isting pac&age or proced re. S3LI select N from dba:object:si6e where name A 'proced re:name' %an one read>write files from &+>SQ+? /ncl ded in Oracle H.F is a UTL:@/L! pac&age that can read and write files. The directory yo intend writing to has to be in yo r /2/T.O-A file 'see UTL:@/L!:1/-A... parameter). +efore Oracle H.F the only means of writing a file was to se 1+#S:OUT*UT with the S3LN*l s S*OOL command. 1!(LA-! file4andler UTL:@/L!.@/L!:T"*!D +!;/2 file4andler ?A UTL:@/L!.@O*!2''=home=oracle=tmp', 'myo tp t','.')D UTL:@/L!.*UT@'file4andler, '0al e of f ncC is Rsn', f ncC'C))D UTL:@/L!.@(LOS!'file4andler)D !21D 3ow can I protect my &+>SQ+ source code? *L=S3L 0E.E, available with OracleH.E, implements a binary wrapper for *L=S3L programs to protect the so rce code. This is done via a standalone tility that transforms the *L=S3L so rce code into portable binary object code 'somewhat larger than the original). This way yo can distrib te software witho t having to worry abo t e$posing yo r proprietary algorithms and methods. S3LN*l s and S3LN1+A will still nderstand and &now how to e$ec te s ch scripts. P st be caref l, there is no 5decode5 command available. The synta$ is? wrap inameAmyscript.s%l onameA$$$$.yyy

%an one use dynamic SQ+ within &+>SQ+? O* %an you use a ..+ in a procedure ? 3ow ? @rom *L=S3L 0E.C one can se the 1+#S:S3L pac&age to e$ec te dynamic S3L statements. !g? (-!AT! O- -!*LA(! *-O(!1U-! 1"2S3L AS c r integerD rc integerD +!;/2 c r ?A 1+#S:S3L.O*!2:(U-SO-D 1+#S:S3L.*A-S!'c r,'(-!AT! TA+L! O '" 1AT!)', 1+#S:S3L.2AT/0!)D rc ?A 1+#S:S3L.!O!(UT!'c r)D 1+#S:S3L.(LOS!:(U-SO-'c r)D !21D

S-ar putea să vă placă și