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 your group to be featured on the Yahoo! Groups website? 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 3809 - 3838 of 4217   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3809
This would be a great addition. Thanks...
williamstandkeiii
williamstand...
Offline Send Email
Oct 1, 2008
12:51 pm
3810
This will be in the next version, due early to mid next year. Phil...
Phil Castle
cardettnz
Offline Send Email
Oct 1, 2008
7:06 pm
3811
When running explain on a SQL Database, that uses a date range like AND ("WIP_MACH_OPS"."WORK_DATE">={ts '2008-09-01 00:00:00'} AND...
blkplt1
Offline Send Email
Oct 6, 2008
11:46 am
3812
Can you let me know what version of AQT you are running? I have been trying to reproduce this error you are getting (without success) - perhaps you are not...
Phil Castle
cardettnz
Offline Send Email
Oct 6, 2008
8:13 pm
3813
Phil, I am running version 8.1.5, yep it is an older version. Is there something you would like me to try, or did you want to see the SQl. Terry 920-433-5112 ...
Ambrosius, Terry
blkplt1
Offline Send Email
Oct 7, 2008
11:15 am
3814
Thanks. I can't reproduce the problem in AQT 8.1.5 either. Could you go to Options > General, switch on Debug Mode, reproduce the problem, then email me the...
Phil Castle
cardettnz
Offline Send Email
Oct 8, 2008
9:31 am
3815
Phil -attached, this going after SQL 2005 DB Terry From: aqt@yahoogroups.com [mailto:aqt@yahoogroups.com] On Behalf Of Phil Castle Sent: Wednesday, October...
Ambrosius, Terry
blkplt1
Offline Send Email
Oct 8, 2008
11:55 am
3816
Hi, we are using system monitor for our company (oracle 10g). Just wanted to confirm what tables a user needs access to in order for the system monitor to...
mpkincai
Offline Send Email
Oct 8, 2008
7:28 pm
3817
They need access to: Views SYS.V_$BUFFER_POOL_STATISTICS SYS.V_$ROLLNAME SYS.V_$SESSION SYS.V_$SQL SYS.V_$SQL SYS.V_$TRANSACTION Plus synonyms DBA_LOCK ...
Phil Castle
cardettnz
Offline Send Email
Oct 8, 2008
7:47 pm
3818
Thanks. What I think is happening is that you have an invalid timestamp value, eg. day, month or year is outside the valid range. When AQT reads the timestamp...
Phil Castle
cardettnz
Offline Send Email
Oct 8, 2008
7:59 pm
3819
Does the Monitor include any means of notification when thresholds are exceeded? Like sending email or paging?...
glennwiens
Offline Send Email
Oct 9, 2008
3:15 am
3820
howdy... question for you I have AQT 8.2.3 hooked to an oracle 10g database. Is their a way to either save off my histroy buffer or define which tables to...
piggerpug
Offline Send Email
Oct 9, 2008
3:16 am
3821
No, the monitor doesn't have any notification capabilities. Phil. ... are...
Phil Castle
cardettnz
Offline Send Email
Oct 9, 2008
3:16 am
3822
There's no way of saving the history buffer between sessions. What may be useful for you is Options > Table Information > "Show Favorites on Startup". When...
Phil Castle
cardettnz
Offline Send Email
Oct 9, 2008
3:33 am
3823
Perfect.. thanks Phil. ... AQT ... 10g ... which ... very ... new....
piggerpug
Offline Send Email
Oct 9, 2008
1:36 pm
3824
I am still considering purchasing AQT, but have not been able to locate an answer about scripting. Does this tool enable scripting that integrates with DOS and...
glennwiens
Offline Send Email
Oct 9, 2008
11:58 pm
3825
Yes, AQT scripting can be run from a .bat file. In your AQT directory, see files batch*.* which gives an example of the use of AQT in batch. Phil. ... locate ...
Phil Castle
cardettnz
Offline Send Email
Oct 10, 2008
12:14 am
3826
Trying to load data into a table... Logged on to one database (Oracle 9).... ran query to generate rows I require...fine.. Then log on to another db (exact...
quaylochjack
Offline Send Email
Oct 12, 2008
6:36 pm
3827
There are two issues here: Displaying as DOUBLE PRECISION. The Data Loader will run your query and display (on the Mapping tab) the data types of the columns...
Phil Castle
cardettnz
Offline Send Email
Oct 12, 2008
7:15 pm
3828
Phil Thanks for your prompt response. Here's my findings: 1. Yes I confirm that the TO_CHAR version of the query gives me more decimal places. In other words,...
Michael Hawkins
quaylochjack
Offline Send Email
Oct 13, 2008
6:49 pm
3829
I will look into this further then get back to you. Phil. ... more decimal places. In other words, my original query had already lost some digits even before I...
Phil Castle
cardettnz
Offline Send Email
Oct 13, 2008
6:53 pm
3830
Phil,   Just some more info for you.... performed a test....   1. Regenerated my lookup table schema using VARCHAR2 (60) columns instead of the original...
Michael Hawkins
quaylochjack
Offline Send Email
Oct 14, 2008
10:01 am
3831
I've just looked at this further. The FLOAT value are OK in the database, they just don't display in AQT. Within AQT, the FLOAT values are mapped to a Windows...
Phil Castle
cardettnz
Offline Send Email
Oct 14, 2008
10:55 pm
3832
Phil, Thanks for this........ but here's some more info that may have compounded the issue ..... Here's the story... I needed to create a lookup table. In...
Michael Hawkins
quaylochjack
Offline Send Email
Oct 15, 2008
10:59 am
3833
Hi Phil - I've been stymied for a while wondering why data compare runs so slowly when I target two large tables (e.g., 10M rows) and ask AQT to stop after the...
cjbraudy
Offline Send Email
Oct 15, 2008
7:20 pm
3834
The query AQT runs is SELECT * FROM TEST.CUSTOMER_TAB ORDER BY CUST_CD,CLAIM_NUM Based on the "Max rows" you have specified, AQT will set the ODBC attribute...
Phil Castle
cardettnz
Offline Send Email
Oct 15, 2008
8:10 pm
3835
Phil, I've tried the OptimizeForNRows (I'd already come across that). Unfortunately, that does not instruct DB2 to avoid the table scan / sort of the result...
Chris Braudy
cjbraudy
Offline Send Email
Oct 16, 2008
12:45 am
3836
Ah yes, I guess you wouldn't be the first person to discover that the DB2 Optimizer doesn't always choose the best access path. It certainly has a fondness for...
Phil Castle
cardettnz
Offline Send Email
Oct 16, 2008
3:54 am
3837
I've running 8.2.5 Extended but I've seen this problem for a while. When I was just running AQT once in a while I could live with it but I'm on a project where...
agmacur
Offline Send Email
Oct 17, 2008
1:37 am
3838
Whats probably happening is that AQT is opening a dialog window to show you the data, howewever you cannot see this dialog window. This could be because it is...
Phil Castle
cardettnz
Offline Send Email
Oct 17, 2008
1:43 am
Messages 3809 - 3838 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