Wednesday 15 June 2011

OCA 11g Preparation 1

Certification Path:-
OCA

SQL - 125$ - (1Z0-051)
Admin1 - 195$ - (1Z0-052)
============================

OCP
Admin2 - 195$ - (1Z0-053)
============================

We have to create an enviornment first to start Preparation.....

Operating System - Red Hat Enterprise Linux 5
Oracle - Oracle 11g Ver 11.2.0.1.0
-----------------------------------------------------------------------------
Create a User for all R&D

SQL>

create user shinoj identified by shinoj
Default tablespace users
Quota unlimited on users;

grant connect, resource,DBA to shinoj;

grant create role to shinoj;

SQL>

Start Enterprise Manager

$emctl start dbconsole

Now you can access enterprise Manager by

https://serverIP:1158/em


No comments:

Post a Comment

How To Install LAMP on Ubuntu 12.04

L inux         A pache         M ySQL             P HP Step One—Install Apache open terminal and type in these commands: s udo apt-ge...