am completed mca2011 how get certification in oracle
Answer Posted / shalaka
1st decide ,in which track u want to be Certified??
There r 2 tracks provided by oracle corporation.
PL/SQL DEVELOPER AND DATABASE ADMINSTATOR!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
How to use "for" statements in oracle?
how to do daily transactions with out sql* loader control file regesterd in apps?
What is index-organized table in Oracle?
How to view all columns in an existing table?
How index is implemented in oracle database?
What is a system tablespace and when it is created?
What is the difference between $oracle_base and $oracle_home?
What is the difference between sharding and replication?
Is oracle an open source?
What is coalesce function?
What is the difference between a primary key & a unique key?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What is oracle database client?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?