You are on page 1of 6

Login on dev as oradev

Go to control file location

Sqlplus

/as sysdba

Sqlplus>startup nomount

SQL> select status from v$instance;

STATUS

------------

STARTED

Sqlplus>@ctrl.sql

Control file created

Alter database mount:

SQL> select status from v$instance;

STATUS

------------

MOUNTED

SQL> alter database open resetlogs;


Database altered.

SQL> select status from v$instance;

STATUS

------------

OPEN

alter tablespace TEMP add tempfile '/data/devdata/temp01.dbf' size 2000M;

first run as database login:

login as: root

root@192.168.10.240's password:

Last login: Tue Feb 7 07:58:04 2012 from 192.168.10.113

[root@development ~]#

[root@development ~]#

[root@development ~]#

[root@development ~]# su - oradev

[oradev@development 9.2.0]$ lsnrctl start dev

[oradev@development 9.2.0]$ ps -ef|grep tns

[oradev@development 9.2.0]$ ps -ef|grep ora_


[oradev@development 9.2.0]$ sqlplus

SQL*Plus: Release 9.2.0.6.0 - Production on Tue Feb 7 12:34:29 2012

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Enter user-name: apps

Enter password: Production apps password

Connected to:

Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production

With the Partitioning, OLAP and Oracle Data Mining options

JServer Release 9.2.0.6.0 - Production

SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;

SQL> commit;

SQL> exit

[oradev@development 9.2.0]$ cd appsutil

[oradev@development appsutil]$ ls -ltr


[oradev@development appsutil]$ cd scripts

[oradev@development scripts]$ ls -ltr

[oradev@development scripts]$ cd dev_development

[oradev@development dev_development]$ ls -ltr

[oradev@development dev_development]$ sh adautocfg.sh

Enter the APPS user password: Production

After completeion check database status and .

login as: root

root@192.168.10.240's password:

Last login: Tue Feb 7 12:30:50 2012 from 192.168.10.113

[root@development ~]# su - appldev

[appldev@development devappl]$ env

[appldev@development devappl]$ FNDCPASS apps/neptune 0 Y system/manager SYSTEM APPLSYS


happy

[appldev@development devappl]$ cd $COMMON_TOP/admin

[appldev@development admin]$ ls -ltr


[appldev@development admin]$ cd scripts

[appldev@development scripts]$ ls -ltr

[appldev@development scripts]$ cd dev_development

[appldev@development dev_development]$ ls -ltr

[appldev@development dev_development]$ sh adautocfg.sh

Enter the APPS user password : development password

After completion autoconfig on application side .

Change sysadmin password..

AutoConfig completed successfully.


[appldev@development dev_development]$ FNDCPASS apps/happy 0 Y system/manager
USER sysadmin neptune123

[appldev@development dev_development]$ cd $COMMON_TOP/admin/scripts

[appldev@development scripts]$ ls -ltr

[appldev@development scripts]$ cd dev_development

[appldev@development dev_development]$ ls -ltr

[appldev@development dev_development]$ adstrtal.sh apps/happy

Checking al servicesstatus
Then change colour>>>>>>>>>

%jav%colo%

8-change the application color


profile option-color-jave color scheme

Blue

Then save.

Also change site name profile option.

//sysadmin password
FNDCPASS apps/happy 0 Y system/manager USER sysadmin neptune123

//apps password
FNDCPASS apps/neptune 0 Y system/manager SYSTEM APPLSYS happy

You might also like