General Query


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers General Query
# 1  
Old 04-28-2004
General Query

Hi all

My job is to bootup the servers (1 sun solaris 5.8, 3 sco (release 5) and 1 windows 2000), taking backup of the servers and shut down.

Apart from this, there are nearly 150 users for our oracle9i database (forms 3 and d2k as front end). As for as oracle 9i is concerned my job is to take the exports and several other back ups.

We also process and generate proc's, sql, plsql and scripted shells and print the reports in the line printers.

i know a little shell scripting which i do mainly for printing and jobs execution and for taking backup, oracle & developer 2000 and a little visual basic.

Now how should i call myself. Because i need a switch over by the end of this year. Please advice me as to how my career should be developed.

I am working as a console operator for the past 4 yrs. Is this really a console job or what are the other things should i learn. for information i am very much interested in learning unix. If this be the case, then in which should i concentrate more.

Expecting a detailed reply.

Thanks for reading and appreciations for answering.

raguram R
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell Script to execute Oracle query taking input from a file to form query

Hi, I need to query Oracle database for 100 users. I have these 100 users in a file. I need a shell script which would read this User file (one user at a time) & query database. For instance: USER CITY --------- ---------- A CITY_A B CITY_B C ... (2 Replies)
Discussion started by: DevendraG
2 Replies

2. Programming

General Framework For C

Hi guys. Is there any General Framework for C like other languages?:confused: for example .Net or ... . I googled but i didn't find anything useful. (5 Replies)
Discussion started by: majid.merkava
5 Replies

3. UNIX for Dummies Questions & Answers

If statements/general help

Dear Unix community over the last couple of days I have been working on learning Unix scripting on iOS using terminal on a jail-broken device... I am having trouble with if statements and giving the user a y or n choice that do different things when entered. The following is my code so far...... (5 Replies)
Discussion started by: mbf123
5 Replies

4. Shell Programming and Scripting

Query Oracle tables and return values to shell script that calls the query

Hi, I have a requirement as below which needs to be done viz UNIX shell script (1) I have to connect to an Oracle database (2) Exexute "SELECT field_status from table 1" query on one of the tables. (3) Based on the result that I get from point (2), I have to update another table in the... (6 Replies)
Discussion started by: balaeswari
6 Replies

5. Shell Programming and Scripting

add the output of a query to a variable to be used in another query

I would like to use the result of a query in another query. How do I redirect/add the output to another variable? $result = odbc_exec($connect, $query); while ($row = odbc_fetch_array($result)) { echo $row,"\n"; } odbc_close($connect); ?> This will output hostnames: host1... (0 Replies)
Discussion started by: hazno
0 Replies

6. Shell Programming and Scripting

General UNIX Query

Hi all, I am having putty in my system.But I dont have access to any UNIX Servers.Is there any default or common UNIX Server so that anyone can access and be familiar with UNIX and Shell scripting. I want to work and practice in UNIX..Thats why I am asking this question. Kindly give me... (2 Replies)
Discussion started by: dave_nithis
2 Replies

7. Shell Programming and Scripting

general question?

Perl, Python, and PHP are these languages easy to use? Are they command line or are they part of a GUI? (2 Replies)
Discussion started by: wmosley2
2 Replies

8. UNIX for Dummies Questions & Answers

General Question

Hi, I've been racking my brains trying to remember, but, whats the command to change the default shell? I'm currently always in the Korn shell and I want to start out in the Bash shell. I'm running a variant of BSD I guess in Mac OS X 10.2.2 and Mandrake. Thanks. ccindyderek:confused: (4 Replies)
Discussion started by: ccindyderek
4 Replies
Login or Register to Ask a Question
ftpshut(1)						      General Commands Manual							ftpshut(1)

NAME
ftpshut - create shutdown message file to shut down the ftp servers at a given time SYNOPSIS
time [ warning-message ... ] DESCRIPTION
The command provides an automated shutdown procedure that a superuser can use to notify ftp users when the ftp server is shutting down. This command will create a shutdown message file in the path specified by the 'shutdown' directive in the file in the real, anonymous and virtual user accounts. For guest accounts the system administrator must copy the message file created in the real user account to the guest accounts manually. The server will check this file regularly to see if the server is going to be shut down. This option causes the program to display copyright and version information, then terminate. This option is used as deny_offset. New FTP access is disabled 'min' minutes before shutdown. The default value of 'min' is 10 minutes. This value can be reset by the user. This option is used as disc_offset. All current FTP connections will be dropped 'min' minutes before shutdown. The default value of 'min' is 5 minutes. This value can be reset by the user. time time, is the time at which the ftp server will be shutdown. If is set to the word `now' the shutdown will be immedi- ate. time can also be set to a future time. Future time can be specified in one of the two formats: + number or HHMM. The first format brings the ftp servers down in number minutes. The second format brings the ftp servers down at the time of day indicated, using a 24-hour clock format. warning-message The warning-message is the message the server will flash to its clients on shut down. The user can use a message of his choice or use the 'macros' or 'magic cookies' that are available. The server will replace the macro with the specified text string. The warning-message will be formatted to be 75 characters long, including the length of any expanded macros ("magic cookies"). The default warning message is "System shutdown at %s". The following magic cook- ies are available: %s time system is going to shut down %r time new connections will be denied %d time current connections will be dropped %C current working directory %E the maintainer's email address as defined in ftpaccess %L local host name %M maximum allowed number of users in this class %N current number of users in this class %R remote host name %T local time (form Thu Nov 15 17:12:42 1990) %U username given at login time WARNINGS
You can kill the servers only between now and 23:59, if you use the absolute time for EXIT STATUS
returns: 0 successful 1 failure -1 the wrong parameter was passed to AUTHOR
was developed by the Washington University, St. Louis, Missouri. SEE ALSO
ftpaccess(4) ftpshut(1)