I need some help with my DB2 instance on Cloud. I need execute a command for change system property, for example I need change the configuration STRING_UNITS to CODEUNITS32, but I cant do it using IBM DATA SERVER DRIVER( IBM console). I will to thank some help. Thank you very much.
DB2 on Cloud. Change the configuration STRING_UNITS to CODEUNITS32
292 Views Asked by Yasser Moreno At
1
There are 1 best solutions below
Related Questions in DASHDB
- How do I configure Db2 on Cloud as source in Apache Zeppelin?
- db2 on cloud rollforward and incremental backup
- Db2: How to convert Unix / epoch time to timestamp?
- Exceeded maximum limit of 5 connections. Connection refused
- IBM DB2 On Cloud - Exceeded maximum limit of 5 connections. Connection Refused
- Db2 Lite plan on the IBM Cloud table not accessible after ALTER COLUMN performed
- for db2 on cloud, are things like runstats and reorgchk/reorg done automatically?
- How to change timestamp in Db2?
- DB2 on Cloud. Change the configuration STRING_UNITS to CODEUNITS32
- Why am I getting the "SQL0134N Improper use of a string column..." error with my query?
- DashDB Entry Plan sunset and databases lost
- V2/V3 of Db2 Warehouse Rest API
- I got garbled character with [email protected] in nodejs project
- Db2 on IBM Cloud: How to get the table space?
- DB2 database in Oracle SQL developer with SSL option
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 # Hahtags
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?
string_unitsis configurable on-linehttps://www.ibm.com/support/knowledgecenter/SSEPGG_11.5.0/com.ibm.db2.luw.admin.config.doc/doc/r0060936.html
so if you have SYSADM, SYSCTRL or SYSMAINT authority on the instance you could run
https://www.ibm.com/support/knowledgecenter/SSEPGG_11.5.0/com.ibm.db2.luw.sql.rtn.doc/doc/r0023593.html
The change will only take effect on new connections, existing connections would need to re-connect to pick up the new default.
If you don't have one of those authorities, then you can change the
NLS_STRING_UNITSglobal variable at a session level https://www.ibm.com/support/knowledgecenter/SSEPGG_11.5.0/com.ibm.db2.luw.sql.ref.doc/doc/r0060917.html