0
I installed oracle database, oracle client e sql Developer num windows 8.1 64 bits.
With the installation of the oracle database, a database was created at localhost:1521
But now I would like to create a new database in this connection.
How can I do this? It is possible through sql?
Database has no port. Database server responds on port 1521.
– Jéf Bueno
True, I think I confused the concepts. I’ll change the question
– Joao Paulo
connects the sys user with the password you set when installing the client, and then creates the database and users. To get the TNS, you need to search inside the installation the file "TNSNAMES.ORA"
– Don't Panic