If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > UDB limit tablespace access

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-15-05, 10:40
martynhodgson martynhodgson is offline
Registered User
 
Join Date: Aug 2004
Posts: 4
UDB limit tablespace access

It possible on UDB (DB2 v8.2 on RHEL) to stop users other than dba/sysadm from changing data whilst I export all tables in a particular schema? This is so that I can be sure the data exported is a consistent set. I guess I'm after something like tablespace UT mode on the mainframe.

Thanks

Martyn Hodgson
Reply With Quote
  #2 (permalink)  
Old 02-15-05, 11:48
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
hmm ... I don't think there is a UT mode at the tablespace level on Unix .. You can do at a database level or at the table level ...
Refer the documenmtation for QUIESCE DATABASE or QUIESCE TABLESPACES FOR TABLE


I would generally use 'LOCK TABLES' before exporting or use an RR Isolation level when doing export

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On