Hello everyone,
I am a MS SQL Database Analyst of 5 years. I know MS SQL very well. I
already have a MCDBA (MS DBA certification) and thinking of learning Oracle and
going for the OCP.
I am a MS SQL Database Analyst of 5 years. I know MS SQL very well. I
already have a MCDBA (MS DBA certification) and thinking of learning Oracle and
going for the OCP.
I am a MS SQL DBA of 5 years trying to learn Oracle. How hard is it
to learn Oracle? Is it very different from MS SQL? If anyone can provide an
insight into learning Oracle from a MS SQL DBA perspective, that would be
great.
Also, how hard is it to obtain the OCP DBA certification?
Thanks
Jinsoo
MCSE+I, MCDBA, MCSD, CCNA
Quote:> Hello everyone,
> I am a MS SQL Database Analyst of 5 years. I know MS SQL very well.
I
> already have a MCDBA (MS DBA certification) and thinking of learning
Oracle and
> going for the OCP.
Daniel Morgan
> I am a MS SQL Database Analyst of 5 years. I know MS SQL very well. I
> already have a MCDBA (MS DBA certification) and thinking of learning Oracle and
> going for the OCP.
You can download and print it from technet.oracle.com
Quote:> Hello everyone,
> I am a MS SQL Database Analyst of 5 years. I know MS SQL very
well. I
> already have a MCDBA (MS DBA certification) and thinking of learning
Oracle and
> going for the OCP.
Daniel Morgan
> You can download and print it from technet.oracle.com
> > Hello everyone,
> > I am a MS SQL Database Analyst of 5 years. I know MS SQL very
> well. I
> > already have a MCDBA (MS DBA certification) and thinking of learning
> Oracle and
> > going for the OCP.
More typing required - command line often far quicker than loading GUI's.
Oracle does not automate as much as SQL server - setting up a backup takes
more then 10 mouse clicks.... Although things are getting more GUI'd in 9i.
SQL uses the idea of multiple database with a master and couple of others.
Oracle user schemas and users - SYS is the Master equivalent. Roles appear
in both DB's but a user is can not be tied to a schema without the use of
roles in Oracle.
Oracle makes use of ROWID's that uniquely identify each and every row. Once
a row is created its ROWID never changes.
Oracle DBA's in general do not go for Auto allocation of additional space.
Oracle uses logical entities (tablespaces) into which data is stored. Like
SQL these are made up of multiple files but are often segregated for
specialist usage - SYSTEM for sys objects only, TEMP for temporary data
(joins, sorts, etc), RBS for rollback segments, USER for tables and INDX for
indexes - some advocate every schema owner (schema own objects) having their
own tablespace for data and indexes; others expect 3 tablespace to be
created for tables and indexes (1 for each with small, medium and large
storage settings). Redo logs are used for the same purpose as transaction
logs and are archived into archived redo logs.
From what I have seen Oracle databases are more tuneable (in terms of
initialisation parameters) than SQL.
Is this the sort of thing you are after?
Nathan
> Daniel Morgan
> > In addition to books by Kyte and Jonathan Lewis, the Oracle Concepts
> > manual is a good place to start. I find Oracle documentation to be
> > first rate.
> > You can download and print it from technet.oracle.com
> > > Hello everyone,
> > > I am a MS SQL Database Analyst of 5 years. I know MS SQL very
> > well. I
> > > already have a MCDBA (MS DBA certification) and thinking of learning
> > Oracle and
> > > going for the OCP.
Yeah thanks NathanQuote:>Main differences from a (extremely) novice MS SQL server bod.
>More typing required - command line often far quicker than loading GUI's.
>Oracle does not automate as much as SQL server - setting up a backup takes
>more then 10 mouse clicks.... Although things are getting more GUI'd in 9i.
>SQL uses the idea of multiple database with a master and couple of others.
>Oracle user schemas and users - SYS is the Master equivalent. Roles appear
>in both DB's but a user is can not be tied to a schema without the use of
>roles in Oracle.
>Oracle makes use of ROWID's that uniquely identify each and every row. Once
>a row is created its ROWID never changes.
>Oracle DBA's in general do not go for Auto allocation of additional space.
>Oracle uses logical entities (tablespaces) into which data is stored. Like
>SQL these are made up of multiple files but are often segregated for
>specialist usage - SYSTEM for sys objects only, TEMP for temporary data
>(joins, sorts, etc), RBS for rollback segments, USER for tables and INDX for
>indexes - some advocate every schema owner (schema own objects) having their
>own tablespace for data and indexes; others expect 3 tablespace to be
>created for tables and indexes (1 for each with small, medium and large
>storage settings). Redo logs are used for the same purpose as transaction
>logs and are archived into archived redo logs.
>From what I have seen Oracle databases are more tuneable (in terms of
>initialisation parameters) than SQL.
>Is this the sort of thing you are after?
>Nathan
Jinsoo
MCSE, MCDBA, MCSD, CCNA
Daniel Morgan
> You can download and print it from technet.oracle.com
> > Hello everyone,
> > I am a MS SQL Database Analyst of 5 years. I know MS SQL very
> well. I
> > already have a MCDBA (MS DBA certification) and thinking of learning
> Oracle and
> > going for the OCP.
This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers.
Daniel Morgan
> I am a MS SQL Database Analyst of 5 years. I know MS SQL very well. I
> already have a MCDBA (MS DBA certification) and thinking of learning Oracle and
> going for the OCP.
This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers.
More typing required - command line often far quicker than loading GUI's.
Oracle does not automate as much as SQL server - setting up a backup takes
more then 10 mouse clicks.... Although things are getting more GUI'd in 9i.
SQL uses the idea of multiple database with a master and couple of others.
Oracle user schemas and users - SYS is the Master equivalent. Roles appear
in both DB's but a user is can not be tied to a schema without the use of
roles in Oracle.
Oracle makes use of ROWID's that uniquely identify each and every row. Once
a row is created its ROWID never changes.
Oracle DBA's in general do not go for Auto allocation of additional space.
Oracle uses logical entities (tablespaces) into which data is stored. Like
SQL these are made up of multiple files but are often segregated for
specialist usage - SYSTEM for sys objects only, TEMP for temporary data
(joins, sorts, etc), RBS for rollback segments, USER for tables and INDX for
indexes - some advocate every schema owner (schema own objects) having their
own tablespace for data and indexes; others expect 3 tablespace to be
created for tables and indexes (1 for each with small, medium and large
storage settings). Redo logs are used for the same purpose as transaction
logs and are archived into archived redo logs.
From what I have seen Oracle databases are more tuneable (in terms of
initialisation parameters) than SQL.
Is this the sort of thing you are after?
Nathan
> Daniel Morgan
> > In addition to books by Kyte and Jonathan Lewis, the Oracle Concepts
> > manual is a good place to start. I find Oracle documentation to be
> > first rate.
> > You can download and print it from technet.oracle.com
> > > Hello everyone,
> > > I am a MS SQL Database Analyst of 5 years. I know MS SQL very
> > well. I
> > > already have a MCDBA (MS DBA certification) and thinking of learning
> > Oracle and
> > > going for the OCP.
This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers.
========= WAS CANCELLED BY =======:Quote:> Hello everyone,
> I am a MS SQL Database Analyst of 5 years. I know MS SQL very well.
I
> already have a MCDBA (MS DBA certification) and thinking of learning
Oracle and
> going for the OCP.
This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers.
You can download and print it from technet.oracle.com
========= WAS CANCELLED BY =======:Quote:> Hello everyone,
> I am a MS SQL Database Analyst of 5 years. I know MS SQL very
well. I
> already have a MCDBA (MS DBA certification) and thinking of learning
Oracle and
> going for the OCP.
This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers.
1. Seeking Advice: MS SQL DBA learning Oracle
Hello, I am a recently laid off MS SQL DBA of five years, and I am planning to
learn Oracle to expand my DBA skills and marketability. If anyone has done
this, I would like to have your advice.
1)How difficult is it to learn Oracle?
2)How different is Oracle PL/SQL from T-SQL?
3)Was learning Oracle worth your investment in time and money?
4)How much will learning Oracle improve my marketability as a DBA?
THanks
Jinsoo
MCSE+I, MCDBA, MCSD, CCNA
3. Seeking Advice: MS SQL DBA learning Oracle?
4. Watcom SQL vs Btrieve (SSQL)
5. REPOST: MS SQL DBA learning Oracle
7. MA-BOSTON-91102--ORACLE-MS SQL Server-DBA Skills-ORACLE SQL SERVER DBA
10. GA-Smyrna-97947--DBA Skills-MS SQL Server-ORACLE-Database Administrator (DBA)-SQL Server / Oracle
11. MA-BOSTON-91102--ORACLE-MS SQL Server-DBA Skills-ORACLE SQL SERVER DBA
13. MA-BOSTON-91102--ORACLE-MS SQL Server-DBA Skills-ORACLE SQL SERVER DBA