Installing Designer 10g WIN32
Installing Designer 10g WIN32
Installing Designer 10g WIN32
4) on Windows
Save both file segments listed under Oracle Developer Suite10g (9.0.4.0.0) --
OracleDeveloperSuite10g90401_Disk1.exe and OracleDeveloperSuite10g90401_Disk2.exe, in my case -- to
the directory of your choosing.
Unzip the previously downloaded files to a directory of your choosing; make sure to use the ‘Use folder names’
option of WinZip. (Right-click; WinZip > Extract to..; specify <your directory>)
The Universal Installer will appear. Click ‘Next’ at the Welcome screen.
Specify the file location and name for your %ORACLE_HOME%. Ensure that the path is pointing to the
appropriate products.jar; click ‘Next’:
Page 1 of 14
Select the ‘Installation Type’ of ‘Complete’ and click ‘Next’:
Leave the field blank and click ‘Next’ on the ‘Provide Outgoing Mail Server Information’ screen
When prompted save the file -- 10g_designer_scm_9046.zip, in my case -- to the directory of your choosing.
Unzip the previously downloaded file to a directory of your choosing; make sure to use the ‘Use folder names’
option of WinZip. (Right-click; WinZip > Extract to..; specify <your directory>)
The Universal Installer will appear. Click ‘Next’ at the Welcome screen.
Page 2 of 14
Specify the file location and name for your Oracle Developer Suite10g %ORACLE_HOME%. Ensure that the
path is pointing to the appropriate products.jar; click ‘Next’:
Select the ‘Product to Install’ of ‘Oracle Designer 9.0.4.6 (Patchset to Developer Suite)’ and click ‘Next’:
Page 3 of 14
Install the Oracle 9i Database Software
Save all three file segments listed under Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for
Windows NT/2000/XP – 92010NT_Disk1.zip, 92010NT_Disk2.zip, and 92010NT_Disk3.zip, in my case -- to the
directory of your choosing.
Create the Disk1, Disk2, and Disk3 directories in your extraction directory (i.e. mkdir <your directory>/Diskn)
Unzip the previously downloaded files to their corresponding extraction directory; make sure to use the ‘Use
folder names’ option of WinZip. (Right-click; WinZip > Extract to..; specify <your directory>/Diskn)
The Universal Installer will appear. Click ‘Next’ at the Welcome screen.
Specify the file location and name for your Oracle 9i Release 2 Database %ORACLE_HOME%. Ensure that the
path is pointing to the appropriate products.jar; click ‘Next’:
Page 4 of 14
Select the ‘Product to Install’ of ‘Oracle 9i Database 9.2.0.1.0’ and click ‘Next’:
Page 5 of 14
Select the ‘Software Only’ installation type and click ‘Next’:
Unzip the previously downloaded files to their corresponding extraction directory; make sure to use the ‘Use
folder names’ option of WinZip. (Right-click; WinZip > Extract to..; specify <your directory>)
The Universal Installer will appear. Click ‘Next’ at the Welcome screen.
Page 6 of 14
Specify the file location and name for your Oracle 9i Release 2 Database %ORACLE_HOME%. Ensure that the
path is pointing to the appropriate products.jar; click ‘Next’:
mkdir C:\oracle\
mkdir C:\oracle\admin
mkdir C:\oracle\oradata
mkdir C:\oracle\admin\repo
mkdir C:\oracle\oradata\repo
mkdir C:\oracle\admin\bdump
mkdir C:\oracle\admin\cdump
mkdir C:\oracle\admin\create
mkdir C:\oracle\admin\pfile
mkdir C:\oracle\admin\scripts
mkdir C:\oracle\admin\udump
IFILE=C:\oracle\admin\repo\pfile\initrepo.ora
Page 7 of 14
3. Ensure that your user is part of the ORA_DBA group:
Start > Control Panel > Administrative Tools > Computer Management > Local Users and Groups
Click on Groups
Click on ORA_DBA
Add any user to the group that should be able to connect to oracle on the machine as a DBA without a password
SQLNET.AUTHENTICATION_SERVICES=(NTS)
NAMES.DEFAULT_DOMAIN=colestock.com
5. Start the Listener (we will use the default listener and port)
set ORACLE_HOME=C:\apps\oracle\9.2.0.6
set PATH=%ORACLE_HOME%\bin; %PATH%
set ORACLE_SID=repo
lsrnctl start
lsnrctl> status
6. Create the Windows Service for the database instance in question; example:
8. Create the repository owner and all dependent objects and grants by editing as appropriate and then running
Appendix C; example:
sqlplus> @c:\oracle\admin\repo\create\create_repo.sql
REPO.COLESTOCK.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = repo.colestock.com)
)
)
set ORACLE_HOME=C:\apps\oracle\DEVSUITE904
set PATH=%ORACLE_HOME%\bin; %PATH%
tnsping %ORACLE_SID%
Page 8 of 14
Create the Designer Repository
set ORACLE_HOME=C:\apps\oracle\DEVSUITE904
set PATH=%ORACLE_HOME%\bin; %PATH%
c:\apps\oracle\DEVSUITE904\bin\ckrau61.exe
Click 'Check Requirements'; ensure that all requirements have been satisfied and then clink 'Install':
Page 9 of 14
Select ‘Support for Oracle Designer Objects’ and then 'OK':
Specify the Index and Table Tablespaces and the repository size then click ‘Start’:
Page 10 of 14
Click 'OK' to the warning:
When the Repository is done, you should see a pop-up designating the 'Operation Complete':
Page 11 of 14
Sample Parameter File for Designer Repository Database (Appendix A)
db_block_size=8192
db_cache_size=50331648
open_cursors=300
background_dump_dest=C:\oracle\admin\repo\bdump
core_dump_dest=C:\oracle\admin\repo\cdump
user_dump_dest=C:\oracle\admin\repo\udump
timed_statistics=TRUE
control_files=("C:\oracle\oradata\repo\control01.ctl","C:\oracle\oradata\repo\control02.ctl
")
job_queue_processes=4
aq_tm_processes=1
compatible=9.2.0
db_name=repo
instance_name=repo
db_domain=colestock.com
remote_login_passwordfile=NONE
java_pool_size=41943040
shared_pool_size=103554432
processes=150
fast_start_mttr_target=300
pga_aggregate_target=33554432
sort_area_size=524288
sort_area_retained_size = 65536
undo_management=AUTO
undo_tablespace=UNDOTBS
hash_area_size = 1048576
optimizer_index_caching = 50
optimizer_index_cost_adj = 25
service_names='repo.colestock.com'
local_listener='(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))'
Page 12 of 14
Sample Create Database Script for Designer Repository Database (Appendix B)
Page 13 of 14
Sample Create Repository Owner Script (Appendix C)
@c:\apps\oracle\DEVSUITE904\repadm61\utl\ckrorole.sql;
Page 14 of 14