DBA Cockpit: SQL Command Editor and table namespace
[COCKPIT] [command] [DBA] [EDITOR] [mysql table editor] [namespace] [namespace std] [SQL] [using namespace]
Symptom
This note is valid for the DBA Cockpit on SAP with the Oracle database.
The SQL Command Editor in Basis Releases 7.00 and 7.10 cannot process tables that have a namespace entry. In an SQL statement, if you use //
tables, such as
select * from “//
”
(the double quotation marks are important),
(even though the table exists [...]