svn is broken in 12.9

SVN handling is broken in 12.9. Commits are being reported as successful when they are actually failing.

This is a partial log of a SVN commit in 12.8

Time Stamp: 27/07/2016 10:56:20 AM,

Connection: SQV@WEBDV,

Request: “C:\Program Files\TortoiseSVN\bin\svn.exe” changelist cl-160727105620 --username **** --non-interactive CPMFIT_PKG_DEV.pkb,

Request: , A [cl-160727105620] CPMFIT_PKG_DEV.pkb,

Time Stamp: 27/07/2016 10:56:21 AM,

Connection: SQV@WEBDV,

Request: “C:\Program Files\TortoiseSVN\bin\svn.exe” commit --username **** --non-interactive --changelist cl-160727105620 -m “comment line to show that SVN is broken in Toad 12.9. This is from version 12.8”,

Request: , Sending CPMFIT_PKG_DEV.pkb, Transmitting file data .done, Committing transaction…, Committed revision 352.,

Time Stamp: 27/07/2016 10:56:23 AM,

Connection: SQV@WEBDV,

Request: “C:\Program Files\TortoiseSVN\bin\svn.exe” info --username **** --non-interactive svn://dev.tts.serv/san/tts/code_repository/svn/oracle/cpmfit/trunc/CPMFIT_PKG_DEV.pkb,

Request: , Path: CPMFIT_PKG_DEV.pkb, Name: CPMFIT_PKG_DEV.pkb, URL: svn://dev.tts.serv/san/tts/code_repository/svn/oracle/cpmfit/trunc/CPMFIT_PKG_DEV.pkb, Relative URL: ^/svn/oracle/cpmfit/trunc/CPMFIT_PKG_DEV.pkb, Repository Root: svn://dev.tts.serv/san/tts/code_repository, Repository UUID: 42682a84-9552-11e5-9247-4f3ae85df392, Revision: 352, Node Kind: file, Last Changed Rev: 352, Last Changed Date: 2016-07-27 10:56:22 -0400 (Wed, 27 Jul 2016), ,

This only works if the command is invoked from the working directory - and it does.

A partial log of a commit in 12.9

Time Stamp: 07/27/2016 11:05:04:486,

Connection: SQV@WEBDV,

Request: “C:\Program Files\TortoiseSVN\bin\svn.exe” changelist cl-160727110504 --username **** --non-interactive H:\svn\workdir\svn\oracle\cpmfit\trunc\CPMFIT_PKG_DEV.pkb,

Response: , A [cl-160727110504] CPMFIT_PKG_DEV.pkb,

Time Stamp: 07/27/2016 11:05:05:082,

Connection: SQV@WEBDV,

Request: “C:\Program Files\TortoiseSVN\bin\svn.exe” commit --username **** --non-interactive --changelist cl-160727110504 -m “SVN is broken in Toad 12.9. Example from 12.9”,

Time Stamp: 07/27/2016 11:05:05:558,

Connection: SQV@WEBDV,

Request: “C:\Program Files\TortoiseSVN\bin\svn.exe” info --username **** --non-interactive svn://dev.tts.serv/san/tts/code_repository/svn/oracle/cpmfit/trunc/CPMFIT_PKG_DEV.pkb,

Response: , Path: CPMFIT_PKG_DEV.pkb, Name: CPMFIT_PKG_DEV.pkb, URL: svn://dev.tts.serv/san/tts/code_repository/svn/oracle/cpmfit/trunc/CPMFIT_PKG_DEV.pkb, Relative URL: ^/svn/oracle/cpmfit/trunc/CPMFIT_PKG_DEV.pkb, Repository Root: svn://dev.tts.serv/san/tts/code_repository, Repository UUID: 42682a84-9552-11e5-9247-4f3ae85df392, Revision: 352, Node Kind: file, Last Changed Rev: 352, Last Changed Date: 2016-07-27 10:56:22 -0400 (Wed, 27 Jul 2016), ,

Note that there is no message saying that the file is being transmitted or that the commit is successful, that is because the command fails - because Toad is not in the working directory. if I run from the command line you can see that the commit fails -

C:\Users\lbrown>“C:\Program Files\TortoiseSVN\bin\svn.exe” changelist cl-160727110504 --username MGR --non-interactive H:\svn\workdir\svn\oracle\cpmfit\trunc\CPMFIT_PKG_DEV.pkb

