You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 2I have never worked with O11g but if it is as difficult as you believe then surely trying to do it without suitable education is a foolish thing to do surely? Either attend the relevant Oracle classes or hire someone with suitable experience to do it and document if fore you.You know it makes sense.user2501– user25012014-09-03 06:09:49 +00:00Commented Sep 3, 2014 at 6:09
- That's not an option: we are not getting education till 2015 (budget issues) and can't get specialist for same reasons. DB maintenance is on me alone and I've been looking for advice here hoping someone experienced would help me sort things out.user2838376– user28383762014-09-03 06:20:20 +00:00Commented Sep 3, 2014 at 6:20
- 2I suggest a migration to dba SE.peterh– peterh2014-09-03 06:25:10 +00:00Commented Sep 3, 2014 at 6:25
- 1That's not a good position to be in. You really need to discuss this with your management and explain to them that the task is too complex for you without suitable education and it is likely to put the business data at risk without their taking action to educate you.user2501– user25012014-09-03 06:25:29 +00:00Commented Sep 3, 2014 at 6:25
- There is a graphical tool called Oracle Enterprise Manager Database Control. This could be used for managing the database including backup and restore. I have no expierience with backup/restore using Database Control but this is the tool Oracle delivers with its database to facilitate user the managing of their databases. There are no additional licenses necessary for using it for backup/restore.miracle173– miracle1732014-09-04 00:36:31 +00:00Commented Sep 4, 2014 at 0:36
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. sql-server), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-sql