If the file exists it will be opened for editing. If the file does not exist an error message will be displayed.
If the file exists it will be opened for editing. If the file does not exist a new file with the name file.out will be created and opened for editing.
If the file exists an error message will be displayed. If the file does not exist a new file with the name file.out will be created and opened for editing.
If the file exists the operator will be asked whether to open the file or overwrite the file. If the file does not exist a new file with the name file.out will be created and opened for editing.
第1题:
A file named "core" exists in the current directory. Which of the following commands should be used to determine what created the "core" file?()
第2题:
Which of the following will occur if an operator types the command vi file.out?()
第3题:
The file “file.txt” exists on the file system and contsins ASCII text. Given: try { File f = new File(“file.txt”); OutputStream out = new FileOutputStream(f, true); } catch (IOException) {} What is the result?()
第4题:
You work as a database administrator for Certkiller .com. Your database is in the MOUNT state and you execute the following command to open it ALTER DATABASE OPEN; What two actions are performed as a result of this command?()
第5题:
In order to enable remote administration of users and tablespaces on an Oracle database, which of the following types of files must exist in the database?()
第6题:
You created a snapshot of the /data2 filesystem as follows: # fssnap -F ufs -o bs=/data2/snap /data2 But, the system responds with the following error: snapshot error: Invalid backing file path What is the problem? ()
第7题:
All control files are opened.
All redo log files are opened
The password file is opened.
The parameter file is opened.
All online data files are opened.
第8题:
dump -t core
strings core
trace -a core
crash core /unix_up
第9题:
BOOT.INI file is configured incorrectly
Corrupt MBR
Boot sector virus
System file is missing components
第10题:
The /data filesystem does not exist.
This message indicates that the /data2/snap directory does not exist.
The name of the Backing Store is incorrect, it should be /dev/fssnap/0
This message indicates that you cannot have the backing store file on the same filesystem as the filesystem being snapped.
第11题:
FileOutputStream has no constructors matching the given arguments.
An IOExeception will be thrown if a file named data already exists.
An IOExeception will be thrown if a file named data does not already exist.
If a file named data exists, its contents will be reset and overwritten.
If a file named data exists, output will be appended to its current contents.
第12题:
the alert log file and the trace files
the redo log files
the control file
the change tracking file
第13题:
Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()
第14题:
Which determines if “prefs” is a directory and exists on the file system?()
第15题:
Consider the following scenario: You have a directory, data, under the disk group tdgroupA. You want to create an alias for one of the data files and you execute the following command: ALTER DISKGROUP tdgroupA ADD ALIAS ’+tdgroupA/data/datafile.dbf’ FOR ’+tdgroupA.231.45678’; Which task would be accomplished by the command?()
第16题:
our database is in the MOUNT state and you execute the following command to open it: ALTER DATABASE OPEN What two actions are performed as a result of this command?()
第17题:
You received the following error: ORA-01578: ORACLE data block corrupted (file # %s, block # %s) Which file will you check to view additional information regarding the cause of this error?()
第18题:
Password file
Initialization file
Datafile
Control file
Nothing - SYSDBA privileges are not required for these actions
第19题:
yy E 3p
3yy G p
3yy :e 5pp
yy :g 3p
第20题:
If the file exists it will be opened for editing. If the file does not exist an error message will be displayed.
If the file exists it will be opened for editing. If the file does not exist a new file with the name file.out will be created and opened for editing.
If the file exists an error message will be displayed. If the file does not exist a new file with the name file.out will be created and opened for editing.
If the file exists the operator will be asked whether to open the file or overwrite the file. If the file does not exist a new file with the name file.out will be created and opened for editing.
第21题:
Boolean exists=Directory.exists (“prefs”);
Boolean exists=(new File(“prefs”)).isDir();
Boolean exists=(new Directory(“prefs”)).exists();
Boolean exists=(new File(“prefs”)).isDirectory();
Boolean exists=true; Try{ Directory d = new Directory(“prefs”); } catch (FileNotFoundException e) { exists = false; }
第22题:
:r/^#//g
:1,$ s/^#//g
:sed s/^#//g
:sub s/^#//g
第23题:
The code does not compile.
The code runs and no change is made to the file.
The code runs and sets the length of the file to 0.
An exception is thrown because the file is not closed.
The code runs and deletes the file from the file system.
第24题:
A logical volume must exist prior to running the crfs command to create a file system
A file system must be unmounted before it can be removed
Defining a file system imposes a structure on a logical volume
Removing a file system using rmfs automatically removes the underling logical volume