A [cl-160727110504] H:\svn\workdir\svn\oracle\cpmfit\trunc\CPMFIT_PKG_DEV.pkb

C:\Users\lbrown>“C:\Program Files\TortoiseSVN\bin\svn.exe” commit --username --non-interactive --changelist cl-160727110504 -m "SVN is broken in Toad 12.9. Example from 12.9

svn: E155007: ‘C:\Users\lbrown’ is not a working copy

To fix

either Toad should do a cd to the working directory - where the working copy is ( which it can do because it asks for the working directory (project) ), an then assumes that it’s there

or the working copy should be explicity specified in the commit call :

C:\Users\lbrown>“C:\Program Files\TortoiseSVN\bin\svn.exe” commit --username --non-interactive --changelist cl-160727110504 -m “SVN is broken in Toad 12.9. Example from 12.9” H:\svn\workdir\svn\oracle\cpmfit\trunc\CPMFIT_PKG_DEV.pkb

Toad already has that information since it was used in changeset call.


Toad incorrectly reports that the commit is successful in 12.9:

Info: Logged into SVN, 11:04:25

Info: Project selected: oracle/cpmfit/trunc, 11:04:25

Info: Editor file \ca-gc-000-01\home\LBrown\svn\workdir\svn\oracle\cpmfit\trunc\CPMFIT_PKG_DEV.pkb copied to VCS working directory H:\svn\workdir\svn\oracle\cpmfit\trunc\CPMFIT_PKG_DEV.pkb, 11:05:06

Info: File successfully checked in: H:\svn\workdir\svn\oracle\cpmfit\trunc\CPMFIT_PKG_DEV.pkb


attached: Toad is supplied with the working directory (project)
TOAD-SVN-version-12.9-2016-07-27 11_02_30-select-project.jpeg

Hi Leighton,

Thanks for providing some feedback, as well as including such detailed information on the issue you’re running into. Having this information definitely helps us whenever we try to troubleshoot. :slight_smile:

Toad uses a Windows API call to launch the Subversion command-line task, so there’s really no need to do a “cd” to the working directory. The current working directory is actually specified as part of that call. We also use changelists because of command-line length limitations, as well as to keep multiple changes within a single revision.

Based on what you wrote above, it appears as though you’re working with file-based source control within the Editor, rather than using Team Coding to manage your database objects. Since the Subversion code itself hasn’t changed much between versions Toad 12.8 and Toad 12.9, I set up a similar test here; but I was unable to reproduce what you were seeing. I’m going to list the steps I followed below; so if I’m doing something differently than you are, please feel free to let me know.

== BEGIN TEST ==

In my test, I have a SQL file sitting out on a networked drive. In Toad 12.9, I set my local provider to Subversion and connected to a remote subversion server through WebDAV. I then linked that repository to a local working folder on my C:\ drive and logged in to Subversion.

  1. I opened the script on the networked drive in the editor

  2. Since I knew this file didn’t exist on the Subversion server, I clicked the “Add file to VCS” button and added the script. It prompted me for the VCS destination folder and checked the file in. Here’s an excerpt from Toad’s VCS debug log:

==================================================================
Time Stamp: 07/27/2016 13:20:50:862
Request: svn.exe add --username **** --password **** --non-interactive C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Response:
A CompareFiles1.sql

==================================================================
Time Stamp: 07/27/2016 13:20:50:914
Request: svn.exe changelist cl-160727132050 --username **** --password **** --non-interactive C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Response:
A [cl-160727132050] CompareFiles1.sql

==================================================================
Time Stamp: 07/27/2016 13:20:50:978
Request: svn.exe commit --username **** --password **** --non-interactive --changelist cl-160727132050 -m “”

Response:
Adding CompareFiles1.sql
Transmitting file data .
Committed revision 2262.

==================================================================
Time Stamp: 07/27/2016 13:20:51:504
Request: svn.exe info --username **** --password **** --non-interactive http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql

Response:
Path: CompareFiles1.sql
Name: CompareFiles1.sql
URL: http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Relative URL: ^/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Repository Root: http_://carsvn258:8080/svn/CARSVN258_TC
Repository UUID: a0243a6d-3916-044d-87cf-62fcaf4d1cae
Revision: 2262
Node Kind: file
Last Changed Author: admin
Last Changed Rev: 2262
Last Changed Date: 2016-07-27 13:21:10 -0400 (Wed, 27 Jul 2016)

