On db2 LUW LInux: Is there a possibility to recreate tablespace somewhere aside pointing to a different tablespace name created only for the purpose of unloading data from the table. I'd like to be able to extract data or restore data from a damaged table so that you don't have to recreate the entire database, which usually takes a lot of disk space and time
Restore or some recreate a tablespace to another new tablespace on the side or empty db with only
324 Views Asked by bartezzzz At
1
There are 1 best solutions below
Related Questions in DB2
- How to grant privileges to current user
- Drop DB2 database if exist
- DB2, Hibernate, JPA: Schema does not exist
- Can you check for a DB2 license in C#?
- DB2 Join Query that Maximizes Column
- How to access a Row Type within an Array Type in DB2 SQL PL
- IBM DB2 native encryption applied on live database
- Using an ODBC connection in Access get retrieve data from DB2
- join 2 tables and get some columns from 1st table and max timestamp value from second table
- How to connect to DB2 SQL database with node JS?
- TRANSLATE not working inside XMLAGG
- Cannot initialise HikariCP pooled connection, Failure in loading native library db2jcct2
- published reports don't work - Database logon failed Error
- 1 Working Day Back In SQL DB2
- In java with DB2 parallel process: I got Deadlock Exception :DB2 SQL Error: SQLCODE=-911, SQLSTATE=40001, SQLERRMC=2, DRIVER=3.59.81
Related Questions in RESTORE
- Cannot Restore from Backup File to Sybase
- /usr/lib/* files had been deleted, how to restore these files
- IOException when trying to restore data in BackupAgent in chunks instead of all at once
- MvvmCross on iOS - Strategies for Saving and Restoring State
- Cassandra restore from incremental backup files from multilple nodes
- Restore a minimised application via VBS within an HTA
- CentOS6 - Backup all RPMs and installed programs
- Creating Backup and Restore where the Executable path in vb.net
- How do I display a folder that exists in the file system, but not in Eclipse
- Revert to state before installing a bower component
- Restore deleted files
- Lack of restore function for in-app purchase causes rejection
- How to dump data from file in MongoDB 3.0.3 with WiredTiger
- cpanel full account restoration without whm access
- restore window to specific locaiton on screen c# (console application)
Related Questions in DB2-LUW
- Error running SQL queries with Liquibase
- Not able to establish database connection in eclipse
- REORG command in db2
- Need to update same table on update using trigger in DB2
- What is "Select -1", and how is it different from "Select 1"?
- Is there a way to auto increment a column with respect to the foreign key in DB2?
- DB2 migrating database from V9.5 aix to V10.1 linux
- Does a table like user_tables (used in oracle) in db2 exist?
- db2 full text search in HADR mode
- db2set codepage in not working in DB2 windows
- DB2: restore database returns error SQL2036N on Linux
- No authorized routine named "GETVARIABLE" of type "FUNCTION" having compatible arguments was found
- zabbix server won't start
- How do I find out what version of DB2 LUW introduced support for NVARCHAR?
- Connecting ibm_db2 functions (php) on Ubuntu 14.04 to DB2 for z/OS
Related Questions in TABLESPACE
- Oracle XE data limit reached - how to reduce tablespace size?
- SQL to check the free space allocated for a user who doesn’t have DBA access in oracle 12c
- How to find table and column in DB2 with tbspaceid tableid specified in error message
- Auto creating new datafile in oracle
- SQL altering tablespace
- alter tablespace db2 when the Table space type is "AUTOMATIC STORAGE"
- ORA-01653: unable to extend table by in tablespace ORA-06512
- Database import is not working
- How to fix : unable to extend segment by 8 in undo tablespace?
- Oracle SQL DROP CREATE TABLESPACE error
- ODP.NET (Oracle Data Provider) schema
- use variable in psql while create tablespace
- How can I tell what is in a Postgresql tablespace?
- Can oracle tablespaces automatically add smallfile datafiles?
- Import dmp tablespace name must fit the old?
Related Questions in RECREATE
- Does a recreated activity remember the original intent started it?
- Recreate a Jpanel
- On ajax call recreate jsTree checkbox's
- Uanble to recreate built-in posterior() in R Toy example provided
- Recreating bar chart with R and ggplot2
- Android MediaPlayer - Unwanted new instance created whenever activity is instantiated
- Trying to recreate indexOf method in JavaScript
- Resolving difficult to recreate bugs
- Fragment not visible after when activity is recreated
- Is there a way to recreate the "parent" class from a static class?
- Why is recommended to recreate the whole database schema for each test?
- Unable to recreate missing debug keystore?
- onResume not called after recreate in Activity
- How to recreate a activity with last used fragment
- Kotlin app using recreate() function Error:"java.lang.IllegalStateException: Must be called from main thread"
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can't do it back into the original db, but you could create a separate db that contains just the tablespace with the data you're interested in: