more of an APP questions. basic oracle quesitons


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users more of an APP questions. basic oracle quesitons
# 1  
Old 05-12-2003
more of an APP questions. basic oracle quesitons

1) how is a hot backup performed.

i am thinking it does 1 of 2 things.
1) it exports the db and then you backup the exported files.
OR
2) you just backup the files on disk as teh db is running.


i dont need to know HOW it is done. but just the basic concept of a hotbackup. i cant find it on oracle.com.

ie: if i have a db that is 5gb. do i need another 5gb mount point for the hotbackup? or do you need a predetermind amout of space for a hot backup.
# 2  
Old 05-12-2003
I believe the space requirements matter on what type of hotbackups you will be doing.

If you are using RMAN, then see Getting started with Recovery Manager - it shows the space needed and how to set up/decided what you would need.

Other 'home grown' scripts I've seen will either go to disk (compressing on the way so not as much disk space is needed) or straight to tape. The one constant is that the export only grabs what is actually being used from the database - it does not require the physical size unless your database is at 100%.

As far as your first question the answer seems to be " it exports the db and then you backup the exported files." is the normal way of doing it.

Your best bet is to get with your Oracle DBA and work out the needs of the application.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

solaris 10 and a few basic questions

hello, first, I'm quite new to solaris. I've installed solaris 10 basic (item 4 on the install-menue). now I had to realize that I don't have any option for connecting the machine from remote. ssh isn't even installed although I've coosed 'yes' for remote access. no matter what solaris is... (10 Replies)
Discussion started by: fourty2
10 Replies

2. UNIX for Dummies Questions & Answers

some basic questions about unix ..

Hi all today i gone through worst interview of my life that for hour questions were so basic but i never though about them now i am figuring out answers my self but i would appreciate if you ppl help me ... i am listing some of the questions i remember .. 1 ) $ cat a.sh #! /usr/bin/ksh... (4 Replies)
Discussion started by: zedex
4 Replies

3. UNIX for Dummies Questions & Answers

hp-ux basic questions

I have multiple questions How to list or find only Nov month's files? How can I get state of process like running, stop, or sleep etc? How can I check dependences of processes? plz ans any if u can thx regards, Mazhar Hussain (3 Replies)
Discussion started by: mazhar99
3 Replies

4. UNIX for Dummies Questions & Answers

Basic security questions

Hey guys, I've seen this posted a few times when i searched but I kinda want to know the cleanest way of doing it. On Solaris 8 and Solaris 9 What is the best way to disable telnet ssh1 and remote root login premanently? I've seen posts that say edit /etc/services edit this edit that... (3 Replies)
Discussion started by: kingdbag
3 Replies

5. UNIX for Dummies Questions & Answers

Some basic questions

Hi- Newbie here with some basic questions: 1) I can't get alias to work. I tried alias ll='ls -al', but it doesn't work. When just typing 'alias', the new definition doesn't appear. I'm in a bash shell -- is that the problem. I tried switching to csh, but that didn't seem to help. This... (5 Replies)
Discussion started by: Aworstell
5 Replies

6. UNIX for Dummies Questions & Answers

Basic Unix Questions

OK, here's a question from a true UNIX newb: How does one make a 20 line file? I'm lost. :confused: OK, I figured it out. :D (0 Replies)
Discussion started by: Kitchen Zinc
0 Replies

7. UNIX for Dummies Questions & Answers

basic UNIX questions

Can somebody please tell me a little about UNIX OS. For instance, is it ideal for digital media or how easy is it to get help and support? (3 Replies)
Discussion started by: buk5d
3 Replies
Login or Register to Ask a Question