answersLogoWhite

0

You will need to be more clear about the target - is 'oracle' a directory?

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How can we create directories in oracle database?

A directory for Oracle is created on the Unix OS. There is a "OFA" which is Oracle's standard directory structure. One of the reasons for adhering to this OFA is ease of administration. All Oracle databases are set up the same--therefore, a new DBA knows where to look for certain files in specific places. The Unix System Administration creates an Oracle DBA account. That account is allowed to create directories under an Oracle/database designated section only.


How do you transfer multiple files from one directory to another in UNIX os?

The easiest way is to use the 'cp' command. Put the name of all the files in the 'cp' command line and use another directory as the target; all the files will be copied to the new directory. Note: you may need to use the -r (recursive) copy option if you have subdirectories in the source directory.


What is the difference between .file and ..file in Unix?

Neither are actually files. They are references to directories, the current one and the parent directory, respectively. They can be used in file copy and move operations in place of explicitly printing the directory names. For instance:mv ./* ..would move all files from the child directory into it's parent.


Copy inputfiledat from the project9 directory to the project10 directory in unix?

cp project9/inputfiledat project10 Assuming that you are in a directory that has project9 and project10 as subdirectories.


What is the rm -rf command in unix?

Recursively removes all files from the directory and all under it.


What directory contains the kernel and other system initialization files on unix-type system?

/boot


What is LS?

LS typically stands for "List" and is a command used in Unix and Unix-like operating systems to list directory contents. It displays the files and folders within a specified directory.


What command will display files starting from z in unix?

Use the command: ls z* for those files in your current working directory.


Which UNIX system directory contains configuration files such as the passwd file?

Configuration files are typically stored in the /etc directory. They can, of course, be anywhere the implementer wishes them to be as long as the process knows where to find them.


What is the Unix command to count the number of files in current directory?

find -type f | wc -l


What are the invisible files in unix?

No files are actually "invisible." However, certain files may not be displayed by default as a convenience to the user. These are setting / configuration files for programs in the user's directory.


How do you transfer files from unix to windows?

Unix files can be easily transferred to windows via a network connection either by using FTP or by using Samba. Samba allows a Unix file system to be mounted/shared on a Windows system to look like a windows directory.