Hello,
In order to create a table in oracle, i've created a new dataset.
When I fill the filed Table and Schema, it automatically generate this sql statement:
CREATE TABLE "dsa"."piv_obj" (...)
Wich generate the following error: ORA-01918: user 'dsa' does not exist
Because of the " between the username.
Thks in advance,