Database Administration (MOSC)

MOSC Banner

installing datafile from the clientside

edited Apr 14, 2016 5:32AM in Database Administration (MOSC) 12 commentsAnswered ✓

Is it possible to do something like I'm doing normally on the server side like

CONNECT SYSTEM/password@ORCL as sysdba
CREATE TABLESPACE company_data DATAFILE '/app/oracle/oradata/orcl/company_data.dbf' SIZE 250 M PERMANENT;
CREATE TEMPORARY TABLESPACE company_temp TEMPFILE '/app/oracle/oradata/orcl/company_temp.dbf' SIZE 120 M ;

doing that on the client side (which naturally doesn't know about the server's paths).

--

Christoph

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center