RE: db2move export load .... whats happening
empty directorydb2move export into the directory for a selected schemagoing the other waydb2move load off the same directoryerror!How do you shoot this?
View ArticleRE: db2move export load .... whats happening
Hello,Are these tables defined in a multi-partitioned database?RegardsOndrej
View ArticleRE: Is it able to launch Toad for DB2 4.7 and make connection to designated...
You could also use the 'connect on startup' option within your connection profile properties as shown below:
View ArticleRE: date question
Hello,Does exist any rule on how to compute the date? I don't see any for these 2 examples. If there is no rule, you would need to implement it in the code manually or save combinations to a table and...
View ArticleRE: date question
I am confused. Can you explain in greater detail? I dont understand how you are getting 3/1/2003 when you subtract 3/1/2017 and 3/1/2018. What is the formula you are using? Also are you using z/OS...
View ArticleRE: date question
I am trying to get the most current 12 months of data based on a start date. so in this instance the start date is 3/1/2003. The most current 12 months would be from 3/1/2017 – 3/1/2018. The next...
View ArticleRE: date question
Ah now I follow. I will try to write something up for you. Seems like pretty simple SQL. Most likely just put the SQL into a function and call that function. Let me get back to you shortly. Are you...
View ArticleRE: date question
This makes absolutely no sense. What is the correlation between the start date and the most current 12 months of data. Until you provide that I don't know how the question can be answered.
View ArticleRE: date question
How does this work? Not sure about performance, but I think its what you want.with cte_dates as ( Select cast('5/22/2018' as date) as start_date from sysibm.sysdummy1 union all Select cast('3/1/2003'...
View Articledate question
I am trying to do a date calc that has me confused. i want to use a date in the past to as my starting point to get the most recent full 12 mont period3/1/2003 = 3/1/2017 - 3/1/20186/1/2005 =...
View ArticleOpena new file in same editor
Is it possible to open a new file and overwrite the existing data in an open editor?I am using v6.3Thanks,Paul
View ArticleRE: Opena new file in same editor
Not currently, but can you let us know your use case? Toad simply creates another Editor tab when opening up a script/file. So the end-result is the same, except that you get the flexibility of...
View ArticleRE: Opena new file in same editor
As Gary mentioned Toad will open up a new editor.If you wanted to bring the contents of that new editor into your existing editor - you can easily CTRL+A and CTRL+C to copy all of its contents.I too...
View ArticleRE: Opena new file in same editor
Our company recently disabled the Create and Replace for procedure command. I need to update about 400 stored procedures. I need to add a Drop and Create statement. I can do this with a code snippet.I...
View ArticleRE: toad for db2 freeware install error (64 bit version)
The 32-bit and 64-bit version cannot co-exist.Choose the bitness of Toad DB2 that matches the bitness of your local DB2 client.
View Articletoad for db2 freeware install error (64 bit version)
devexpress.xpf.grid dll cannot be written to, make sure you have admin rights etc etc, I start the installation from an elevated cmd prompt.if I install the 32 bit version then it installs fine.
View ArticleRE: Issue with a SELECT ... FOR UPDATE DB2 11.1
Hello vilallva11,These locks are there "by design". It means that this level of locking is expected and required. No way how to change it for FOR UPDATE clause. There is no DB/instance parameter to...
View ArticleIssue with a SELECT ... FOR UPDATE DB2 11.1
Hi!We are a issue in our database DB2 11.1 with a SELECT ... FOR UPDATE which is executed many time by seconds and it is generating many locks and the applications hangs.SQL_TEXT:SELECT...
View ArticleRE: Issue with a SELECT ... FOR UPDATE DB2 11.1
Thank Ondrej.Zizka !I agree that there is no parameter that change the behavior of the locks. IBM requires it to be executed at the moment the issue occurs:-> db2mon.pl and db2fodc -hang fullI...
View ArticleSQLSTATE=58005 - InnerException Message "No data exists for the row/column."
Hi,One of my customer is using TOAD to connect to our DB2 Reporting Database. When they run a SELECT query, they are getting the below error. Because of the InnerException Message "No data exists for...
View Article