==================================================================
Time Stamp: 07/27/2016 13:20:51:649
Request: svn.exe changelist --username **** --password **** --non-interactive --remove --changelist cl-160727132050 --depth infinity .

The output listed in the Editor’s output window stated:

13:20:46 Info: Project selected: JJB_TEST1/TESTPROJECT,

13:20:46 Info: Editor file T:\JohnB\CompareFiles1.sql copied to VCS working directory C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql,

13:20:51 Info: File successfully added to VCS: C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

  1. I then made a change to the source file, adding a comment, and saved it.

  2. I then clicked the check-in button. It prompted me for the VCS destination folder and checked the file in. Here’s an excerpt from the VCS debug log for that action:

==================================================================
Time Stamp: 07/27/2016 13:22:28:319
Request: svn.exe changelist cl-160727132228 --username **** --password **** --non-interactive C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Response:
A [cl-160727132228] CompareFiles1.sql

==================================================================
Time Stamp: 07/27/2016 13:22:28:367
Request: svn.exe commit --username **** --password **** --non-interactive --changelist cl-160727132228 -m “”

Response:
Sending CompareFiles1.sql
Transmitting file data .
Committed revision 2263.

==================================================================
Time Stamp: 07/27/2016 13:22:28:641
Request: svn.exe info --username **** --password **** --non-interactive http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql

Response:
Path: CompareFiles1.sql
Name: CompareFiles1.sql
URL: http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Relative URL: ^/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Repository Root: http_://carsvn258:8080/svn/CARSVN258_TC
Repository UUID: a0243a6d-3916-044d-87cf-62fcaf4d1cae
Revision: 2263
Node Kind: file
Last Changed Author: admin
Last Changed Rev: 2263
Last Changed Date: 2016-07-27 13:22:47 -0400 (Wed, 27 Jul 2016)

==================================================================
Time Stamp: 07/27/2016 13:22:28:763
Request: svn.exe changelist --username **** --password **** --non-interactive --remove --changelist cl-160727132228 --depth infinity .

The editor’s output window states:

13:22:20 Info: Project selected: JJB_TEST1/TESTPROJECT,

13:22:20 Info: Editor file T:\JohnB\CompareFiles1.sql copied to VCS working directory C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql,

13:22:28 Info: File successfully checked in: C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

  1. I then made one more change, saved it and added a comment upon checkin:

==================================================================
Time Stamp: 07/27/2016 13:31:47:132
Request: svn.exe changelist cl-160727133147 --username **** --password **** --non-interactive C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Response:
A [cl-160727133147] CompareFiles1.sql

==================================================================
Time Stamp: 07/27/2016 13:31:47:184
Request: svn.exe commit --username **** --password **** --non-interactive --changelist cl-160727133147 -m “This is a test comment for Subversion”

Response:
Sending CompareFiles1.sql
Transmitting file data .
Committed revision 2264.

==================================================================
Time Stamp: 07/27/2016 13:31:47:600
Request: svn.exe info --username **** --password **** --non-interactive http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql

Response:
Path: CompareFiles1.sql
Name: CompareFiles1.sql
URL: http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Relative URL: ^/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Repository Root: http_://carsvn258:8080/svn/CARSVN258_TC
Repository UUID: a0243a6d-3916-044d-87cf-62fcaf4d1cae
Revision: 2264
Node Kind: file
Last Changed Author: admin
Last Changed Rev: 2264
Last Changed Date: 2016-07-27 13:32:06 -0400 (Wed, 27 Jul 2016)

==================================================================
Time Stamp: 07/27/2016 13:31:47:718
Request: svn.exe changelist --username **** --password **** --non-interactive --remove --changelist cl-160727133147 --depth infinity .

And the editor’s output window, states:

13:31:32 Info: Project selected: JJB_TEST1/TESTPROJECT,

13:31:32 Info: Editor file T:\JohnB\CompareFiles1.sql copied to VCS working directory C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql,

13:31:47 Info: File successfully checked in: C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Checking the the file within Subversion verified that three revisions of the file existed.

== END TEST ==

