Search the web
Sign In
New User? Sign Up
aqt · Advanced Query Tool Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3225 - 3254 of 4217   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3225
Hi Phil & Others I suspect some of the logins I am using don't have rights to the system tables that AQT queries for it's data When I try to view DB links and...
Sandra Monk
sandramonk
Offline Send Email
May 1, 2007
9:29 pm
3226
Hi Sandra, to view DB Links you need access to SYS.DBA_DB_LINKS. to view Roles, you need access to SYS.DBA_ROLES, SYS.DBA_ROLE_PRIVS and SYS.DBA_SYS_PRIVS ...
Phil Castle
cardettnz
Offline Send Email
May 1, 2007
11:00 pm
3227
Hi, We have started using AQT recently in our Mainframe shop. I am writing a batch compare script to compare a bunch of tables. I would like to know all the...
satish_srikakulapu
satish_srika...
Offline Send Email
May 2, 2007
8:32 am
3228
Hi, Would you tell me how to increase number of recent connections at Connect dialog ? Regards. yshin...
yshin1018
Offline Send Email
May 2, 2007
8:32 am
3229
Sorry, I have not open advanced area....... yshin...
yshin1018
Offline Send Email
May 2, 2007
9:24 am
3230
All these parameters relate to different options you see on the Compare Data window. The easiest thing to do is to set the various options in the window then...
Phil Castle
cardettnz
Offline Send Email
May 2, 2007
10:51 am
3231
We are getting an error that states, "Processing error at gui_load Invalid property value" and "Processing error at dbagui.setgui Invalid property value". I...
kodi1227
Offline Send Email
May 3, 2007
11:04 pm
3232
The most probable cause of this is that the remembered size/position of this window has somehow gotten bad values. The solution is to clear this out. Use...
Phil Castle
cardettnz
Offline Send Email
May 4, 2007
9:00 am
3233
What is the best way to use AQT with Java databases that dont install ODBC drivers, such as Derby and Hypersonic. Ive seen odbc-jdbc bridge software but seems...
glenncolman
Offline Send Email
May 5, 2007
4:25 am
3234
Thank you! This solved the problem. We appreciate your help. Cindy ... size/position ... Settings\Cardett\Screen ... gui_load...
kodi1227
Offline Send Email
May 5, 2007
11:38 pm
3235
Hi, I would like to know if we can build DB2 Stored Procedures using AQT. Thanks, Satish...
satish_srikakulapu
satish_srika...
Offline Send Email
May 8, 2007
6:14 pm
3236
Hi Satish, Yes, AQT is able to create and alter stored procedures for DB2. DB2 z/OS is an exception however as it doesn't hold the SP text in the catalog...
cardett_troy
Offline Send Email
May 8, 2007
10:00 pm
3237
Hi Troy, Thank you very much for the information. I saw that SP information is stored in SYSIBM.SYSROUTINES_SRC for DB2 in z/OS. In Stored procedures developed...
satish_srikakulapu
satish_srika...
Offline Send Email
May 9, 2007
6:24 pm
3238
Hi Satish, While there is a catalog table SYSIBM.SYSROUTINES_SRC this is only populated when SPs are created through the IBM Development Center. So this...
cardett_troy
Offline Send Email
May 9, 2007
10:50 pm
3239
Good Morning, It seems that if I create a query and use quotes( " " ) for my column names, that when I use the query builder, the quotes are droped. Example 1)...
Jerrold Emery
disturbedenergy
Offline Send Email
May 10, 2007
3:02 am
3240
Is there a setting change or other ideas to fix this? Thanks. ============================================ SETUP: Oracle field is varchar(2) length of 4000. ...
hamilton_marsh
Offline Send Email
May 10, 2007
3:04 am
3241
When your SQL goes into the Query Builder, it is parsed and turned into a graphical query. The SQL is then generated from the graphical query. The result is...
Phil Castle
cardettnz
Offline Send Email
May 10, 2007
9:44 am
3242
I'm not sure exactly what is going wrong here. In your TEST system, is the data OK? When you display the table you can double-click a cell (Detail of a Data...
Phil Castle
cardettnz
Offline Send Email
May 10, 2007
10:09 am
3243
The Oracle source for COPY - TEST Hex shows two positions 0D 0A (carriage return|line feed). The Oracle target after PASTE - PROD Hex shows one position 0A...
hamilton_marsh
Offline Send Email
May 10, 2007
1:58 pm
3244
Thanks for that info. That helps to clarify this. When SQL is passed to Oracle, AQT does indeed replace cr+lf characters with lfs. In the past we have found...
Phil Castle
cardettnz
Offline Send Email
May 10, 2007
8:48 pm
3245
The added option is working great!! (Option > Technical Parameters and de-select "For Oracle, replace CRLF with LF") Thank you so much for the OUTSTANDING...
hamilton_marsh
Offline Send Email
May 15, 2007
2:48 pm
3246
My environment is AQT 8.1.6 on a Windows Server 2003 machine accessing Oracle 10g, SQL Server 2005, and DB2 databases. We upgraded directly from AQT 8.1.4 to...
Allen Fields
allenr_fields
Offline Send Email
May 16, 2007
2:46 am
3247
Hi there, as for the first problem: when AQT retrieves SQL from the History, it parses the SQL to find the table(s) in it, then get the column-list for that...
Phil Castle
cardettnz
Offline Send Email
May 16, 2007
6:48 am
3248
Hi, I am having some difficulty finding out how to rename a table column using the alter table interface in AQT 8.1.5. No matter what DB I try to connect to,...
aydaen2000
Offline Send Email
May 18, 2007
9:37 pm
3249
In the Admin Toolbar there is a little "tools" icon with a drop-down list. One of the items in this dropdown is "Rename columns". You will see this for...
Phil Castle
cardettnz
Offline Send Email
May 18, 2007
9:56 pm
3250
Hi, I have a batch compare script that has all the parms set initially. I would like to keep all the parms in a different file, and use that file in my batch...
satish_srikakulapu
satish_srika...
Offline Send Email
May 23, 2007
11:45 pm
3251
Hi Satish, Yes, you can add a file. Just add: --aqt include,file=FileName.sql Regards. -- Troy Pascoe Technical Support Cardett Associates Ltd ...
cardett_troy
Offline Send Email
May 24, 2007
2:21 am
3252
Thank you very much, Troy. ... initially. ... that...
satish_srikakulapu
satish_srika...
Offline Send Email
May 24, 2007
5:10 pm
3253
Hi, I had aqt 8.16 running fine for a long time under Server 2003 Service Pack 2 and on a VMWare virtual host. Our admins moved the virtual host with aqt to a...
Jim Cramer
themezman50
Offline Send Email
Jun 1, 2007
4:56 pm
3254
The most probable cause of this is something called Data Execution Protection, that comes with MS Terminal Server 2003 SP2. This is a feature that is designed...
Phil Castle
cardettnz
Offline Send Email
Jun 1, 2007
9:32 pm
Messages 3225 - 3254 of 4217   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help