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...
Show off your group to the world. Share a photo of your group with us.

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 4014 - 4043 of 4217   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4014
Hi, Can I execute DDL and Trigger in SQL window at on execution ? I understood I must change delimiter setting to execute script in SQL window. I want to...
yshin1018
Offline Send Email
Apr 6, 2009
9:21 am
4015
Hi, is possible install it on win2003 thanks...
Erdnando Rodriguez Va...
erdnando
Offline Send Email
Apr 6, 2009
9:15 pm
4016
Hi, Yes AQT will work fine on win2003. One issue that users have run into however is Windows Data Execution Protection. Windows has a feature called Data...
cardett_troy
Offline Send Email
Apr 6, 2009
9:23 pm
4017
You can run a script as a single statement by specifying Options > Run SQL > Statement Delimiter > None. Alternatively, when you generate DDL for the trigger,...
Phil Castle
cardettnz
Offline Send Email
Apr 6, 2009
10:21 pm
4018
Hi, I am running version 8.2.4 and want to upgrade to the latest version. When I install ver 8.2.6 overtop of the older version, will all of the Option...
glen.wenzel
Offline Send Email
Apr 9, 2009
4:08 pm
4019
Yes, all the settings will be retained, including the History. Phil....
Phil Castle
cardettnz
Offline Send Email
Apr 9, 2009
7:59 pm
4020
I try searching the messages with a generic search word like Orcale and it doesn't find any results? Any ideas?...
scottb10@...
scottb10...
Offline Send Email
Apr 16, 2009
9:48 pm
4021
I try running the follwoing command: --aqt connect,dbs=PROD,user=xxtpr,epwd=xxxxx however, I get the foolwoing error: ***ERROR: S1090(0)[Oracle][ODBC]Invalid...
scottb10@...
scottb10...
Offline Send Email
Apr 16, 2009
9:48 pm
4022
You are right, the Yahoo group search doesn't seem to work well. This is something we have raised with Yahoo (no response yet). In the meantime you can use...
Phil Castle
cardettnz
Offline Send Email
Apr 16, 2009
9:59 pm
4023
This can happen if the epwd is not a valid encrypted password. What has happened is that AQT has gotten an error decrypting the password, which results in this...
Phil Castle
cardettnz
Offline Send Email
Apr 17, 2009
5:50 am
4024
We're trying to use AQT's scripting-feature to automize running of sql-scripts. We would expect the processing to stop whenever a SQL-error occurs. However...
OPOnline
Offline Send Email
Apr 17, 2009
10:46 am
4025
This is true. When AQT gets an error, it sets the return code to a non-zero value. This is so the calling batch script can detect the problem and take...
Phil Castle
cardettnz
Offline Send Email
Apr 17, 2009
11:06 am
4026
Thx Phil, your reply explains the memory violation with startup,mode=batch, but what about mode=online? that way AQT apparently ignores...
OPOnline
Offline Send Email
Apr 17, 2009
6:51 pm
4027
This is probably a bug. I'll see if I can fix this in the next release (aqt827), which I am putting the finishing touches on. Phil....
Phil Castle
cardettnz
Offline Send Email
Apr 17, 2009
8:52 pm
4028
Thx Phil, I'll await Your upcoming releases. cheers...
OPOnline
Offline Send Email
Apr 17, 2009
10:02 pm
4029
I am using the AQT Loader to move some data from a db2 (9.5) database to an Oracle 10g (10.0.2.1) database. The DB2 table contains a TIMESTAMP column that...
tony_awbrey
Online Now Send Email
Apr 20, 2009
8:16 pm
4030
Hi there, Oracle DATE values only contain the Date, plus the Time to the nearest second. It doesn't hold any decimal part of the Time. If you want to hold...
Phil Castle
cardettnz
Offline Send Email
Apr 20, 2009
9:15 pm
4031
I have a load I am doing from DB2 to Oracle and some of the columns are defined as NOT NULL. In the DB2 database the columns contain empty string which is not...
tony_awbrey
Online Now Send Email
Apr 21, 2009
1:37 pm
4032
... I stumbled upon a way to do this using :ifblank(" ")....
tony_awbrey
Online Now Send Email
Apr 21, 2009
4:30 pm
4033
Hi, I've created two parameters by going ot tools> parameters. I'm using the default parameter indicator of $ and Enable Parameters is checked. I've used the...
suchintha
Offline Send Email
Apr 22, 2009
10:00 pm
4034
Hi, From the main menu try: Tools > View SQL after parameter placement This will show you the SQL that is being run with the parameter replaced with the...
cardett_troy
Offline Send Email
Apr 22, 2009
10:06 pm
4035
And can be downloaded from http://www.querytool.com/download.html For info on what's new in this release, see http://www.querytool.com/whatsnew.html Phil....
Phil Castle
cardettnz
Offline Send Email
Apr 23, 2009
9:57 am
4036
Hello, Thank you for your reply. After I posted this, I found out the problem. Coudn't retract the question, since it was still not available on public view....
suchintha
Offline Send Email
Apr 23, 2009
5:52 pm
4037
Why is it that I can not do multiple left joins in AQT when reading in excel files. I never have had a problem doing this with DB2 or Oracle but this is...
piggerpug
Offline Send Email
Apr 24, 2009
4:48 am
4038
Actually I should clarify... I was proofing my query and obviously wasnt' accurate since I actually want the 'A' table to be the one every thing is left joined...
piggerpug
Offline Send Email
Apr 24, 2009
6:11 pm
4039
Yes, this will an Excel thing. Every database has it's own slight variations on the SQL syntax, especially for complicated things like multiple joins. You...
Phil Castle
cardettnz
Offline Send Email
Apr 24, 2009
6:25 pm
4040
I will be out of the office starting 04/24/2009 and will not return until 05/04/2009. Contact the help desk X4444 in case of emergency....
dpechott@...
dpechotta
Offline Send Email
Apr 24, 2009
9:03 pm
4041
Bizarre... always has to be some crazy m$oft thing. That did not work. I have searched high and low, but havn't found anything. I will post back here if I...
piggerpug
Offline Send Email
Apr 25, 2009
6:37 pm
4042
This worked in my test... SELECT A.*, B.*, C.* FROM ([sp_employees$] A LEFT OUTER JOIN [Persona$] B ON A.GPID=B.GPID) LEFT OUTER JOIN [action$] C ON...
stephe_faust@...
stephe_faust
Offline Send Email
Apr 26, 2009
2:10 pm
4043
I've tried this on two different workstations-- both running AQT v8.2.7 on XP SP3. The find_replace (in SQL query editor) works fine, but when I hit [ESC] or...
stephe_faust
Offline Send Email
Apr 28, 2009
3:33 am
Messages 4014 - 4043 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