Again, please feel free to let me know if my steps differ from what you’re doing. However, based on the above tests, it sounds like there might be something strange going on in the Subversion configuration on your computer. If you can, try checking the “Enable VCS debug logging” option in your Team Coding local options and trying the process again. While most commands are outputted to the “VCS Command Log” tab in the output window, the log file generated by the VCS debug logging will track a bit more information on a command-by-command basis.

If you continue running into problems, send me a copy of your VCS debug log offline and we can try to look into it further.

-John

Hi John,

Thanks for your response. I guess the first difference is that I'm not using WEBDAV to connect to the remote server, I'm using the svn protocol via TortoiseSVN.

Toad uses a Windows API call to launch the Subversion command-line task, so there's really no need to do a "cd" to the working directory. The current working directory is actually specified as part of that call.

It seems that this call does not work in 12.9 on my system, however this is masked by the fact the the full path to the repository is specified in the other calls. The path is not specified in 12.8 only the filename in the changelist call in 12.8.

I will turn on debug and see what the output looks like and get back to you tomorrow.

On Wed, Jul 27, 2016 at 2:27 PM, John Bowman bounce-jbowman@toadworld.com wrote:

RE: svn is broken in 12.9

Reply by John Bowman
Hi Leighton,

Thanks for providing some feedback, as well as including such detailed information on the issue you're running into. Having this information definitely helps us whenever we try to troubleshoot. :slight_smile:

Toad uses a Windows API call to launch the Subversion command-line task, so there's really no need to do a "cd" to the working directory. The current working directory is actually specified as part of that call. We also use changelists because of command-line length limitations, as well as to keep multiple changes within a single revision.

Based on what you wrote above, it appears as though you're working with file-based source control within the Editor, rather than using Team Coding to manage your database objects. Since the Subversion code itself hasn't changed much between versions Toad 12.8 and Toad 12.9, I set up a similar test here; but I was unable to reproduce what you were seeing. I'm going to list the steps I followed below; so if I'm doing something differently than you are, please feel free to let me know.

== BEGIN TEST ==

In my test, I have a SQL file sitting out on a networked drive. In Toad 12.9, I set my local provider to Subversion and connected to a remote subversion server through WebDAV. I then linked that repository to a local working folder on my C:\ drive and logged in to Subversion.

  1. I opened the script on the networked drive in the editor
  1. Since I knew this file didn't exist on the Subversion server, I clicked the "Add file to VCS" button and added the script. It prompted me for the VCS destination folder and checked the file in. Here's an excerpt from Toad's VCS debug log:

==================================================================
Time Stamp: 07/27/2016 13:20:50:862
Request: svn.exe add --username **** --password **** --non-interactive C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Response:
A CompareFiles1.sql

==================================================================
Time Stamp: 07/27/2016 13:20:50:914
Request: svn.exe changelist cl-160727132050 --username **** --password **** --non-interactive C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Response:
A [cl-160727132050] CompareFiles1.sql

==================================================================
Time Stamp: 07/27/2016 13:20:50:978
Request: svn.exe commit --username **** --password **** --non-interactive --changelist cl-160727132050 -m ""

Response:
Adding CompareFiles1.sql
Transmitting file data .
Committed revision 2262.

==================================================================
Time Stamp: 07/27/2016 13:20:51:504
Request: svn.exe info --username **** --password **** --non-interactive http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql

Response:
Path: CompareFiles1.sql
Name: CompareFiles1.sql
URL: http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Relative URL: ^/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Repository Root: http_://carsvn258:8080/svn/CARSVN258_TC
Repository UUID: a0243a6d-3916-044d-87cf-62fcaf4d1cae
Revision: 2262
Node Kind: file
Last Changed Author: admin
Last Changed Rev: 2262
Last Changed Date: 2016-07-27 13:21:10 -0400 (Wed, 27 Jul 2016)

==================================================================
Time Stamp: 07/27/2016 13:20:51:649
Request: svn.exe changelist --username **** --password **** --non-interactive --remove --changelist cl-160727132050 --depth infinity .

The output listed in the Editor's output window stated:

13:20:46 Info: Project selected: JJB_TEST1/TESTPROJECT,

13:20:46 Info: Editor file T:\JohnB\CompareFiles1.sql copied to VCS working directory C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql,

13:20:51 Info: File successfully added to VCS: C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

  1. I then made a change to the source file, adding a comment, and saved it.
  1. I then clicked the check-in button. It prompted me for the VCS destination folder and checked the file in. Here's an excerpt from the VCS debug log for that action:

