I am beginner to SQL (also using oracle). I am having a problem which I find mind-boggling since what I want to do is so simple.
In short, I want to make a join on two tables from different databases. I do not have admin privileges so I cannot create a view.
I dumped as .csv the table I wanted to join to, and am trying to load it in the other database connection. All my attempts at creating a new table have been met with "insufficient privileges" error.
I have tried
- "Import data"
- CREATE GLOBAL TEMPORARY TABLE
- CREATE TEMPORARY TABLESPACE
How can I create a table or import data when I do not have admin privileges?
edit: I cannot create a view.
solved: I had basically no privileges on my account (not even on my own schema). Talked to the admin and got the right privileges