If Team Coding objects are installed in the database, but there is no VCS provider configured, when you try to drop a table - even if tables are not being controlled in Team Projects list, the error 'Error: VCS Provider is not logged in.' appears when you try to drop it using a statement in the Editor.
You can still drop the table using the Schema Browser, the issue only affects the Editor.
An example statement where this issue is seen:
====================
CREATE TABLE testTC
(
columna1 NUMBER,
columna2 NUMBER,
columna3 VARCHAR2 (100)
);
CREATE TABLE test_deleteMe AS SELECT * FROM testTC;
SELECT * FROM test_deleteMe;
ALTER TABLE test_deleteMe MODIFY columna3 VARCHAR2 (200);
ALTER TABLE test_deleteMe ADD columna4 VARCHAR2 (21);
SELECT * FROM test_deleteMe;
DROP TABLE test_deleteMe;
====================
Result:
DROP table script cannot be executed in Toad for Oracle Editor.
Error shown: "VCS Provider is not logged in." when you run the DROP statement.
If Team Coding is disabled, everything works fine.
WORKAROUND 1:
The issue does not occur in the Toad for Oracle 2024 releases
WORKAROUND 2:
Please drop the table using the Schema Browser | Tables tab | Right-click the table in question and choose to drop it from the GUI menu.
STATUS:
Issue fixed in Toad for Oracle 2026 R1 .
The latest version of Toad for Oracle can be downloaded here: