![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I'm trying to grasp DB2 SQL-replication. In the example athttp://publib.boulder.ibm.com/infocenter/db2luw/v9r7/ topic/com.ibm.swg.im.iis.db.repl.asnclp.sql.doc/topics/ iiyrsclpbldscriptsql.html there is a section called "ASNCLP script 5 (subscription-set member)". The code in the example contains this statement: * *SET PROFILE TBSPROFILE FOR OBJECT TARGET TABLESPACE OPTIONS UW * *USING FILE "c:\TSTRG.TS" SIZE 700 PAGES; What's the purpose of the TSTRG.TS file? What should the permissions of such a file be? Should it be backed up? Or is it temporary while setting up replication? If not: Is is a performance bottleneck (i.e.: should it be put on potent storage?). And if it's not temporary: placing it in the root of the filesystem seems odd; would a better placement be something like ~db2inst1/sqllib? -- Troels |
It's not likely
#3
| |||
| |||
|
|
What's the purpose of the TSTRG.TS file? [...] Not sure (it was quite sime time since I played with sql replication), but I think it is a tablespace that could be used for tables related to subscription. I looked in my sample scripts that I created, and I notice that I commented that section out, so I assume this means that tables where created in USERSPACE1: |
|
I can mail you the scripts I played with, in case you would like to compare with your own things. |
![]() |
| Thread Tools | |
| Display Modes | |
| |