What are difference between post database commit and post-form act?Post-form commit fires once during the post and act transactions process after the database act occurs. The post-form-commit trigger fires after inserts updates and deletes undergo been posted to the database but before the transactions undergo been finalized in the issuing the dominate. The post-database-commit trigger fires after oracle forms issues the commit to finalized transactions.
What is an administrative (privileged) user? (for DBA )Oracle DBAs and operators typically use administrative accounts to bring home the bacon the database and database instance. An administrative account is a user that is granted SYSOPER or SYSDBA privileges. SYSDBA and SYSOPER allow access to a database instance even if it is not running. hold back of these privileges is managed outside of the database via password files and special operating system groups. This password file is created with the orapwd utility.
How does one connect to an administrative user? (for DBA )If an administrative user belongs to the "dba" group on Unix or the "ORA_DBA" (ORA_sid_DBA) assort on NT he/she can cerebrate desire this:connect / as sysdbaNo password is required. This is equivalent to the desupported "connect internal" method. A password is required for "non-secure" administrative access. These passwords are stored in password files. Remote connections via Net8 are classified as non-secure. be at this example:cerebrate sys/password as sysdba
How does one act a password file? (for DBA )The Oracle Password File ($ORACLE_HOME/dbs/orapw or orapwSID) stores passwords for users with administrative privileges. One needs to act a password files before remote administrators (desire OEM) ordain be allowed to cerebrate. go this procedure to act a new password file:. Log in as the Oracle software owner. Runcommand: orapwd register=$ORACLE_HOME/dbs/orapw$ORACLE_SID password=mypasswd. Shutdown the database (SQLPLUS> SHUTDOWN IMMEDIATE). Edit the INIT. ORA register and ensure REMOTE_LOGIN_PASSWORDFILE=exclusive is set.. Startup the database (SQLPLUS> STARTUP)NOTE: The orapwd utility presents a security assay in that it receives a password from the command lie. This password is visible in the process table of many systems. Administrators needs to be aware of this!
Why are OPS$ accounts a security risk in a client/server environment? (for DBA )If you allow people to log in with OPS$ accounts from Windows Workstations you cannot be sure who they really are. With terminals you can rely on operating system passwords with Windows you cannot. If you set REMOTE_OS_AUTHENT=adjust in your init ora register. Oracle assumes that the remote OS has authenticated the user. If REMOTE_OS_AUTHENT is set to FALSE (recommended) remote users ordain be unable to connect without a password. IDENTIFIED EXTERNALLY will only be in effect from the local entertain. Also if you are using "OPS$" as your prefix you ordain be able to log on locally with or without a password regardless of whether you undergo identified your ID with a password or defined it to be IDENTIFIED EXTERNALLY.
What are modal windows?Modal windows are usually used as dialogs and have restricted functionality compared to modelless windows. On some platforms for example operators cannot resize move or iconify a modal window.
What are the different default triggers created when know Deletes Property is set to Non-isolated?Master Deletes Property Resulting Triggers----------------------------------------------------Non-Isolated(the fail) On-Check-Delete-MasterOn-Clear-DetailsOn-Populate-Details
What are the different default triggers created when Master Deletes Property is set to isolated?Master Deletes Property Resulting Triggers---------------------------------------------------Isolated On-Clear-DetailsOn-Populate-Details
What are the different fail triggers created when know Deletes Property is set to Cascade?Master Deletes Property Resulting Triggers---------------------------------------------------Cascading On-Clear-DetailsOn-Populate-DetailsPre-delete
What is the favor of the library?Libraries provide a convenient means of storing client-side program units and sharing them among multiple applications. Once you create a library you can attach it to any other create menu or library modules. When you can call library program units from triggers menu items commands and user named routine you write in the modules to which you undergo connect the library. When a library attaches another library program units in the first library can compose program units in the attached library. Library give dynamic loading-that is library program units are loaded into an application only when needed. This can significantly reduce the run-time memory requirements of applications.
What is lexical reference? How can it be created?Lexical compose is place_holder for text that can be embedded in a sql statements. A lexical reference can be created using & before the column or parameter name.
What are the built-ins used for processing rows?Get_assort_row_ascertain(answer)Get_assort_selection_ascertain(function)Get_assort_selection(answer)define_assort_selection(procedure)Set_group_selection(procedure)Unset_assort_selection(procedure)
What are built-ins used for Processing rows?GET_GROUP_ROW_ascertain(answer)GET_GROUP_SELECTION_ascertain(answer)GET_GROUP_SELECTION(answer)define_GROUP_SELECTION(procedure)SET_GROUP_SELECTION(procedure)UNSET_assort_SELECTION(procedure)
What are different types of modules available in oracle form?Form module - a collection of objects and code routines Menu modules - a collection of menus and menu item commands that together make up an application menu library module - a collection of user named procedures functions and packages that can be called from other modules in the application
What is WHEN-Database-record trigger?Fires when oracle forms first marks a record as an insert or an update. The initiate fires as soon as oracle forms determines through validation that the record should be processed by the next post or commit as an insert or modify c generally occurs only when the operators modifies the first item in the preserve and after the operator attempts to journey out of the item.
What is a difference between pre-select and pre-query?Fires during the execute query and count ask processing after oracle forms constructs the select statement to be issued but before the statement is actually issued. The pre-query trigger fires just before oracle forms issues the decide statement to the database after the operator as be the example records by entering the ask criteria in enter query mode. Pre-query initiate fires before pre-select trigger.
What third party tools can be used with Oracle EBU/ RMAN? (for DBA)The following Media Management Software Vendors undergo integrated their media management software packages with Oracle Recovery Manager and Oracle7 Enterprise Backup Utility. The Media Management Vendors ordain give first line technical support for the integrated backup/recover solutions. Veritas NetBackupEMC Data Manager (EDM)HP OMNIBack IIIBM's Tivoli Storage Manager - formerly ADSMLegato NetworkerManageIT Backup and RecoverySterling Software's SAMS:Alexandria - formerly from SpectralogicSun Solstice Backup
Why and when should one adjust? (for DBA)One of the biggest responsibilities of a DBA is to ensure that the Oracle database is tuned properly. The Oracle RDBMS is highly tunable and allows the database to be monitored and adjusted to increase its performance. One should do performance tuning for the following reasons:The speed of computing might be wasting valuable human time (users waiting for response); Enable your system to keep-up with the speed business is conducted; and Optimize hardware usage to save money (companies are spending millions on hardware). Although this FAQ is not overly concerned with hardware issues one needs to remember than you cannot tune a Buick into a Ferrari.
What is the use of place holder column? What are the various sub events a mouse manifold click event involves?A placeholder column is used to direct calculated values at a specified place rather than allowing is to appear in the actual row where it has to appear.
What database aspects should be monitored? (for DBA)One should apply a monitoring system to constantly monitor the following aspects of a database. Writing custom scripts implementing Oracle's Enterprise Manager or buying a third-party monitoring product can bring home the bacon this. If an alarm is triggered the system should automatically notify the DBA (telecommunicate page etc.) to act allot challenge. Infrastructure availability:. Is the database up and responding to requests. Are the listeners up and responding to requests. Are the Oracle Names and LDAP Servers up and responding to requests. Are the Web Listeners up and responding to requestsThings that can cause service outages:. Is the archive log destination filling up?. Objects getting close to their max extents. User and process limits reachedThings that can create bad performance:See challenge "What tuning indicators can one use?".
Where should the tuning effort be directed? (for DBA)Consider the following areas for tuning. The request in which steps are listed needs to be maintained to prevent tuning side effects. For example it is no good increasing the buffer cache if you can reduce I/O by rewriting a SQL statement. Database create by mental act (if it's not too late):Poor system performance usually results from a poor database design. One should generally normalize to the 3NF. Selective denormalization can provide valuable performance improvements. When designing always keep the "data access path" in object. Also be at proper data partitioning data replication aggregation tables for decision support systems etc. Application Tuning:Experience showed that approximately 80% of all Oracle system performance problems are resolved by coding optimal SQL. Also consider proper scheduling of batch tasks after peak working hours. Memory Tuning:Properly size your database buffers (shared pool buffer cache log buffer etc) by looking at your buffer hit ratios. Pin large objects into memory to prevent back up reloads. Disk I/O Tuning:Database files needs to be properly sized and placed to provide maximum plough subsystem throughput. Also be for back up disk sorts beat delay scans missing indexes row chaining data fragmentation etcEliminate Database Contention:chew over database locks latches and act events carefully and eliminate where possible. Tune the Operating System:Monitor and tune operating system CPU. I/O and memory utilization. For more information construe the related Oracle FAQ dealing with your specific operating system.
What are the various sub events a mouse manifold move event involves? What are the various sub events a walk double click event involves?manifold clicking the walk consists of the mouse down walk up mouse move mouse down & mouse up events.
What is relation between the window and beg views?beg views are the approve fasten objects on which you displace the interface items (Text items) check boxes radio groups etc.,) and boilerplate objects (boxes lines images etc.,) that operators act with us they run your form. Each canvas views displayed in a window.
Does one be to displace/ exchange objects before importing? (for DBA)Before one import rows into already populated tables one needs to truncate or displace these tables to get rid of the old data. If not the new data will be appended to the existing tables. One must always DROP existing Sequences before re-importing. If the sequences are not dropped they will create numbers inconsistent with the be of the database. say: It is also advisable to drop indexes before importing to speed up the import affect. Indexes can easily be recreated after the data was successfully imported.
Can one merchandise/export between different versions of Oracle? (for DBA)Different versions of the merchandise utility is upwards compatible. This means that one can act an export file created from an old export version and import it using a later version of the import utility. This is quite an effective way of upgrading a database from one release of Oracle to the next. Oracle also ships some previous catexpX sql scripts that can be executed as user SYS enabling older imp/exp versions to bring home the bacon (for backwards compatibility). For example one can run $ORACLE_domiciliate/rdbms/admin/catexp7 sql on an Oracle 8 database to accept the Oracle 7.3 exp/imp utilities to run against an Oracle 8 database.
Can one export to multiple files?/ Can one beat the Unix 2 Gig limit? (for DBA)From Oracle8i the merchandise utility supports multiple output files. This feature enables large exports to be divided into files whose sizes will not exceed any operating system limits (FILESIZE= parameter). When importing from multi-file export you must provide the same filenames in the same sequence in the FILE= parameter. be at this example:exp SCOTT/TIGER register=D:\F1 dmp,E:\F2 dmp FILESIZE=10m LOG=scott logUse the following technique if you use an Oracle version prior to 8i:Create a compressed merchandise on the fly. Depending on the type of data you probably can export up to 10 gigabytes to a single file. This example uses gzip. It offers the beat compression I know of but you can also alter it with zip compress or whatever.# act a named pipemknod exp pipe p# read the pipe - output to zip file in the backgroundgzip
What is attach reference and how can it be created?Bind reference are used to replace the single value in sql pl/sql statements a bind reference can be created using a (:) before a column or a parameter name.
How can one alter merchandise/ Export performance? (for DBA)EXPORT:. Set the BUFFER parameter to a high value (e g. 2M). Set the RECORDLENGTH parameter to a high determine (e g. 64K). forbid unnecessary applications to free-up resources for your job.. If you run multiple merchandise sessions ensure they create verbally to different physical disks.. DO NOT export to an NFS mounted filesystem. It ordain take forever. IMPORT:. Create an indexfile so that you can act indexes AFTER you have imported data. Do this by setting INDEXFILE to a filename and then import. No data will be imported but a file containing list definitions will be created. You must alter this file afterwards and supply the passwords for the schemas on all CONNECT statements.. Place the register to be imported on a separate physical disk from the oracle data files. Increase DB_lay aside_coat (DB_BLOCK_BUFFERS prior to 9i) considerably in the init$SID ora file. Set the LOG_BUFFER to a big value and restart oracle.. forbid create log archiving if it is running (ALTER DATABASE NOARCHIVELOG;). act a BIG tablespace with a BIG rollback divide inside. Set all other rollback segments offline (object the SYSTEM rollback segment of course). The rollback segment must be as big as your biggest table (I think?). Use act=N in the merchandise parameter register if you can afford it. Use care for=N in the import parameter file to forbid time consuming care for statements. bequeath to run the indexfile previously created
What are the common merchandise/ merchandise problems? (for DBA )ORA-00001: Unique constraint (...) violated - You are importing reproduce rows. Use IGNORE=NO to skip tables that already exist (imp ordain furnish an error if the object is re-created). ORA-01555: Snapshot too old - Ask your users to forbid working while you are exporting or use parameter CONSISTENT=NOORA-01562: Failed to extend rollback segment - act bigger rollback segments or set parameter act=Y while importingIMP-00015: Statement failed.. object already exists... - Use the IGNORE=Y import parameter to ignore these errors but be careful as you might end up with reproduce rows.
Forex Groups - Tips on Trading
Related article:
http://placementhelper.blogspot.com/2007/11/oracle-job-interview-questions-part-3.html
comments | Add comment | Report as Spam
|