Typically, where is the conventional directory structure
chosen for Oracle binaries to reside?
No Answer is Posted For this Question
Be the First to Post Answer
What are the steps you will take, if you are tasked with securing an SQL Server?
What are the commands you'd issue to show the explain plan for "select * from dual"?
You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
What are the operating modes in which database mirroring runs? : sql server DBA
What is dbcc? : sql server DBA
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
how do see how much space is used and free in a tablespace
What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA
Give two examples of referential integrity constraints.
Q. How to set ORACLE_HOME to my oracle software directory. Hi Friend I am installing oracle 10g Express Edition on Linux Fedora Core 6. Installation is success but when i run #sqlplus I getting command not found error. Then I have search sqlplus .i.e # find / -name sqlplus /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/sqlplus These above output from find i have doubt which is correct path of sqlplus. So doubtfully i have set path 1st one.i.e # PATH=$PATH:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin Then I have run #sqlplus but still i have problem following Error 6 initializing SQL*Plus Message file sp1<lang>.msb not found SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory How overcome this please answer m???
Give the two types of tables involved in producing a star schema and the type of data theyhold.
hi, suppose i created one table after few days i did some insert,update how can i know when will i did ddl or dml operation is undergone on that table