
- Forum
- Programming Talk
- Oracle JDeveloper
- Oracle query
Oracle query
This is a discussion on Oracle query within the Oracle JDeveloper forums, part of the Programming Talk category; Hello There, I want to do SAP BO course in pune so thats why I want to learn oracle first ...
-
Oracle query
Hello There,
I want to do SAP BO course in pune so thats why I want to learn oracle first for that.
so can any one suggest me which oracle course do i taken like oracle 10g , oracle DBA or what I don't know?
and can any one pls suggest me good institute for the same oracle course in less fees
pls pls send me reply ASAP as I want all this info and go ahed with my career.
-
hi minal, you could check this out for a course in Oracle10g within Pune
SEED Infotech Ltd - Training & Certifications - Individual Programs - Modular Courses - Oracle 10g Certification- Oracle Developer Track
you may want to call them to check on the schedule and prices
+91-20-25466798, 66016411 /12 /13 /14
HTH!!!
-
03-13-2011, 04:58 AM #3
- Join Date
- Mar 2011
- Answers
- 3
Q. What are some advantages to using Oracle’s CREATE DATABASE statement to create a new database manually?
Ans. You can script the process to include it in a set of install scripts you deliver with a product.
You can put your create database script in CVS for version control, so as you make changes or adjustments to it, you can track them like you do changes to software code.
You can log the output and review it for errors.
You learn more about the process of database creation, such as what options are available and why.
-
03-13-2011, 09:22 AM #4
- Join Date
- Jan 2005
- Answers
- 2
The main reason for creating the database from the command line is customization rather using DBCA to create the database as you may not know what's happening when you use GUI behind the scenes. If you are new to Oracle , I would recommend practice creating the database from command line only , once you are comfortable , then you can always use GUI to create the database. As you have been through the process of creating database manually, you know where to check if the GUI fails.
-
03-13-2011, 09:29 AM #5
- Join Date
- Jan 2005
- Answers
- 2
Minal,Hello There,
I want to do SAP BO course in pune so thats why I want to learn oracle first for that.
so can any one suggest me which oracle course do i taken like oracle 10g , oracle DBA or what I don't know?
and can any one pls suggest me good institute for the same oracle course in less fees
pls pls send me reply ASAP as I want all this info and go ahed with my career.
Having SQL experience really helps with SAP BO. I would start with Oracle SQL and Pl/SQL training.
Cheers
-
Sponsored Ads

Reply With Quote






