nbash creacte new folder
$ cd documents
$ mkdir assignments
$ cd assignments
$ pwd
/users/jpalomino/documents/assignments
nbash creacte new folder
$ cd documents
$ mkdir assignments
$ cd assignments
$ pwd
/users/jpalomino/documents/assignments
To Create directory
C:>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Wed Apr 3 15:07:01 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Release 11.2.0.3.0 - Production
SQL> create or replace directory MYCSV as 'e:mycsv';
Directory created.
SQL> grant read, write on directory MYCSV to scott;
Grant succeeded.
How to make a new directory in windows
mkdir test
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us