DBA Seperation Of Duties

I am looking for some examples of how other companies set up a seperation of duties for the DBA's. How or what do you seperate? What permissions does each person have?
Thanks for any help.

Jeff, there are many different ways to approach separation of duties for DBA's or DBA's vs Developers and a lot of what is practical depends on the size of the business and type of IT organization being practiced: central IT vs distributed IT.
Some sites have separate DBA's to manage test, to manage Quality Assurance, and Production. There is a hand off between each group and the test group DBA may have absolutely no access to the production databases.
Some sites have Application DBA's who create objects and apply object changes for the developers and which also have an Infrastructure DBA who installs the Oracle software, configrues the listener, and writes and manages the backups.
Here are some forum threads on topics related to handling access:
Restrict DBA from accessing User's Tables
Re: Restrict DBA from accessing User's Tables
Application sensitive data security model in Oracle databases
Re: Application sensitive data security model in Oracle databases
There are a lot more threads available. You can find them via the search feature.
HTH -- Mark D Powell --

Similar Messages

  • Seperation of duties

    Couple of questions:
    1) Are there any useful oracle documents around recommended separation of duties in payables, ledger and receivables modules of EBS?
    2) As I am from IT not financial background, can you give some basic examples of SOD conflicts and subsequent risks/fraud opportunities?
    3) Are there any free tools or SQL queries to list SOD conflicts in EBS?

    user599292 wrote:
    Hussein Sawwan wrote:
    Please see these docs/links.
    ICM Segregation of Duties Constraints Data, Release 12.1 [ID 602873.1]
    White Paper: Understanding and Working with Employee Suppliers in R12 [ID 1377888.1]
    OICM: What Functions Should Be Constrained for the Payables Application With Segregation of Duties Constraints? [ID 352661.1]
    Audit Engagements [ID 287134.1]     To BottomTo Bottom     
    https://forums.oracle.com/forums/search.jspa?threadID=&q=separation+AND+duties&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Segregation+AND+duties&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    HusseinThanks
    Is there anyway to get a copy of the xls files mentioned in:
    ICM Segregation of Duties Constraints Data, Release 12.1 [ID 602873.1]Yes, if you already have 12.1.x installed -- Look for SODconstraints.zip file under $APPL_TOP/html/US/download directory.
    If you do not have 12.1.x installed, then you would need to download the Media Pack from Oracle e-Delivery website -- https://edelivery.oracle.com/
    Thanks,
    Hussein

  • Database Security against 'connect internal'

    Hi Dba's
    Is there any way to set up a password authentication while connecting as
    oracle(unix)user during 'connect internal' connection?. The reason is though oracle owner password can be kept properly, still the system admin(unix)can still use su (unix)command to become oracle user and connect to oracle without validating password.
    What is the best way to set up a password by which the password will be validated during the connection time.
    Please note ....!!!! Creation of exclusive password file, changes in init parameters everything has been tried.
    Hence, looking for any better solution.
    Regards
    _RamV
    null

    There certainly is a need for securing your database from administrators. The idea that you MUST trust your dba or your sys admins is no longer a reasonable one. Just to give you an example, let's say a government stores its most confidential secrets in an Oracle database. Trusting the dba is not an option in this situation.
    This certainly is an exterme case, but there certainly are many, many other situations that have similar requirements. I'm not sure that everyone's medical records should be available to the dba just because he's in charge of doing backups. The truth of the matter is that many, many dbas are kids straight out of college or independent consultants. This is this way in every industry, including the medical and banking industry.
    There are solutions that alleviate the problem, but they are not as good as they should be. For Oracle there are encryption solutions (www.appsecinc.com) that help you prevent dbas from reading the data, but they do not help prevent the data from being destroyed. A good backup plan can help alleviate this problem.
    Other possible solutions include setting up good policies that include seperation of duties and the use of a change management department. For a more thorough discourse on security policies for Oracle, check out the Oracle Security Handbook (http://www.amazon.com/exec/obidos/ASIN/0072133252/qid%3D998406055/107-7202182-0758137).
    HTH,
    [email protected]

  • Oracle user?

    Hi,
    New to oracle, and to the forum.
    A product I'm installing (Visionael Network Audit) requires Oracle to be installed beforehand.
    I've successfully installed Oracle. Firstly, I do not have any user other than the administrator on the Windows Server machine. Also I did not configure or change anything prior to the Oracle installation. If i've erred here can you point me to some summarised howto document for oracle installation.
    If thats fine, next I'm having problem with an SQL script (to which I'm new as well)
    The script
    SQL> create tablespace visionael_tempspace
    2 datafile 'c:\oracle\visionael_tmp01' size 10 M
    3 autoextend on next 10M
    4 default storage (
    5 initial 50K
    6 next 50K
    7 minextents 1
    8 maxextents 121
    9 pctincrease 10
    10 ) temporary online;
    create tablespace visionael_tempspace
    ERROR at line 1:
    ORA-12913: Cannot create dictionary managed tablespace
    orak is the name of the databse I created.
    Will appreciate any help, have a deadline to meet with this product installation.
    Thanks and Regards,
    -Alvi

    Good link for you:
    Oracle9i Database: Getting Started
    Welcome to the Oracle9i Database. This page gives you a number of starting points to help you get started, whether you are a first-time user, or an experienced user who is moving to a new release.
    Read about typical responsibilities for various job roles.
    Study or download books for new users.
    Find information about new features.
    Tell us what you think of this page. Is there other information that would help you to get started?
    Typical Job Responsibilities
    Depending on your job role, you might need specific knowledge and have to perform specific tasks. Here are introductions to some of the most common job roles associated with this product.
    Duties of a Database Administrator
    Duties of an Application Developer
    Help for UNIX DBAs Using Windows
    Duties of a Network Administrator
    Duties of a Security Officer
    The following section lists some books to help you get started with each kind of job role.
    http://otn.oracle.com/pls/db92/db92.getting_started?remark=homepage
    Oracle9i Database Online Documentation
    (Release 2 (9.2))
    http://otn.oracle.com/pls/db92/db92.homepage
    Joel P�rez

  • Multiple Instances and schemas to One

    Hi,
      Good Morning to all gurus.
    Using Oracle Version 11.2.0.2
    We have a database With 4 instances and Each Instance will be having 10 to 15 schemas Based on Countries. Here in all schemas we will be having Huge data's (count may be 3 to 5 crores for some 10 tables)
    Now am keen to Know If i change the above to a single instance and Single Schema(Common for all countries) What Pros and cons Will be there (Technical).
    Any Links or Answers are highly appreciated.
    HOPE GURUS Here can help me study and understand the above scenarios.
    Regards,
    Simma....

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2246908001297
    cons: 
    o harder to manage
    o harder to upgrade
    o harder to patch
    o harder to maintain
    o causes your shared pool size to increase 1,000 times (shared sql goes down the tubes)
    o takes more space
    o queries against the dictionary will be impacted
    o latching on the shared pool goes WAY up (latching = locks = serialization device =
    slows you down)
    pros:
    o none that I can think of.
    https://forums.oracle.com/thread/1032030
    Seperate schemas have advantages with security, privacy, seperation of duties, and change control. Seperate schemas also have the advantage of logical granularity / grouping for easier management, upgrade, decommission, scalability, hardware or software migration.
    Yes, you can develop applications faster if you don't have to think about security, scalability etc, but it will come back to haunt you later.
    RobertGeier
    AND
    Separate schemas have the disadvantage of requiring additonal grants and privileges to support the reference of non-owned objects used in stored code and to support FK definitions across tables owned by different users.
    Naming standards and system codes can be used to identify and segregate objects defined under one schema.
    The use of solid naming standards with a well chosen group of owners (schemas) would likely be a good compromise. The choice really depends on how large the applicaiton is going to be object wise and how integrated the objects are going to be. The more integration the less separate owners is beneficial.
    IMHO -- Mark D Powell --

  • Solutions for access as ROOT for RAC DBA duties

    Our Networking Team and Applications Team are going through some growing pains. We are trying to resolve what permissions should be given to a RAC DBA. Our RAC DBA is responsible for Oracle Clusterware, Oracle Automatic Storage
    Management and Oracle RDBMS software. The OS, Server and Storage Subsystem are the responsibility of the System Administrator. We have the following Environment:
    Production and Test (RAC)
    Oracle Enterprise Linux 5 update 2
    Oracle Clusterware 11.2.0.2 -- Grid Infrastructure
    Oracle ASM 11.2.0.2
    Oracle Database 11.2.0.2 EE
    Development (Single Instance)
    Oracle Enterprise Linux 5 update 2
    Oracle ASM 11.2.0.2 -- Grid Infrastructure
    Oracle Database 11.2.0.2 EE
    As the RAC DBA, I have identified the following areas that require ROOT for RAC and Single Instance DB's; however, I understand there may be more:
    diagcollection.pl
    - diagnostic tool for Oracle Clusterware and may be requested by Oracle Support
    ocrconfig
    - to repair ocr configuration issue (add, replace and remove requires root)
    srvctl modify
    - required root to change ip address
    tar
    - TAR Grid Infrastructure Directory structure preserving files with ROOT ownership
    cluvfy
    - cluvfy fix it scripts need to run as ROOT
    - some cluvfy commands under 11gr1 would only run properly for -post cfs check as ROOT in our last installation
    ASM Libraries
    - ROOT required to install and configure ASM libraries
    fdisk - l
    - this is used to see disks attached which is relevant when ASM disks are not mounted
    /etc/sysconfig/oracleasm
    - oracleasm loading configuration file
    /usr/sbin/oracleasm
    - to make disks available to ASMLIB (scandisks etc.)
    /usr/sbin/asmtool
    - asm config tool due to bug
    asm cluster file system
    - some commands require ROOT (mounting etc.)
    - acfsutil
    /var/log/messages
    - loading errors ohas and oracleasm would be logged here
    cvuqdisk
    - needs to be loaded for new install
    root.sh
    - script needed to run at install, upgrades and patching
    oraInstRoot.sh
    - script needed to run at install
    rootupgrade.sh
    - upgrade script
    roothas.pl
    - upgrade script
    ocrcheck
    - check for ocr corruption
    - corrupt check portion requires ROOT
    - oracle local registry
    Grid Infrstructure
    - .runInstaller from Grid Infrastructure
    - includes upgrades
    asm configuration assistant (asmca)
    - configuration of asm diskgroups
    - vol mgr for asm disks
    ocrconfig
    - ocr configuration tool
    - ocr import
    - ocr export
    - oracle local registry
    ocrdump
    - used to check ocr backup file
    - oracle local registry
    opatch
    - patching grid control requires ROOT
    crsctl
    - Startup and Shutdown Oracle Clusterware, Oracle ASM and Database/Instance
    - restore voting disk
    - restore ocr
    - set log for dynamic debugging
    - check install periodically
    srvctl
    - modify nodeapps (ex. ip address change)
    - add filesystem (acfs)
    What solutions have people found so that RAC DBA can perform responsibilites yet not have ROOT password?

    In all the environments I've worked in, I either had direct su access with knowledge of the root password or used sudo. I really can't imagine an environment that would require something other than either of those two options.
    In places with stricter auditing requirements we used sudo in conjunction with the sudosh shell wrapper to log all activities to syslog, but this was used by everyone and not just the DBA
    Is SUDO the only solutuion? Every command need to be entered into SUDO config files that necessitates ROOT access.
    As I demonstrated in the other thread, giving the oracle user sudo access to files that are writable by the oracle user (eg. root.sh) gives them the ability to access to a root shell. It is good to implement a "minimum privileges necessary" policy in your organization but it has to be within reason. The minimum privilege necessary for running and maintaining CRS is root.
    Edited by: AllYourDataBase on Apr 18, 2011 1:44 PM

  • Apps DBA Duties

    Hi hussien,
    We got a project from nww client for some tech support.
    The scope of work includes the following:
    1. Add DB Node
    2. Increase control files
    3. Create multiple disk group
    4. Allocate add'l space to hold archive logs (RR + 11i)
    5. Add’l concurrent processes
    6. R12 PROD server monitoring
    7. Cloning
    I only comfortable with #6 and #7 :(
    How do add a DB Node again? can it be done by cloning?
    Can you give me links of how to do items #1, #2, #3, #4, #5
    I hope you can give this as a Christmas present to me :)
    Thanks you very much and Merry Christmas to you.
    Ms Inday

    What is the application release? Database version?
    1. Add DB Node
    2. Increase control files
    3. Create multiple disk group
    4. Allocate add'l space to hold archive logs (RR + 11i)
    5. Add’l concurrent processes
    6. R12 PROD server monitoring
    7. Cloning
    I only comfortable with #6 and #7 :(
    How do add a DB Node again? can it be done by cloning?Adding a database node mean implementing RAC, so follow the RAC documents to achieve this -- You can use Rapid Clone.
    Can you give me links of how to do items #1, #2, #3, #4, #5This is covered in the "Oracle Database Administrator's Guide" manual -- Oracle Database Structure and Storage
    Oracle® Database Administrator's Guide
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17120/toc.htm
    For adding a CM node, you need to implement PCP.
    PCP Configuration
    PCP Configuration
    I hope you can give this as a Christmas present to me :)I hope the above is helpful, if not please let me know (after you provide more details about your requirements).
    Thanks you very much and Merry Christmas to you.Same to you :)
    Thanks,
    Hussein

  • Application for the post of an ORACLE DBA

    =================================================================
    ============
    ARUNKUMAR RAGHAVAN MSc,BEd,PGDMCH,(MBA)
    =================================================================
    ============
    CURRICULUM VITAE
    Covering letter
         From
    Arunkumar.R, email : [email protected],
    [email protected]
    No 16 /9 Nagendra nagar,
    Velachery main road, checkpost,
    Near jaya hospital,
    Chennai -600 042.
    Respected Sir / Madam,
    SUB : Application for the post of      
    ORACLE DBA / DBO - Reg
    I wish to submit the following few lines for your kind
    consideration.
    I feel more comfortable and satisfactory with this type of job
    as
    I am keen to serve as an employee of your esteemed organization,
    which has an intellectually stimulating and emotionally
    satisfying environment.
    I assure that, I will do my duty to the fullest satisfaction of
    my
    higher officials, colleagues and to the best of my knowledge and
    belief.
    I am attaching my CV, first 2 pages of my first book –“ORACLE
    ARCHITECTURE MADE EASY”, and a newsletter about Penta Media
    Graphics Ltd, my present employer.
    Expecting the favour of your earliest reply.
    Thanking you with respectful regard,
    Yours truly,
    (ARUNKUMAR.R)
    =================================================================
    ============
    CAREER OBJECTIVE
    1.     To be a dependable ORACLE DBA and to deploy an
    efficient DATA WAREHOUSE and DATA MART.
    2.     To write unique books on ORACLE DBA and DATA WAREHOUSING
    for enthusiastic learning
    Experience summary
    q     Five years and six months of overall experience in
    Software Industry.
    q     Over 24 months of work experience in the administering,
    and maintaining the Oracle Database of sizes 3 GB
    q     Training and authoring books, CBT’s,WBT’s for Oracle DBA
    and
    Data Warehousing .
    Technical skills
    Hardware               IBM PC, MAC
    Operating Systems          WINDOWS NT, 95/98/2K, MS-DOS,
    LINUX, MAC-OS
    RDBMS                    ORACLE 8I, DBASE, FoxPro,
    MSACCESS
    Internet Tools          HTML, IIS, FrontPage
    Responsibilities at PENTAMEDIA GRAPHICS LTD,
    (formerly known as PENTFOUR SOFTWARE EXPORTS LTD, SEI-CMM LEVEL
    4 COMPANY )
    1. Maintaining an "Oracle Pre-Production Database" of size 3 GB.
    2. In charge of the CBT's on Data Warehousing & ORACLE
    DBA.
    3. Installing and upgrading the Oracle server (Oracle 7.3,
    Oracle 8.0,
         ORACLE 8i,) and application tools.
    3.     Allocating system storage and planning future storage
    requirements
    for the database system.
    5. Creating Tablespaces for the different group of
    projects namely
         SOFTWARE, ENGINEERING, MANAGEMENT, and SCHOOL PROJECTS.
    6. Creating tables, views and modifying the database
    structure, as
         necessary, required by Project Leaders and Programmers.
    7. Enrolling users and maintaining system security and
    controlling and
         monitoring user access to the database.
    8. Backing up and restoring the database.
    Specific Achievements
    1. CBT's and WBT's authored (Reference:
    www.pentalearn.com )
    * Data Warehousing for beginners
    * Data Warehousing - Intermediate
    * Stepping into ORACLE DBA
    * ORACLE DBA - Security
    * ORACLE DBA - Backup & Recovery
    * Step by Step - ORACLE DBA
    * OCP GUIDE - Architecture & Administration
    Under Production
    * OCP GUIDE - Backup & Recovery
         2. Book's authored (Under compilation)
    * ORACLE ARCHITECTURE MADE EASY.
    * Learn ORACLE DBA in 23 days.
    4.     Knowledge of documentation and procedures for SEI CMM -
    ISO –
         QUALITY AUDITS.
    4. Academic Project - (Reference: [email protected])
    o Title           ORACLE QUESTION BANK
    o Outline           Training software for OCP
                   (Oracle Certified Professional)
    o Period           DEC 1998 - JAN 1999
    o Software           VB 5.0, M.S.ACCESS
         5. Awards :
    State first & district first in Vivekananda Academy
    of cultural
    Studies
    =================================================================
    ============
    Employment History
         1. Company Name           :     Pentamedia
    Graphics ltd
    Title          :     instructional designer
    Level           :     Senior Executive
    Specialization :     IT/Computer Systems/Software
    Function      :     Professional /
    Consultant / Specialist
    Industry :     Computer / Information
    Technology (Software)
    Date Joined :     12 oct 1999
    Duties           :     Responsible for CBT’s,
    WBT’s on DATA
                        WAREHOUSING & ORACLE DBA.
                        project guide for TEAM
    members.
                        Developed 5 training
    software.
                        Maintaining "ORACLE-
    PRODUCTION DATABASE"
                             of size 3GB.
    Reason for leaving:     working currently
    2. Company Name      :     S.A.International ltd
    Title           :     training officer
    Level           :     Senior Executive
    Specialization :     IT/Computer Systems/Software
    Function      :     Lecturer / Teacher /
    Trainer
    Industry :     Computer / Information
    Technology (Software)
    Date Joined :     08 Aug 1997
    Date Left      :     09 Sep 1999
    Duties :     At S.A.INTERNATIONAL LTD,(A joint
    venture company of ELCOT, GOVT OF TAMILNADU UNDERTAKING)
    Responsible for all training programmes.
                             Project guide
    for all college students.
                        Senior Faculty
    for "ORACLE DBA" classes.
    Accomplishment :     Wrote student guides on office
    2000                               and on ORACLE DBA
                        Developed 3 training
    software.
    Reason for
                   leaving      :     To get more
    experience on ORACLE DATABASE
                        MAINTENANCE
    3. Company Name      :     G.K.M.college of
    engineering & technology
    Title           :     lecturer
    Level           :     Junior Executive
    Specialization      :     Education
    Function      :     Lecturer / Teacher /
    Trainer
    Industry      :     Education
    Date Joined :     06 May 1996
    Date Left      :     09 Aug 1997
    Duties           :     Incharge of computer
    science department,
                        Conducting classes and
    all academic                                    
         activities.
    Accomplishment :     Wrote 2 student guides on office
    1997                                    and on
    ORACLE DBA.
    Reason for
                   leaving      :     To get more
    experience on ORACLE DBA
                        Activities
    4. Company Name      :     Infra computers pvt ltd
    Title           :     Asst.technical manager
    Level           :     Junior Executive
    Specialization :     Training & Development
    Function      :     Executive
    Industry      :     Computer / Information
    Technology
    Date Joined :     30 Apr 1995
    Date Left      :     06 Jun 1996
    Duties           :     Monitor the day to day
    operations of the
    SOFTWARE/HARDWARE SERVICE DEPARTMENT. Monitor the DEPARTMENT
    STOCK and cash flow position, Meeting executives for Business
    development activities
    Accomplishment :     Joined the Company since August 1994
    as Asst TECHNICAL MANAGER. Promoted to TECHNICAL MANAGER in july
    1996.
    Reason for
                   leaving      :     To study M.B.A
    (master business
                        Administration)
    ORACLE DBA SKILLS SELF EVALUATION FORM
    Oracle: SQL and PL/SQL Skills:          
                                       rate
    from
                                  0 = None
    through 5 = Guru
    Creating and maintaining database objects               3
    Store, retrieve, and manipulating data               3
    Create PL/SQL blocks of application code               1
    Familiarity with PL/SQL packages                    1
    Familiarity with PL/SQL tables and records          0
    Calling PL/SQL functions from within SQL statements     0
    Building reusable code                         
         0
    Crafting code that automatically adapts to changes     
         in data structures                         
         0
    Writing SQL inside PL/SQL programs               
         0
    Reading and writing operating system files          3
    Executing host commands and C programs               0
    Issuing database alerts                         
         1
    Analyzing memory utilization in your session          2
    Debugging and tracing program execution               1
    Manipulating raw data and large objects               1
    Building your own packages                    
         1
    Oracle Enterprise Manager Skills:               
                                       rate
    from
                                  0 = None
    through 5 = Guru
    Install Oracle Enterprise Manager                    5
    Administer and monitor Oracle database environments     5
    Oracle Enterprise Manager architecture               3
    Setup a console for your own environment               3
    Implement job and event based system management          3
    Understand the integration of shared administrator
         responsibilities                         
              3
         Tuning Pack                              
         1
    (which comprise Oracle Expert, Tablespace Manager
              and SQL Analyze)
    Diagnostic Pack                              
         0
    (which comprise Oracle Trace and Data Viewer,
         Performance Manager,
    Capacity Planner,and Top Sessions)
    Change Management Pack                         
         0
    (which comprise Database Alter, Capture, Diff,
         Propagate, Quick Change, and Plan Manager)
    Database Administration/ Backup and Recovery Skills:     
                                       rate
    from
                                  0 = None
    through 5 = Guru
    Familiarity with Oracle7 database environments          5
    Familiarity with Oracle8 database environments          5
    Set up, maintain, and troubleshoot database          4
    Plan and implement database backup and recovery
         strategies                              
              4
    Understanding of backup, restore and recovery
         operations                              
              4
    Oracle8 Recovery Manager                         4
    Network Administration Skills:                    
                                       rate from
                                  0 = None
    through 5 = Guru
    Familiarity with Oracle7 Server                    5
    Familiarity with Oracle8 Server                    5
    Familiarity with architecture of Net8               4
    Establishing connections between peers               5
    Client and a server node using various
         naming methods                              
         4
    Configuring middle tier systems                    0
    Familiarity with Names Server                    
         1
    Familiarity with Connection Manager               
         3
    Memory, I/O, physical structure and
    resource contention                         2
    Familiarity with dynamic performance views          4
    Familiarity with initialization parameters          5
    Familiarity with diagnostics and tuning guidelines     3
    Data Modeling and Relational Database Design Skills:     
                                       Arun's
    rate from
                                  0 = None
    through 5 = Guru
    Knowledge with entity-relationship models               2
    Knowledge of normalization and relational           
         database design                              
         1
    Defining business information requirements          3
    Creating entity-relationship models               
         3
    Transforming requirements into an initial
         database designs                         
              3
    Personal Strengths :
              INVOLVEMENT alone gives PERFORMANCE. With my
    spiritual base &
         MOTIVATION, I am confident that I will reach the
    pinnacle
    in the field of ORACLE DBA. I hope my right thinking &
    Hardworking nature will make me successful.
    Current Communication Address
              Address :     16/9, nagendra nagar, velachery
    main road,
                   near jaya hospital, chennai-42
                   chennai, 600042 India
    Tel [home]      :     91-44-2552406
    Tel [office]:     91-44-4839854
    Tel [mobile]:
         Email     :     [email protected],
    [email protected]
    Permanent Address
         Address      :     s/o N.Raghavan, laksminayackan
    patty(po)
                   thevaram(via), theni(dt), pin
    625530
                   laxminayakan patty,
                   625530 India
    Tel      :     91-4454-54739
    Email     :     [email protected], [email protected]
    Personal Particulars
    Date of Birth           :     05 Aug 1971
    Gender                :     Male
    Nationality           :     India
    Marital Status           :     married
         Permanent Residence of     :      India
              Passport Number          :     T465022
              Valid Upto                    Jan 2005
    EDUCATIONAL QUALIFICATION
    COURSE      UNIVERSITY/BOARD           Yr.of PASSING
         CLASS & %
    S.S.L.C      TAMILNADU SECONDARY           MAR 1986
         FIRST 85.40
    H.S.C      TAMILNADU HIGER SECONDARY     APR 1988
         FIRST 68.90
    B.Sc           MADURAI KAMARAJ UNIVERSITY      APR 1991
         FIRST 68.63
    (PHYSICS)      VIVEKANANDA COLLEGE
    M.Sc           MADURAI KAMARAJ UNIVERSITY     APR 1994
         FIRST 70.40
    (PHYSICS)
    BEd           MADURAI KAMARAJ UNIVERSITY      NOV 1995
         SECOND 52.20
    TECHNICAL QUALIFICATION
    COURSE           UNIVERSITY/INSTITUTION           Yr.of
    PASSING %
    PGDMCH#           St.JOSEPH'S COLLEGE           JULY
    1995 59.70
                   BHARATHIDASAN UNIVERSITY
    DPCS*           @ DOE & TC.T.S- NCVT TRADE      SEP 1996
    79.47
                   (AICTE^ APPROVED)
    # POST GRADUATE DIPLOMA IN MICROPROCESSOR AND COMPUTER
    HARDWARE
    * DATA PREPARATION AND COMPUTER HARDWARE
    @ DIRECTORATE OF EMPLOYMENT & TRAINING CRAFTSMEN TRAINING
    SCHEME
    ^ ALL INDIA COUNCIL OF TECHNICAL EDUCATION
    PROFESSIONAL
    TRAINING UNDERGONE
    Completed 'ORACLE DBA' Course at RADIANT SOFTWARE PVT LTD,
    WEST MABALAM,
    CHENNAI -33.
    Language Proficiency :
    Languages -          Proficiency (1=worst - 10=best)
                        Spoken               
         Written
    English          5                    6
    Tamil               9               
         9
    Supplementary
    If and when employed by the company
    Willing to Travel               :          yes
    Willing to be Relocated          :          yes
    Possess Own Transport     :          T465022 Valid
    Upto                    Jan 2005
    Expected Monthly Salary          :     
         Negotiable
    Availability               :     
         Immediately
    =================================================================
    ============

    Sorry, but according to Apple, iTunes Store: All Sales Are Final
    You can avoid accidental purchases.
    From the iTunes menu bar click iTunes / Preferences then select the Parental tab.
    Select:  iTunes Store
    Click OK.

  • Oracle EBusiness suite professions tasks and duties

    Hello everybody
    I inquire about something regarding Oracle EBusiness suite professions tasks and duties. I've tasked by my manager with writing a report lists the main tasks and key responsibilities for each of the following technical professions within Oracle E Business Environment:
    1)-Apps DBA.
    2)-Apps Technical Consultant (Apps Developer)
    3)-Apps Business Consultant.
    I've contacted Oracle Support recently via opening SR .But, They informed me that they don’t provide such information and therefore, they suggest me weather to contact Oracle Consulting to post here.
    I would appreciate your help.
    Sami

    I don't see how you'd be able to integrate OAM with EBS unless you have the oSSO (assuming of course that you're not on the bleeding edge, per 975182.1).
    We are running the same configuration and have setup the redirects in OAM policy. We setup specific context roots for each application, then use OAM policy to redirect. (for example, http://iwa-server/ebs redirects to https://ebs-server)
    Unique authorization rule for each redirect, then a unique "policy" on the "Policies" tab for each redirect. Each Policy maps to the respective Authorization Rule.

  • What does it take to be a good DBA.

    Hi i am a student with 1 year to go and i interested in becoming a DBA i have no real world experience but i have done java ,php,prolog and i have good knowlege of sql queries. I do understand that you need to be good a drivers1,2,3 and 4

    Not really. What you need to know and do to be a good DBA is basically be a control freak and totally paranoid about loosing anything... also have an intimate knowlege about backup and recovery and database design. DBA's are paid to ensure the data is there 24X7 365 days a year... yes, every day all day.
    If you loose it, don't bother coming back to work.
    When the world crashes--and it will--your worth is measured directly by the speed you can recover it all... Yes, all of it, even that stuff that just was updated... oh, the moment the system decided it needed to go south for the winter.
    Depending on the shop you are in, you may have other duties--database design, sql queries, programming--helping the developers.
    First and foremost you will be the person in charge of making the data secure and accessible to those that need to see it.
    Depending on your environment--you may never be allowed to touch Java, php, or prolog. It maybe that you have to subsist on programming in the SQL scripting language or a shop standard.

  • How do I recognize and treat seperately entries in a text box?

    I've placed a text box in a report that is populated by data entries that are seperated by a semicolon.  Each entry is unique and distinct.  I want to try to count and group these individually, but since they exist in a text box seperated by a semicolon, how can I treat them as unique?  Here is an example: 
    02 Inadequate Policies and/or Procedures;01 Lack of Policies and/or Procedures;05 Inadequate Separation of Duties;10 Financial Systems Deficiency;

    Hi,
    Whether the values is fixed ie, you will get a string with 5 values which is :;: seperated.
    If it is fixed you can use a way.
    for ex; you have a string of 5 values.
    first formula u write : Stringvar
    Variablename := split(Fieldname,';')[0]
    like that five formula.
    Then you can take the count(Variablename).
    Regards,
    Sathish

  • 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

  • What is a DBA??

    Hi,
    Could I have a dfeinition of what a DBA is. Throughout my career, I was lead to believe that a DBA facilitated a business in the storage of business information. However, in the contract I'm on now, the DBA believes that he should tell the business what information they need, and how it should be stored, without consultation with any areas of the business.
    C.

    Hi,
    Could I have a dfeinition of what a DBA is.From previous wiki reference
    "Duties: The duties of a database administrator vary and depend on the job description, corporate and Information Technology (IT) policies and the technical features and capabilities of the DBMS being administered."
    From my experience I would agree on that 'it depends'. E.g. on organisation, business requirements, "features" of the applications, etc.
    However, in the contract I'm on now,
    the DBA believes that he should tell the business
    what information they need, and how it should be
    stored, without consultation with any areas of the
    business.This has little to do with the definition of the role of a DBA, and more to do with severe professional misconduct. One of the main objectives for IT/IS department is to serve the business (customers) needs so to enable the business to achieve its goals.

  • Diff in Duties...

    Hi,
    I'm a newbie to Oracle Tech.Basically i'm a MSDBA and now i'm interested to be a Oracle DBA and i heard about Oracle Apps DBA. But,i'm confused and was not able to find the difference in duties between these two roles. Can someone please help me in knowing the duties esp any doc/article which would be helpful in my decision.
    Regards,
    Shyam

    sn't there any defined duties and profile for Oracle Apps DBA?An Apps DBA is an Oracle DBA on a site where they use Oracle Apps. There are over one hundred Apps modules so precise duties rather depend upon what your company has. If your current postying doesn't use Oracle Apps you ain't an Apps DBA and you have zero chance of teaching yourself to be one. Here is Re: I am core 9i DBA, What is apps DBA which you may find helpful.
    Cheers, APC

  • Oracle Apps DBA Advice

    Hi,
    I'm into oracle dba for past 5 years. I don't have any idea but interested in oracle apps dba could anyone please guide me some input on oracle applications and it dba activities. I would like to install oracle application in my laptop, is it feasible? Please advice
    regards,
    shaan

    Hi,
    I'm into oracle dba for past 5 years. I don't have any idea but interested in oracle apps dba could anyone please guide me some input on oracle applications and it dba activities. Please see this thread.
    Want to Become Oracle Application11i DBA
    Re: Want to Become Oracle Application11i DBA
    You can also search the forum for [APPS DBA Tasks|http://forums.oracle.com/forums/search.jspa?threadID=&q=APPS+DBA+Tasks&objID=c84&dateRange=all&userID=&numResults=15] and [APPS DBA Duties|http://forums.oracle.com/forums/search.jspa?threadID=&q=APPS+DBA+Duties&objID=c84&dateRange=all&userID=&numResults=15&rankBy=10001] (and Oracle DBA Activities/Duties), you will get many hits.
    I would like to install oracle application in my laptop, is it feasible? Please adviceDepends on what hardware resources you have on your laptop.
    If you have any further questions about Oracle Apps, please post it in [E-Business Suite|http://forums.oracle.com/forums/category.jspa?categoryID=3] forum.
    Regards,
    Hussein

Maybe you are looking for

  • Compilation Problem in JWS 2.0

    Hello, Friends! I face some problem in compiling the JSP page using JWS (Java web server 2.0). The problem is : Some times this happens that I create some new jsp file and when i try to compile it, it does not compile it properly and when I look into

  • DBMS_SQL With Unknow Number Of Columns

    Hey, I am trying to write a pl/sql stored procedure. In the procedure, I am creating a query, which the number of columns that the query pulls back is not known until runtime. I have seen a few examples on dbms_sql, but with most of them, the number

  • AD PasswordSync - Direct mode workflow setup

    Is there any information out there pertaining to setting up passwordSync in AD with IDM that goes into detail of how the process flows through each component? I'm looking for a more detailed explaination of IDM to gateway to AD to passSync back to ID

  • Help on Database Driver

    I'm starting to learn programming on C# and Oracle. But i'm not sure which package to use. There are 2 packages named System.Data.OracleClient(Microsoft's) and Oracle.Client(Oracle's package). Can anybody tell me which one is better and the differenc

  • How do I show the focus point in Elements 12?

    How do I show the focus point in Elements 12?  There are times when displaying the camera focus point(s) in either the organizer or the editor would be very helpful in analyzing pictures.  Is there a way to do this?