jazz configuratuion
nityananda sahu (1●1●11●11)
| asked Dec 02 '12, 4:48 a.m.
retagged Dec 13 '12, 2:10 p.m. by Bo Chulindra (1.3k●2●7●18)
Hi
i am configuring jazz team server where i have to congure oracle. i am creating a new table space but i am unable to know which dbf file location i ll provide while creating a new tablespace.please suggest me. |
2 answers
Hi -
When I configure Oracle for Jazz, I typically have the dbf file location be under the database storage directory. For example, if I create a database GDBFVT3014 with storage at: C:\app\Administrator\oradata\GDBFVT3014 then my sqlplus tablespace creation statement for the JTS tablespace looks like this: CREATE TABLESPACE JTS_TBS DATAFILE 'C:\app\Administrator\oradata\GDBFVT301\JTS_TBS.DBF' SIZE 1G AUTOEXTEND ON EXTENT MANAGEMENT LOCAL AUTOALLOCATE; This way, all the storage for the database is in one directory structure. Let me know if that was the information you were looking for. There is additional information on setting up an Oracle database for Jazz applications here: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_s_server_installation_setup_oracle.html Sincerely, Gail |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.