CUSTOM TOP (Registering Custom Application)
Balaji R S
These are all the steps to register a custom top and custom application with Oracle Apps
Create xxncm as custom top, user, schema, application name....
Steps:
Created the directory structure for your custom application files under $APPL_TOP/xxncm
cd $APPL_TOP
mkdir xxncm
mkdir xxncm/11.5.0
mkdir xxncm/11.5.0/admin
mkdir xxncm/11.5.0/admin/sql
mkdir xxncm/11.5.0/admin/odf
mkdir xxncm/11.5.0/sql
mkdir xxncm/11.5.0/bin
mkdir xxncm/11.5.0/reports
mkdir xxncm/11.5.0/reports/US
mkdir xxncm/11.5.0/forms
mkdir xxncm/11.5.0/forms/US
mkdir xxncm/11.5.0/$APPLLIB
mkdir xxncm/11.5.0/$APPLOUT
mkdir xxncm /11.5.0/$APPLLOG
Added entry XXNCM_TOP=/apps/oracle/visappl/xxncm in Enviornment file.
export XXNCM_TOP
You can source all the environment files before proceeding.
Create new tablespace for database objects
create tablespace xxncm datafile '/apps/oracle/visdata/xxncm.dbf' size 10M;
Create schema
SQL> create user xxncm identified by xxncm default tablespace xxncm
temporary tablespace temp quota unlimited on xxncm quota unlimited on temp;
SQL> grant connect, resource to xxncm;
Register your Oracle Schema
Login to Applications with System Administrator responsibility
Navigate to
Application–>Register
Application = Custom Application
Short Name = xxncm
Basepath = xxncm_TOP
Description = Custom Application
Register Oracle User
Naviate to
Security–>Oracle–>Register
Database User Name = XXNCM
Password = XXNCM
Privilege = Enabled
Install Group = 0
Description = Custom
Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.
You are encouraged to leave a comment.
You are encouraged to leave a comment.
Thursday, December 11, 2008
Custom Top in Oracle Application - Creation & Registering
Subscribe to:
Post Comments (Atom)
Let us be Friends...
Popular Posts
-
1. Installation of the Demantra Base Application or Patches Create a C:/Tmp folder on the machine where the setup.exe will be executed pri...
-
This blog speaks about the Login Page Issue on R12.1.1 instance. Suddenly the login page was throwing an error - 404 /OA_HTML/AppsLogin was ...
-
This blog describes the process of re-creating an existing Applications Release 12 database instance using the export and import utilities....
-
In this Blog, I am going to explain you the way you can get the Translation Synchronization Patch for the Language you license thro OAM. T...
-
Secure Sockets Layer (SSL) SSL is a technology that defines the essential functions of mutual authentication, data encryption, and data inte...
-
The Following Error was detected while doing Cloning of DB Tier. The actual Fact was: The server was heavily loaded, so the control file cre...
-
Hi, everybody should come across, while during a clone, you might have experienced very poor performance while running txkWfClone.sh profil...
-
Memory Tuning The total available memory on a system should be configured in such a manner, that all components of the system functio...
-
We will be unable to login using none of the seeded users nor custom users. Applications will not allow any user to be logged in. For a VISI...
-
The Oracle Universal Installer supports the installation of several active Oracle homes on the same host. An Oracle home is a directory into...
No comments:
Post a Comment