which is the best training centre for learning oracle?
Answers were Sorted based on User's Feedback
Answer / seema firdous
oratore is the best trainig center for learning oracle,
because the person who gives traing he is good gifted
Specially in oracle, his name is Sharique, this institute
is situated in Jamshedpur. Believe me he is master of
oracle. That's why he has assign the of his institute is
very similer to oracle.
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / bobby
Hi,
To my knowledge Pathway is one of the best Institue for Oracle
apps 11i
They are offering training on every module related to Oracle
apps.
I got trained there, and now I am in IBM.
You can contact them @ pathwaytechnologies.co.in
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / shekhar reddy
Best institute for the oracle trainig is
SQL STAR INTERNATIONAL which is in begumpet,hyderabad,ind.
| Is This Answer Correct ? | 2 Yes | 8 No |
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
What is Oracle table?
What is system tablespace?
How to drop a tablespace?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
How to define and use table alias names in oracle?
How to drop an index?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
What is define in oracle?
Why do we use bulk collect in oracle?
how do get database name at sql prompt?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it