SAP CAREER FOR ORACLE DBA

Hi all,
I have been working on oracle technologies (oracle SQL, pLSQL,D2k,shell scripting,Oracle DBA, Mysql, bit of MSSQL) from past 6 years and as oracle dba from last 4 years. I thought of changing career from Oracle to SAP, and would like to know which SAP course will best suited to the said profile candiate and is it good to move from oracle to SAP? Please give candid reply. thanks in advance.

Hi,
Go for ABAP you have OPEN SQL and STRUCTURED SQL there but again
you have to learn these concepts.
1)Data dictonary
2)Control Statements
3)Reporting a)Clasical b)interactive
4)Modularization techniques
5)BDC
6)Scripts
7)LSMW(Data Transfers)
8)Files,table controlls
10)Object Oriented Concepts
11)ALE/IDOcs
This takes a long time, and the decision is yours.
regards,
Murali.Chatna

Similar Messages

  • 关于BR*Tools Studio for oracle DBA

    请问有人知道这个工具吗BR*Tools Studio for oracle DBA
    是一个可以下载的工具还是一个需要购买的产品????

    请到SDN 中文页面上https://www.sdn.sap.com/irj/sdn?language=zh
    左边有个热门下载,其中第3个文档详细介绍了BR*Tools Studio for oracle DBA的使用

  • SAP Adaptor for Oracle Installation Help

    Hi,
    I am newbie, I am looking for help in installing SAP Adaptor for Oracle.
    My Idea is to do some RFC calls to fetch data from SAP into Oracle database. I am looking for what is my starting points, what to install and configurations. If you can help me with steps to be followed is really Appreciative. I tried to search in Oracle Forums, I guess I am not able to come up with correct tags. It may be a long explanation and may be people asked this question before. If you give me links to read is good enough.
    Following is My platform:
    Oracle:
    I have Oracle 10G and 11 versions. Right now I have my infrastructer ready for 10G. If I install SAP Adaptor and get things running according to what I need, and tomorrow if I upgrade Oracle to 11 version, What all the things that I Upgrade?
    Operating System:
    Unix AIX 5.3
    SAP:
    ECC 6
    Thanks In Advance,
    Raj Murthy(Bhavaraju)

    Hello,
    Right now I have my infrastructer ready for 10G. If I install SAP Adaptor and get things running according to what I need, and tomorrow if I upgrade Oracle to 11 version, What all the things that I Upgrade?About all the topics relatives to SAP, you should ask them (to SAP support service) the question. For instance, is Oracle 11.2 certified for SAP ECC6 ? Or would you have to wait for a later release or patch from SAP ?
    Only SAP could answer you for their own product and matrix compatibility / certification.
    Best regards,
    Jean-Valentin

  • Interview questions for oracle dba

    Hi I am trying to find teh interview questions for oracle dba .
    What will be your answer to the following questions. Can somebody shed some light...
    . What is the day to day duties of oracle dba?
    ·     Did you use online or off-line backups?
    ·     What version of Oracle were you running?
    ·     Haw many databases and what sizes?
    ·     If you have to advise a backup strategy for a new application, how would you approach it and what questions will you ask?
    ·     If a customer calls you about a hanging database session, what will you do to resolve it?
    ·     Compare Oracle to any other database that you know. Why would you prefer to work on one and not on the other?
    Thx
    KK

    . What is the day to day duties of oracle dba?
    I have got a checklist, designed for my daily, weekly, fortnightly and monthly tasks. For example, in the daily checklist tasks, I check for the alert log file, competion and correction of my exports and operating system backups. DB space situation, Antivirus status, standby database status, space on disks, any rogue queries etc.
    · Did you use online or off-line backups?
    Both.
    · What version of Oracle were you running?
    8i(not any more), 9i, 10g
    · Haw many databases and what sizes?
    8 databases, ranging from 1 TB to 10 GB. I have segregated them into OLTP production, testing, cm, and development and a Datawarehouse.
    · If you have to advise a backup strategy for a new application, how would you approach it and what questions will you ask?
    How much they could afford to lose data or they want zero data loss and also I will get their requirements about down time and up time of database.
    · If a customer calls you about a hanging database session, what will you do to resolve it?
    First I will identify it, then see to it what exactly it is doing, capture that situation and then either try to release the locks(if its a blocking or blocked session), or kill the session, if its hanging on a runaway query.
    · Compare Oracle to any other database that you know. Why would you prefer to work on one and not on the other?
    Oracle passes the ACID rule with distinction as compared to the other databases. Moreover, the multiversion read consistency, recovery, flexibility and challenges of Oracle are matchless.
    Cheers
    fahdoracle.blogspot.com

  • Demand for oracle dba

    Hi,
    I've heard from many people that the demand for Oracle DBAs in the market is getting down and will continue to degrade. Is it true?
    Waiting for reply.

    Is that [DBA 1.0 or DBA 2.0|http://blogs.oracle.com/certification/docs/Oracle%20DBA%202.0.pdf]?
    The market is down in general. Who knows what the future holds. Normally it's a bit like the past with some minor changes.

  • Links refers to Linux basics for oracle DBA by Sushil Kuma

    kamran sir
    I need help regarding the links posted on your blog.
    The links refers to Linux basics for oracle DBA by Sushil Kumar which is posted on your blogspot. if anyone is having those links please provide me those links.
    thank you

    susdba wrote:
    kamran sir
    I need help regarding the links posted on your blog.
    The links refers to Linux basics for oracle DBA by Sushil Kumar which is posted on your blogspot. if anyone is having those links please provide me those links.
    thank youpost the question in kamran's blog with your email id.
    else email him separately
    thank you grish sharma... i removed it
    Edited by: rajeysh on Jul 12, 2011 8:21 PM

  • DBAShell - New Open Source Project for Oracle DBA's

    I'd like to have this project included in the Open Source Oracle tools list at: http://www.oracle.com/technology/community/opensource_projects.html
    I’'ve been an Oracle DBA for quite some time (since 7.0.13) and a developer for many years. One of the things I'’ve always wished for was an easier way to set up environment variables for different Oracle Home’s and a way to provide passwords to scripts without embedding them in plain-view.
    About 3 years ago, I started a set of functions and scripts at my company that did exactly just that and provided many more functions for things like checking database status, running scripts quietly unless errors are detected, running actions in parallel (like fast shutdowns at once, or multiple analyzes), restarting databases in a guaranteed fashion, aliases to common folder locations, etc..
    About a month ago, after putting all this time and effort into these scripts and using them in production all this time, I realized I wanted more out of the scripts like support for other databases and thought that it would be best if I gave it new life as an Open Source project.
    So that is how http://sourceforge.net/projects/dbashell/ was started. Now it’s in a second release (DBAShell 0.85) that is more modular and would allow other people to easily add support for other OS’s, other Shells, and other Databases.
    Here is a description of the project from the latest news item:
    DBAShell is a project based around Shell functions and scripts designed to make it easy for DBA's to use Databases in a command line environment. Currently supported is Oracle with ksh and bash on AIX, Solaris, Linux. The code base itself is 3 years old and has been in use in Production environments all of that time.
    Features include:
    * Automatic setting of all environment variables based on SID requested.
    * Manage PATH's and other path like variables for each ORACLE_HOME needed.
    * Run scripts with stored passwords (no more hard-coding of passwords!!)
    * Automatically set SID based on Script location (makes it easier to share scripts between SID's)
    * manage temporary script output and check for oracle errors in output
    * check database status and versions from scripts
    * stop/start databases in parallel (faster startup)
    * compile all database objects
    * analyze objects in parallel (Faster analyzes)
    * set aliases and variables for common SID areas, etc..
    * many helpful commands for common Oracle tasks
    Over a thousand people have already downloaded the prior release and more are downloading every hour.
    I'm seeking feedback from anybody that would be willing to take a look at the project, trying it out, give me any feedback you have on it, and perhaps even direct me to where I could best promote this project.
    I wrote a tutorial that shows at a glance some of the more useful features of DBAShell:
    http://sourceforge.net/docman/display_doc.php?docid=34041&group_id=170224
    Main site:
    http://sourceforge.net/projects/dbashell/
    Documentation: http://sourceforge.net/docman/display_doc.php?docid=33704&group_id=170224
    Download:
    http://prdownloads.sourceforge.net/dbashell/dbashell-0.85.tar.gz?download

    Always glad to have people thinking about the poor DBA's. Usually, the developers get most of the attention in open source.

  • DBAShell - Open Source project for Oracle DBA's

    I’ve been an Oracle DBA for quite some time (since 7.0.13) and a developer for many years. One of the things I’ve always wished for was an easier way to set up environment variables for different Oracle Home’s and a way to provide passwords to scripts without embedding them in plain-view.
    About 3 years ago, I started a set of functions and scripts at my company that did exactly just that and provided many more functions for things like checking database status, running scripts quietly unless errors are detected, running actions in parallel (like fast shutdowns at once, or multiple analyzes), restarting databases in a guaranteed fashion, aliases to common folder locations, etc..
    About a month ago, after putting all this time and effort into these scripts and using them in production all this time, I realized I wanted more out of the scripts like support for other databases and thought that it would be best if I gave it new life as an Open Source project.
    So that is how http://sourceforge.net/projects/dbashell/ was started. Now it’s in a second release (DBAShell 0.85) that is more modular and would allow other people to easily add support for other OS’s, other Shells, and other Databases.
    Here is a description of the project from the latest news item:
    DBAShell is a project based around Shell functions and scripts designed to make it easy for DBA's to use Databases in a command line environment. Currently supported is Oracle with ksh and bash on AIX, Solaris, Linux. The code base itself is 3 years old and has been in use in Production environments all of that time.
    Features include:
    * Automatic setting of all environment variables based on SID requested.
    * Manage PATH's and other path like variables for each ORACLE_HOME needed.
    * Run scripts with stored passwords (no more hard-coding of passwords!!)
    * Automatically set SID based on Script location (makes it easier to share scripts between SID's)
    * manage temporary script output and check for oracle errors in output
    * check database status and versions from scripts
    * stop/start databases in parallel (faster startup)
    * compile all database objects
    * analyze objects in parallel (Faster analyzes)
    * set aliases and variables for common SID areas, etc..
    * many helpful commands for common Oracle tasks
    Over a thousand people have already downloaded the prior release and more are downloading every hour.
    I'm seeking feedback from anybody that would be willing to take a look at the project, trying it out, give me any feedback you have on it, and perhaps even direct me to where I could best promote this project.
    I wrote a tutorial that shows at a glance some of the more useful features of DBAShell:
    http://sourceforge.net/docman/display_doc.php?docid=34041&group_id=170224
    Main site:
    http://sourceforge.net/projects/dbashell/
    Documentation: http://sourceforge.net/docman/display_doc.php?docid=33704&group_id=170224
    Download:
    http://prdownloads.sourceforge.net/dbashell/dbashell-0.85.tar.gz?download

    Always glad to have people thinking about the poor DBA's. Usually, the developers get most of the attention in open source.

  • Study Material /Links for Oracle DBA

    Gurus,
    Please guide me with some study material and website where to start on to get into as Oracle DBA.
    Basically a beginners step from developer to DBA, how are the Docs that needs to be referred and studied. Eg - What Oracle 11g or 10g Docs that needs to be referrred and worked on/practiced to start as a Oracl DBA.
    Thanks a lot in advance for your advices and inputs.
    Sheik

    Since a developer is switching over to DBA role, I suggest to start with the basic Oracle documentation.
    http://www.oracle.com/pls/db102/homepage

  • Looking For Oracle DBA Supervisor

    I am looking for a Database Management Supervisor for an excellent company with great benefits and excellent working culture. Profile is mentioned underneath. Managind DBA's Experience is very necessary. There is also a referal fee of $1000. Feel free to call me for further questions and send your resume at [email protected]
    Thanks
    Harvinder Singh
    www.karta.com
    [email protected]
    Ph: 800-725-2782 x3302
    210-582-3302
    This position will be responsible for supervising 6-9 Database Management Analysts (DBAs) in managing databases and supporting application development. This position will also give directions and lead the activities of enhancing database standards and procedures for Oracle Database operations. Responsibilities include:
    · Plan DBA resource for production support and various projects
    · Manage the performance of assigned associates (primarily Oracle DBAs)
    · Provide database services to applications running on Oracle, Sybase, Adabas, and Microsoft SQL Server
    · Provide technical direction of database operations (database design, database backup/recovery, monitoring, security, performance tuning, etc.)
    · Maintain relationships with clients, managers, end users, and other technical staff, to understand client needs and optimize service levels
    · Work with the manager to select, develop, and maintain an effective team
    · Resolve any database performance issues pertaining to specific projects and general day-to-day activities
    · DBMS software management
    · DBMS vendor management
    Requirements for this position include:
    · Minimum 2 years experience managing DBAs
    · Must have extensive Oracle database management experience
    · Strong knowledge of RDBMS management throughout the application development cycle
    · Strong knowledge of managing database in the Unix environment
    · Good judgment in identifying issues and recommending solutions to others
    · Strong communication skills
    · Project management skills
    · Thorough understanding of application architecture concept
    · College Degree
    Desired skills include:
    · Sybase
    · MS SQL Server
    · Windows knowledge
    · Mainframe knowledge

    Hi,
    below is the link which will help u to upgrade 10.3 orderbookin to 11g
    http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10127/soa_order_booking.htm
    "A Example: Upgrading and Redeploying SOA Order Booking"
    Note: The composite functionality is same between soa suite 10.3 and 11g. you can upgrade the composite using 11g jdev and it will be automatically converted to 11g composite
    If you are happy with answer please assing some points

  • Good book for oracle dba

    hi experts,
    I am new to oracle dba field. Can you please suggest methe name of a good book.
    Regards
    Rajat

    Maybe the best thing would be a course? Books are fine, but you will probably learn quicker by example. There are some reasonable CD-ROM/DVD courses out there (not naming any). Google for some and check their rating. I know of no single book that would offer as much as a decent course. Once you are up to speed, then, yes, you'll be seeking out the better books. Finally, the 2-day guides in Oracle's docs. are really worth reading, and re-reading. But the docs, by themselves, are a bit dry. If you can afford an Oracle University course, or (my preference) Learning Tree (and, no, I do not work for them, etc.), then go for that - you won't regret it.
    All IMHO!
    Regards - Don Lewis,

  • Which is the best training institute in india for oracle dba?

    hi,
    i am looking for good training institution in india to learn oracle dba
    so pls can any one suggest me which institute providing the best training for this course
    thank you in advance

    user12483593 wrote:
    hi,
    i am looking for good training institution in india to learn oracle dba
    so pls can any one suggest me which institute providing the best training for this course
    thank you in advanceThe best training is probably by Oracle University
    Goto [http://www.oracle.com/education] - choose Product Courses, Database and Grids:
    (eg [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=14&p_org_id=1080544&lang=US])
    In both cases ensure country selected on top right is India.
    On the schedule choose courses with +100% Student Satisfaction+
    It is hard, (though obviosly not impossible), for other institutions to better this standard of such courses.
    If you are aspiring to Oracle DBA OCP be very sure the institute you are choosing satisifies the requirements for the Hands on Course, and do not take the institutes word for it but check.
    It may well be that you are looking for institutions offering the WDP programme. This is a maximm of 6 hours/week over several weeks so IMHO is impractical if you do not live nearby. There appear to be comments that sometimes the training from these institutes doing the WDP course can be of very variable quality. Probably the only option here is to seek out the opinions of recent psat students you can trust.

  • I would like to know for Oracle DBA skills job

    I have worked about Oracle, I would like to know many Company ,that wanna How dba is?. I mean skills in somebody work Oracle DBA.
    Thanks

    hi there,
    To tell the truth , I really didnt understand your post actually.I guess you want to know about dba skill sets.May be this thread on asktom will be helpfull.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2168358627410
    Cheers,
    Aman....

  • Career for sqlserver DBA in SAP

    Dear Gurus,
    I'm presently working as DBA in sql server platform on ERP Domain. now, I'd like to enhance my skills by learning SAP. so, you Gurus, please advice me which module should i choose in SAP.

    it is not a module.
    BASIS takes care of Windows, Unix, database and of course, SAP itself.

  • Corporate Online Training For Oracle DBA @ Suninfosysinc Software Solutions

    SUN INFOSYS SOFTWARE SOLUTIONS
    Sun Infosys is a leading software solutions provider based out of Highland Park , New Jersey and serving clients across North America . Sun Infosys' dedicated information technology professionals are committed to meeting your company's information technology needs. Our allegiance to this goal and our high quality service guarantees our client's success.
    Sun Infosys empowers the exchange, execution and integration of software consultancy projects with a strong edge for human resource management. By building strategic alliances with world-class companies, Sun Infosys serves a plethora of multinational businesses.
    ORACLE 10g DBA COURSE CONTENTS
    ●     Introduction
    ●     Course Objectives
    ●     Suggested Schedule
    ●     Lesson Objectives
    ●     Oracle Products and Services
    ●     Oracle Database g: Stands for Grid
    ●     Oracle Database Architecture
    ●     Database Structures
    ●     Oracle Memory Structures
    ●     Process Structures
    ●     Oracle Instance Management
    ●     Server Process and Database Buffer Cache
    ●     Physical Database Structure
    ●     Tablespaces and Data Files
    ●     SYSTEM and SYSAUX Tablespaces
    ●     Segments, Extents, and Blocks
    ●     Logical and Physical Database Structures
    ●     Course Examples: The HR Schema
    ●     Database Architecture: Summary of Structural Components
    ●     Installing the Oracle Database Software
    ●     Tasks of an Oracle Database Administrator
    ●     Tools Used to Administer an Oracle Database
    ●     Installation: System Requirements
    ●     Checking the System Requirements
    ●     Optimal Flexible Architecture (OFA)
    ●     Using Optimal Flexible Architecture
    ●     Setting Environment Variables
    ●     Oracle Universal Installer (OUI)
    ●     Installing the Oracle Software
    ●     Database Configuration Options
    ●     Executing Configuration Scripts
    ●     Completing Your Installation
    ●     Advanced Installation Options
    ●     Installation Option: Silent Mode
    ●     Practice Overview: Installing the Oracle Software
    ●     Creating an Oracle Database
    ●     Planning the Database
    ●     Databases: Examples
    ●     Database Configuration Assistant (DBCA)
    ●     Using the DBCA to Create a Database
    ●     Password Management
    ●     Creating a Database Design Template
    ●     Using the DBCA to Delete a Database
    ●     Summary
    ●     Practice Overview: Using the DBCA
    ●     Managing the Oracle Instance
    ●     Management Framework
    ●     Starting and Stopping Database Control
    ●     Oracle Enterprise Manager
    ●     Accessing Oracle Enterprise Manager Database Home Page
    ●     Using SQL*Plus and iSQL*Plus to Access Your Database
    ●     Using iSQL*Plus
    ●     Setting Up iSQL*Plus for SYSDBA and SYSOPER Access
    ●     Using SQL*Plus
    ●     Calling SQL*Plus from a Shell Script
    ●     Calling a SQL Script from SQL*Plus
    ●     Initialization Parameter Files
    ●     Simplified Initialization Parameters
    ●     Database Startup and Shutdown
    ●     Starting Up an Oracle Database Instance
    ●     Starting Up an Oracle Database Instance: NOMOUNT
    ●     Starting Up an Oracle Database Instance: MOUNT
    ●     Starting Up an Oracle Database Instance: OPEN
    ●     Shutting Down an Oracle Database Instance
    ●     Shutdown Modes
    ●     SHUTDOWN Options
    ●     Using SQL*Plus to Start Up and Shut Down
    ●     Viewing the Alert Log
    ●     Viewing the Alert History
    ●     Dynamic Performance Views
    ●     Dynamic Performance Views: Usage Examples
    ●     Dynamic Performance Views: Considerations
    ●     Summary
    ●     Practice Overview: Managing the Oracle Instance
    ●     Managing Database Storage Structures
    ●     Storage Structures
    ●     How Table Data Is Stored
    ●     Anatomy of a Database Block
    ●     Tablespaces and Data Files
    ●     Oracle Managed Files (OMF)
    ●     Space Management in Tablespaces
    ●     Exploring the Storage Structure
    ●     Creating a New Tablespace
    ●     Storage for Locally Managed Tablespaces
    ●     Tablespaces in the Preconfigured Database
    ●     Altering a Tablespace
    ●     Actions with Tablespaces
    ●     Dropping Tablespaces
    ●     Viewing Tablespace Information
    ●     Gathering Storage Information
    ●     Viewing Tablespace Contents
    ●     Enlarging the Database
    ●     What Is Automatic Storage Management?
    ●     ASM: Key Features and Benefits
    ●     ASM: Concepts
    ●     Summary
    ●     Practice Overview: Managing Database Storage Structures
    ●     Administering User Security
    ●     Database User Accounts
    ●     Predefined Accounts: SYS and SYSTEM
    ●     Creating a User
    ●     Authenticating Users
    ●     Administrator Authentication
    ●     Unlocking a User Account and Resetting the Password
    ●     Privileges
    ●     System Privileges
    ●     Object Privileges
    ●     Revoking System Privileges with ADMIN OPTION
    ●     Revoking Object Privileges with GRANT OPTION
    ●     Benefits of Roles
    ●     Assigning Privileges to Roles and Roles to Users
    ●     Predefined Roles
    ●     Creating a Role
    ●     Secure Roles
    ●     Assigning Roles to Users
    ●     Profiles and Users
    ●     Implementing Password Security Features
    ●     Creating a Password Profile
    ●     Supplied Password Verification Function: VERIFY_FUNCTION
    ●     Viewing and Modifying Initialization Parameters
    ●     Managing Schema Objects
    ●     What Is a Schema?
    ●     Accessing Schema Objects
    ●     Naming Database Objects
    ●     Specifying Data Types in Tables
    ●     Creating and Modifying Tables
    ●     Understanding Data Integrity
    ●     Defining Constraints
    ●     Constraint Violations
    ●     Constraint States
    ●     Constraint Checking
    ●     Creating Constraints with SQL: Examples
    ●     Viewing the Columns in a Table
    ●     Viewing the Contents of a Table
    ●     Actions with Tables
    ●     Dropping a Table
    ●     Truncating a Table
    ●     Indexes
    ●     Types of Indexes
    ●     BTree Index
    ●     Bitmap Indexes
    ●     Index Options
    ●     Creating Indexes
    ●     What Is a View?
    ●     Creating Views
    ●     Sequences
    ●     Creating a Sequence
    ●     Using a Sequence
    ●     Temporary Tables
    ●     Temporary Tables: Considerations
    ●     Data Dictionary: Overview
    ●     Data Dictionary Views
    ●     Data Dictionary: Usage Examples
    ●     Summary
    ●     Practice Overview: Administering Schema Objects
    Managing Data and Concurrency
    ●     Performance Management
    ●     Performance Monitoring
    ●     Performance Monitoring: Top Sessions
    ●     Performance Monitoring: Top Services
    ●     SQL Tuning Advisor: Overview
    ●     SQL Tuning Advisor Options and Recommendations
    ●     Using the SQL Tuning Advisor
    ●     Using the SQL Tuning Advisor: Example
    ●     SQL Tuning Advisor: SQL Statistics
    ●     SQL Tuning Advisor: Identifying Duplicate SQL
    ●     Using the SQL Access Advisor
    ●     Managing Memory Components
    ●     Enabling Automatic Shared Memory Management (ASMM)
    ●     Manually Setting Shared Memory Management
    ●     Using the Memory Advisor
    ●     Dynamic Performance Statistics
    ●     Troubleshooting and Tuning Views
    ●     Invalid and Unusable Objects
    ●     Summary
    ●     Practice Overview: Monitoring and Improving Performance
    ●     Backup and Recovery Concepts
    ●     Part of Your Job
    ●     Categories of Failures
    ●     Statement Failure
    ●     User Process Failure
    ●     Network Failure
    ●     User Error
    ●     Instance Failure
    ●     Background Processes and Recovery: Checkpoint (CKPT)
    ●     Background Processes and Recovery: Redo Log Files and LogWriter
    ●     Background Processes and Recovery: Archiver (ARCn)
    ●     Instance Recovery
    ●     Phases of Instance Recovery
    ●     Tuning Instance Recovery
    ●     Using the MTTR Advisor
    ●     Media Failure
    ●     Configuring for Recoverability
    ●     Control Files
    ●     Redo Log Files
    ●     Multiplexing the Redo Log
    ●     Archive Log Files
    ●     Archive Log File: Naming and Destinations
    ●     ARCHIVELOG Mode
    ●     Summary
    Practice Overview: Configuring for Recoverability
    ○     Performing Database Backups
    ○     Backup Solutions: Overview
    ○     Oracle Secure Backup
    ○     User Managed Backup
    ○     Terminology
    ○     Recovery Manager (RMAN)
    ○     Configuring Backup Settings
    Sun Infosys Software Solutions Offering Courses:
         Oracle 10g / 11g DBA
         SQL , PL/SQL
         Linux Administration
         Oracle OCA DBA
         Unix/Linux + Shell Scripting
    Phone: +001-732-675-7911 (U.S.A)
    E-mail : [email protected]
    Website: www.suninfosysinc.com

    I'll remember that company name to ensure that I neither use it nor recommend it.
    John.

Maybe you are looking for

  • 2100: Detection error on SSD0 (M.2) -- X1 Carbon 2014

    I keep on getting this error on the X1 Carbon, attaching picture. If it stays on for a long time, 8 hours and more it will show, consistently. Anyone else had this problem ? found a fix ? Its brand new and it started showing since day 1

  • "no data found" in spcopyopening

    Hi guys,   the error message obtained when i tried to run *run_stored_procedure=spcopyopening('%APP%',[%CATEGORY_SET%],[%rptcurrency_SET%],'%SCOPETABLE%','%LOGTABLE%') is ExecuteBaseLogic::SPCopyOpening Version 7.0.112 ERROR COPYO-090 No Data found  

  • Camileo X-sports - no thumbnail files using 1080p 60fps

    Hi everyone: I've recently bought the camileo x-sports. It's a nice camera but i found one problem with it: It is supposed that with every video or photo that it takes, it creates simultaneously anoher smaller sized file, named as "thm". The problem

  • Changes in SPRO not reflected

    Hi guys, I'm trying to remove a service from the ESS Service Map e.g. Removing the links of "Working Time" from the ESS through SPRO and followed the steps (change position=0) I've saved the changes but they do not seem to be reflected in the Portal.

  • Performance of java nio with dd in linux.

    Hi I ran this code in java to dump 0s in a file of size 1gb and tried the same with dd in linux. Java code : I use a preinitialized array (the data) and fill a mappedbytebuffer with it. package filePersistence.test; import java.io.File; import java.i