==================================================================
Time Stamp: 07/27/2016 13:22:28:319
Request: svn.exe changelist cl-160727132228 --username **** --password **** --non-interactive C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Response:
A [cl-160727132228] CompareFiles1.sql

==================================================================
Time Stamp: 07/27/2016 13:22:28:367
Request: svn.exe commit --username **** --password **** --non-interactive --changelist cl-160727132228 -m ""

Response:
Sending CompareFiles1.sql
Transmitting file data .
Committed revision 2263.

==================================================================
Time Stamp: 07/27/2016 13:22:28:641
Request: svn.exe info --username **** --password **** --non-interactive http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql

Response:
Path: CompareFiles1.sql
Name: CompareFiles1.sql
URL: http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Relative URL: ^/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Repository Root: http_://carsvn258:8080/svn/CARSVN258_TC
Repository UUID: a0243a6d-3916-044d-87cf-62fcaf4d1cae
Revision: 2263
Node Kind: file
Last Changed Author: admin
Last Changed Rev: 2263
Last Changed Date: 2016-07-27 13:22:47 -0400 (Wed, 27 Jul 2016)

==================================================================
Time Stamp: 07/27/2016 13:22:28:763
Request: svn.exe changelist --username **** --password **** --non-interactive --remove --changelist cl-160727132228 --depth infinity .

The editor's output window states:

13:22:20 Info: Project selected: JJB_TEST1/TESTPROJECT,

13:22:20 Info: Editor file T:\JohnB\CompareFiles1.sql copied to VCS working directory C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql,

13:22:28 Info: File successfully checked in: C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

  1. I then made one more change, saved it and added a comment upon checkin:

==================================================================
Time Stamp: 07/27/2016 13:31:47:132
Request: svn.exe changelist cl-160727133147 --username **** --password **** --non-interactive C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Response:
A [cl-160727133147] CompareFiles1.sql

==================================================================
Time Stamp: 07/27/2016 13:31:47:184
Request: svn.exe commit --username **** --password **** --non-interactive --changelist cl-160727133147 -m "This is a test comment for Subversion"

Response:
Sending CompareFiles1.sql
Transmitting file data .
Committed revision 2264.

==================================================================
Time Stamp: 07/27/2016 13:31:47:600
Request: svn.exe info --username **** --password **** --non-interactive http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql

Response:
Path: CompareFiles1.sql
Name: CompareFiles1.sql
URL: http_://carsvn258:8080/svn/CARSVN258_TC/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Relative URL: ^/JJB_TEST1/TESTPROJECT/CompareFiles1.sql
Repository Root: http_://carsvn258:8080/svn/CARSVN258_TC
Repository UUID: a0243a6d-3916-044d-87cf-62fcaf4d1cae
Revision: 2264
Node Kind: file
Last Changed Author: admin
Last Changed Rev: 2264
Last Changed Date: 2016-07-27 13:32:06 -0400 (Wed, 27 Jul 2016)

==================================================================
Time Stamp: 07/27/2016 13:31:47:718
Request: svn.exe changelist --username **** --password **** --non-interactive --remove --changelist cl-160727133147 --depth infinity .

And the editor's output window, states:

13:31:32 Info: Project selected: JJB_TEST1/TESTPROJECT,

13:31:32 Info: Editor file T:\JohnB\CompareFiles1.sql copied to VCS working directory C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql,

13:31:47 Info: File successfully checked in: C:\Work\carsvn258sc\CARSVN258_TC\JJB_TEST1\TESTPROJECT\CompareFiles1.sql

Checking the the file within Subversion verified that three revisions of the file existed.

== END TEST ==

Again, please feel free to let me know if my steps differ from what you're doing. However, based on the above tests, it sounds like there might be something strange going on in the Subversion configuration on your computer. If you can, try checking the "Enable VCS debug logging" option in your Team Coding local options and trying the process again. While most commands are outputted to the "VCS Command Log" tab in the output window, the log file generated by the VCS debug logging will track a bit more information on a command-by-command basis.

If you continue running into problems, send me a copy of your VCS debug log offline and we can try to look into it further.

-John

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or Unsubscribe from Toad for Oracle - General Forum notifications altogether.

Toad for Oracle - Discussion Forum

Flag this post as spam/abuse.

Hi,

I am following up if you were able to create the debug log? What is the status of this issue?