I want to create a new database on a remote Oracle server, I see an example from the post Create Oracle database and schema programmatically ADO.NET, but in this post the database is on a local server:
string oracleDataPath = "C:\\PATH_TO_ORADATA\\";
I need to do the same but on a remote server.
Thanks in advance for help me.