Confused re Oracle Security Products - Help

Right. I'm experienced with Oracle Discoverer, AS, CMSDK, OC4J, SSO, OID , I am very good on the database and good on RAC
I did a lot of work on various sites enabling SSO /OID ..
Now I go to look at new and improved security /IM products. I have to say I am completely lost.
What goes where ? Is SSO still available, is OID still used. What is all this eSSO . I understand Kerberos and GSSAPI , LDAP and SSL what are all the authentication products.
What is obsolete, what is current, what is coming. Is there any coherent document that lays out strategy in this area, because most of our customers are just as confused

If you declared a fine-grained auditing policy on just the 5 or 6 tables you say you are interested in, why would you expect that to cause a performance issue?
Why would you expect it to be more efficient to send an email when those tables are accessed rather than having FGA write a row to an audit table?
That doesn't make sense. Connecting over the network to the SMTP server and exchanging dozens of packets with the SMTP server to send an email is going to be orders of magnitude less efficient than writing a row to an audit table. If you're writing so many rows to the audit table that this becomes a performance bottleneck, you'd be filling the inbox of whoever received these emails with far more messages than they could possibly handle.
I haven't read the particular book you reference. Most books and papers that discuss auditing will discuss the performance implications. And they generally caution that you should be thoughtful about what you audit because if you make the mistake of trying to audit every action, you're going to end up spending most of your time writing audit records. And your audit trail is going to be so large that you won't be able to do anything with it because it's too annoying to query. That doesn't mean that Oracle's auditing is inherently problematic, it simply means that you need to be aware that auditing requires the database to do more work and that you should be judicious about auditing things that you actually care about.
Justin

Similar Messages

  • How to determine which of the Oracle security products have been installed

    Hello!
    I would like to determine whether or not the Oracle security products have been installed for an Oracle database.
    The Oracle security products are:
    * Oracle Database Vault
    * Oracle Audit Vault
    * Oracle Configuration Management
    * Oracle Total Recall
    * Oracle Advanced Security
    * Oracle Data Masking
    * Oracle Label Security
    * Oracle Secure Backup
    * Oracle Database Firewall
    So what I thought is to look at the "DBA_REGISTRY" table which displays information about the components loaded into the database.
    But on the other hand there also is the "V$OPTION" view which lists database options and features.
    Does anybody know, how I could correctly determine whether or not each of the product is installed?
    I guess for "Oracle Database Vault" I should query V$OPTION, but what should I do with the other ones? And in case DBA_REGISTRY would be the right table, how would the comp_ids look like for the products?
    SELECT 'Oracle Database Vault' , nvl( (SELECT VALUE FROM V$OPTION WHERE PARAMETER = 'Oracle Database Vault'),'FALSE') FROM sys.dual
    OR
    SELECT 'Oracle Database Vault' , nvl2( (SELECT 'valueFound' FROM DBA_REGISTRY WHERE comp_id = '??????' AND status NOT IN ('INVALID', 'REMOVING' , 'REMOVED')),'TRUE','FALSE') FROM sys.dual
    Thanks in advance
    Kai

    Hi kai;
    There are some script avaliable on net, first please check them and run it on test server first!
    http://www.google.com.tr/#hl=tr&biw=1259&bih=793&q=installed%2Bproducts%2Boracle&aq=f&aqi=&aql=&oq=&gs_rfai=&fp=71a534c4a5161590
    Secondly you can check oraInventory and also oratab file or you can run runInstaller and can check Installed product tab on installation screen
    Regard
    Helios

  • I am having email problems with the new Lion.  stmp, imap, etc. I have looked up google info and It is confusing when it comes to TS, SSL also, please explain how to set it up so my email goes out and comes in securely.  Help

    I am having email problems with the new Mountain Lion.  stmp, imap, etc. I have looked up google info and It is confusing when it comes to TS, SSL also, please explain how to set it up so my email goes out and comes in securely.  Help
    Incoming Mail (IMAP) Server - requires SSL:
    imap.gmail.com
    Use SSL: Yes
    Port: 993
    Outgoing Mail (SMTP) Server - requires TLS:
    smtp.gmail.com (use authentication)
    Use Authentication: Yes
    Use STARTTLS: Yes (some clients call this SSL)
    Port: 465 or 587
    Account Name:
    your full email address (including @gmail.com) Google Apps users, please enter username@your_domain.com
    Email Address:
    your full Gmail email address ([email protected]) Google Apps users, please enter username@your_domain.com
    Password:
    your Gmail password
    The Quick Answer
    Follow the instructions below to set up IMAP1 access in most email clients.
    Google Apps users, please follow the default instructions unless otherwise noted, replacing 'your_domain.com' with your actual domain2 name.
    this is all greek to me. WHAT IS STARTTLS? On the first page of Apple set up there is a TLS certificate and it is marked NONE- should I change it to the long APPLE CERT option?  The next page under ADVANCED: THERE IS A BOX SSL MARKED.  Then IMAP Path Prefix - I put stmp.gmail.com.. is that right?  Port 993 can  use this one? as 456 doesn't work and 587 said it wasn't safe.  Under AUTHENTICATION I used PASSWORD.  Should I have used external client cert TLS?
    Please help me set this up securely. Thanks

    Apple - Support - Mail Setup Assistant

  • Oracle secure  backup "lsbackup " not showing in obtool

    hi!
    i am using oracle secure backup with virtual tape drive....
    lsdev -lvlib:
    Device type: library (virtual)
    Model: [none]
    Serial number: 82206a7c
    In service: yes
    Debug mode: no
    Barcode reader: default (hardware-selected)
    Barcodes required: no
    Auto clean: no
    Clean interval: (not set)
    Clean using emptiest: no
    Ejection type: auto
    Min writable volumes: 0
    UUID: d9916f34-cdec-102c-a9cf-000c2912137c
    Attachment 1:
    Host: osb
    Raw device: /vlib
    vt:
    Device type: tape (virtual)
    Model: [none]
    Serial number: 96627110
    In service: yes
    Library: vlib
    DTE: 1
    Automount: yes
    Error rate: 8
    Query frequency: [undetermined]
    Debug mode: no
    Blocking factor: (default)
    Max blocking factor: (default)
    Current tape: [unknown]
    Use list: all
    Drive usage: 1 minute, 9 seconds
    Cleaning required: no
    UUID: f2efc426-cdec-102c-a9cf-000c2912137c
    Attachment 1:
    Host: osb
    Raw device: /vt
    its working fine i use rman and took two backups....but i dont know where are they....on os i have two directory vlib(library) and one more was created 'vt'(tape drive).i know backups are in vlib but how to check them..through obtool ...it shows nothing..
    please help.......
    BACKUP 1:
    RMAN> run
    2> {
    3> allocate channel ch1 device type sbt;
    4> backup datafile 4;
    5> release channel ch1;
    6> }
    using target database control file instead of recovery catalog
    allocated channel: ch1
    channel ch1: sid=130 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting backup at 22-DEC-09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00004 name=/u01/app/oracle/product/10.2.0/oradata/orcl/users01.dbf
    channel ch1: starting piece 1 at 22-DEC-09
    channel ch1: finished piece 1 at 22-DEC-09
    piece handle=0nl1h7ao_1_1 tag=TAG20091222T061656 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:25
    Finished backup at 22-DEC-09
    released channel: ch1
    BACKUP 2 .......
    RMAN> run
    2> {
    3> allocate channel ch1 device type 'SBT_TAPE';
    4> backup datafile 3;
    5> backup datafile 2;
    6> release channel ch1;
    7> }
    allocated channel: ch1
    channel ch1: sid=130 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting backup at 22-DEC-09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00003 name=/u01/app/oracle/product/10.2.0/oradata/orcl/sysaux01.dbf
    channel ch1: starting piece 1 at 22-DEC-09
    channel ch1: finished piece 1 at 22-DEC-09
    piece handle=0ol1h7nq_1_1 tag=TAG20091222T062354 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:45
    Finished backup at 22-DEC-09
    Starting backup at 22-DEC-09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00002 name=/u01/app/oracle/product/10.2.0/oradata/orcl/undotbs01.dbf
    channel ch1: starting piece 1 at 22-DEC-09
    channel ch1: finished piece 1 at 22-DEC-09
    piece handle=0pl1h7p7_1_1 tag=TAG20091222T062439 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:25
    Finished backup at 22-DEC-09
    released channel: ch1
    Edited by: Muhammad.Usman on Dec 22, 2009 8:51 PM

    The configuration you have described is not supported. If you want to use a VTL you will need to purchase one from a supported VTL supplier.
    OSB does not provide its own VTL.
    Rich

  • Certificates from Oracle Security Server

    Hi everyone
    Has anyone been able to genereate a certificate using the Oracle Security Server (OSS) and been able to use that to set up a HTTP listener to use SSL with that?
    If so, how????
    OAS documentation goes on and on about how to install a certificate from a known CA, but forgets to document it's own OSS.
    Please help.
    Regards Gerard.

    John,
    I appreciate you asking around...FYI, I found reference to Oracle Security Server in Metalink...but couldn't attach it to a version of Oracle or another product!
    Thanks,
    Ed

  • Oracle Secure Backup Installation

    Hi all,
    It is the first time I am installing and configuring an Oracle Secure Backup. I have installed Oracle Secure Backup 10.4.0.3 at the Administrative sever (windows 7x64) just to test it before I install it to the production server (windows server 2003). The problem is the following:
    After the installation I try to login to the webtool with the Admin user as described in the documentation. I enter the Admin password I set in the installation but it throws a login incorrect error. I know the password is the correct one as I have also tried to paste it from a notepad.
    What should I check?
    Thank you in advance.

    The username is admin with a lowercase a, see if that helps. Otherwise you should check the log files for the webserver to see where the problem might be.
    Are you putting your admin server on a Windows machine for a specific reason? It's fully supported but that won't give you the best performance, I'd suggest you run a Linux admin/meda server.
    Thanks
    Rich

  • Oracle Secure Backup error: 'No such file or directory'

    Hi,
    could you help me to fix the following issue?
    RMAN> run {   ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS='SBT_LIBRARY=C:\windows\
    system32\orasbt.dll' ; backup database format 'CF_%d_%T_s%sp%pt%t'; }
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: SID=8 device type=SBT_TAPE
    channel c1: Oracle Secure BackupStarting backup at 26-OCT-09
    channel c1: starting full datafile backup set
    channel c1: specifying datafile(s) in backup set
    input datafile file number=00001 name=C:\APP\AIME\ORADATA\ORCL\SYSTEM01.DBF
    input datafile file number=00002 name=C:\APP\AIME\ORADATA\ORCL\SYSAUX01.DBF
    input datafile file number=00003 name=C:\APP\AIME\ORADATA\ORCL\UNDOTBS01.DBF
    input datafile file number=00004 name=C:\APP\AIME\ORADATA\ORCL\USERS01.DBF
    input datafile file number=00005 name=C:\APP\AIME\PRODUCT\11.2.0\DBHOME_1\DATABA
    SE\TBS_5.F
    channel c1: starting piece 1 at 26-OCT-09
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on c1 channel at 10/26/2009 00:20:54
    ORA-19506: failed to create sequential file, name="CF_ORCL_20091026_s10p1t701223
    652", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_cat_query: Query for piece CF_ORCL_20091026_s10p1t701223652 failed.
    (Oracle Secure Backup error: 'No such file or directory').
    Thanks,
    jun

    You can work entirely in Xcode by using the command-line tool template in C. Xcode > File > New > Project > Command-Line Tool > Next > Language: C > Next > Create.
    If you do want to work on the command line, you may as well just use the "clang" program instead. The "gcc" tool is just a compatibility tool for existing scripts that are expecting the actual "gcc" program. Apple hasn't used the real "gcc" for years. (Read up on the GPLv3 for more information.)
    The gcc/clang arguments are the same. The "-c" flag instructs the compiler to only compile a single .c file into a .o object file. It won't create an executable. If you are only compiling a single source file, just omit the "-c" flag and the compiler will create an executable named "a.out" that you can run by typing "./a.out". You can specify "-o <executable name>" if you want to specify a name. Once you get more than a handful of source files, using the terminal starts to become a hassle. At that point, you definitely want to start using Xcode.
    I'm not sure why you would try to compile "helloworlddot1.c" and then get an error message about "filename.c". Something else is wrong.
    If you are working in the Terminal, it is easiest to use the "cd" command to move into the same directory as your source files. Then you don't have to keep typing the full path.
    It is hard to say what the "best" community is. There are many to choose from.

  • Oracle.security.jps.service.policystore.PolicyObjectNotFoundException

    Hi Experts,
    I am getting the following erron when statting the managed server, Could you please let me know what could be the cause.
    oracle.security.jps.service.policystore.PolicyObjectNotFoundException: JPS-04028: Application with name "CallistaSMS" does not exist.
    at oracle.security.jps.internal.policystore.ldap.LdapPolicyStore.unsync_getApplicationPolicy(LdapPolicyStore.java:636)
    at oracle.security.jps.internal.policystore.ldap.LdapPolicyStore.getApplicationPolicy(LdapPolicyStore.java:733)
    at au.com.callista.security.policy.mgmt.PolicyManager.appStripeExistsInPolicy(PolicyManager.java:141)
    at au.com.callista.security.policy.mgmt.PolicyManager.createAppStripeEntryInPolicyIfNeeded(PolicyManager.java:152)
    at au.com.callista.security.policy.mgmt.PolicyManager.getApplicationPolicy(PolicyManager.java:161)
    at au.com.callista.security.policy.mgmt.PolicyManager.getAllAppRoleEntiesByName(PolicyManager.java:119)
    at au.com.callista.security.policy.mgmt.PolicyManager.appRoleExists(PolicyManager.java:131)
    at au.com.callista.security.policy.mgmt.PolicyManager.createAppRole(PolicyManager.java:203)
    at au.com.callista.security.policy.mgmt.PolicyManagerFacade.createAppRoleWithPrincipalEntry(PolicyManagerFacade.java:58)
    at au.com.callista.security.policy.init.PolicyInitiator.postStart(PolicyInitiator.java:39)
    at weblogic.application.internal.flow.BaseLifecycleFlow$PostStartAction.run(BaseLifecycleFlow.java:297)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
    at weblogic.application.internal.flow.BaseLifecycleFlow.postStart(BaseLifecycleFlow.java:71)
    at weblogic.application.internal.flow.TailLifecycleFlow.activate(TailLifecycleFlow.java:34)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:246)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Regards,
    Salai

    hi Kal,
    I did the following,
    1. Created new repository with new prefix.
    2. REdirected the datasource to point new repository
    3. executed the the the following command
    wls:/jsf_domain/serverConfig> reassociateSecurityStore (domain="jsf_domain", servertype="DB_ORACLE", datasourcename="jdbc/DBPolicyDS", jpsroot="cn=CallistaSecurityStore")
    Starting policy store reassociation.
    The store and ServiceConfigurator setup done.
    Schema is seeded into the store
    Command FAILED, Reason: JPS-01055: Could not create ldap credential store instance. Reason oracle.security.jps.JpsException:
    JPS-01013: The credential store DN cn=CredentialStore,cn=jsf_domain,cn=JPSContext,cn=CallistaSecurityStore is missing in the LDAP store;
    the target DN must be pre-configured.
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "/uc01/app/oracle/product/middleware_jsf/oracle_common/common/wlst/jpsWlstCmd.py", line 1116, in reassociateSecurityStore
    File "/uc01/app/oracle/product/middleware_jsf/oracle_common/common/wlst/jpsWlstCmd.py", line 1097, in reassociateSecurityStoreImpl
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
    at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke(Unknown Source)
    at weblogic.management.remote.common.RMIConnectionWrapper$16.run(ClientProviderBase.java:910)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.security.Security.runAs(Security.java:61)
    at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:908)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    javax.management.MBeanException: javax.management.MBeanException: JPS-01055: Could not create ldap credential store instance.
    Reason oracle.security.jps.JpsException: JPS-01013: The credential store DN cn=CredentialStore,cn=jsf_domain,cn=JPSContext,cn=CallistaSecurityStore
    is missing in the LDAP store; the target DN must be pre-configured.
    Could you please help me out.
    Regards,
    Salai

  • Alert #68: Oracle Security Update

    Hi All ,
    I am new to the world of Oracle EBS and I was recently assigned the DBA task in my company for the ebs 11.5.10.2 that was installed be a former DBA .
    Our security department are following up on a security update by oracle in the link .
    http://www.oracle.com/technology/deploy/security/pdf/2004alert68.pdf
    I see that my database is version 9.2.0.6 so I do not think I need to do anything there . Is that true ?
    For the application server , Can someone help me to find what version I have ? Also , How do I apply the patch if needed .
    I also do not know if the former DBA already installed the patch or not how do I find out ?
    Thanks

    Saeed,
    You do not need to install any iAS rollup patch since you are on the latest one.
    For Oracle HTTP Server security patches, you need to have Patch 3835781 installed. This is already explained in the following notes:
    Note: 281189.1 - SECURITY ALERT #68 - Oracle Security Update (Patch Availability Matrix)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=281189.1
    Note: 283402.1 - How to Patch Application Server for Security Alert 68 - Specific Examples
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=283402.1
    Note: 282426.1 - Security Alert #68 - FAQ for Oracle Application Server Products
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=282426.1

  • Configuring Internal DELL RD1000 for Oracle Secure Backup

    Hi all,
    I have a Dell R710 server running Solaris 10 9/10 which has an internal Dell RD1000 drive. I intend to use this as a target for Oracle Secure Backup but am so far unable to configure the solaris sgen driver to see it as a valid tape/scsi drive.
    iostat -En reveals the ff
    c2t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: DELL Product: RD1000 Revision: 0053 Serial No:
    Size: 160.04GB <160037691392 bytes>
    Also after reboot
    -bash-3.00# dmesg | grep -i RD1000
    Feb 21 22:02:10 genunix: [ID 846691 kern.info] model DELL RD1000
    however after following the installation guide i am still unable to see any /dev/scsi/changer or /dev/scsi/sequential directories.
    Any help will be greatly appreciated.
    Thanks

    I don't know about this tape not appearing to the OS, some other OS related documentation would help you there. This may be due to the fact that this is a removable disk storage device, rather than actual tape.
    However I have checked the OSB tape support matrix and this device is not listed, so this is not supported for use with OSB.
    Thanks
    Rich

  • Confusing as 3 gateway products

    Hi,
    Tt is  confusing as 3 gateway products
    Oracle API Gateway,
    Oracle WSM Gateway,
    Oracle Enterprise Gateway ( seems they just changed name is for later version ??? )
    and one agent based OWSM ( oracle web service manager).
    Gateway product supports “Secure FTP (SFTP)”
    but did not get anything  document which  shows  OWSM supports SFTP.
    With Regards
    Siddharth Singh

    Siddharth,
    OEG(Oracle Enterprise Gateway) was renamed to OAG(Oracle API Gateway).  OEG is for versions 11.1.1.* while OAG is for 11.1.2.* versions. This link should
    clarify your doubts:  http://www.oracle.com/technetwork/middleware/id-mgmt/oeg-300773.html?ssSourceSiteId=ocomen#downloads
    OWSM has had 3 major release versions : 10g, 11g and 12c. From 11g onwards, OWSM is part of SOA Suite install and there is *no* Gateway component. While OEG/OAG are standalone installs.
    Refer this  : http://www.oracle.com/technetwork/middleware/webservices-manager/index.html
    This will also be a good read: When to use OWSM? - 11g (https://blogs.oracle.com/owsm/entry/when_to_use_owsm)
    OEG is the 11g successor to the OWSM 10g Gateway. OEG is the first line of defence ("perimiter security") when SOA services are exposed to the outside world. This is the equivalent of a DMZ firewall.

  • Oracle application production support career guidance

    hi
    iam working in a reputed mnc with CMMi level 5 .Started as fresher (BE I.T) i have around 1.6 years of experiance in unix scripting/oracle sql production support.
    with learning of sql and shell scripting
    i want to make my career in oracle which should be more dynamic,learning and creative not like in production support which have monotonus life.
    could anyone please guide me about what career path i should choose ?
    DBA , i have heard is montonous job too with same routine backups,no creativity with nightshifts and all, but it is more stable as people said. I have no experiance of it.
    second devolper track in sql/pl sql having its own limitations like less demand, less financial growth etc. and people usually wants to shift in other area like BO
    i don`t have any info about others areas like that i would like to explore
    1)Datawarehousing
    2)Oracle apps
    3)Business objects (BO reporting)
    4)Oracle CRM etc
    5)Others (thats all i know,please add some others if they are creative )
    Problem area:
    1)iam really confused now which way to choose development or support?
    2)how to jump in other company on what basis after total experience of 2 years? Since iam in prod support they will hire me for the same again
    3)How could i get to others areas like CRM,BO datawarehouse,apps ?As they more demanding and good learning and future path
    4)what to do right now at this position to enhance my skill set in this field (What to learn? )
    preparing for OCA right now but uncertain for career.
    My work seems to be dull with just monitoring of task,some project related occasional issues in oracle ,ticket making and self learning (wat to learn? sql daily! )
    Seeking good help from forum experts.
    Please suggest!

    user13564520 wrote:
    hi
    iam working in a reputed mnc with CMMi level 5 .Started as fresher (BE I.T) i have around 1.6 years of experiance in unix scripting/oracle sql production support.wtf is mnc and cmmi level 5?
    >
    with learning of sql and shell scripting
    i want to make my career in oracle which should be more dynamic,learning and creative not like in production support which have monotonus life.I wish it were monotonous! When it costs $$/second for production to stop, it can get very exciting very fast!
    >
    >
    could anyone please guide me about what career path i should choose ?There may be an exciting future for you in PC maintenance.
    >
    DBA , i have heard is montonous job too with same routine backups,no creativity with nightshifts and all, but it is more stable as people said. I have no experiance of it.I'm sure that is true, but I've certainly never had one like that.
    >
    >
    second devolper track in sql/pl sql having its own limitations like less demand, less financial growth etc. and people usually wants to shift in other area like BOThere is about 10X more demand for developers than administrators over the long term. Various sub-specialties are hot at various times. But that isn't as important as knowing what excites you.
    >
    >
    i don`t have any info about others areas like that i would like to explore
    1)Datawarehousing
    2)Oracle apps
    3)Business objects (BO reporting)
    4)Oracle CRM etc
    5)Others (thats all i know,please add some others if they are creative )
    Problem area:
    1)iam really confused now which way to choose development or support?Most people find development much more exciting. But that depends on what you like and what your skill set is and the support environment. I once had a support job that I loved, until it simply became overwhelming in volume. I've seen support people in jobs that I just pitied, they were so bad. DBA is my real love, what's yours? I have a dev/support/admin job, so even though most work isn't what I would choose, I still get to do what I find exciting. It took a lot of experiences to get to this point, though.
    2)how to jump in other company on what basis after total experience of 2 years? Since iam in prod support they will hire me for the same againThat is true, headhunters and HR departments want those with 2 years experience in a specific skill set, because they are cheaper. The trick is to find an environment where you can move to what you want. For many people, that is a development environment, especially if you can find a mentor that can help you move in the direction you want. Of course, you need to define that direction. Life throws all sorts of opportunities at you at random times, you need to be prepared to seize them when they come.
    3)How could i get to others areas like CRM,BO datawarehouse,apps ?As they more demanding and good learning and future pathDevelopment and implementation are about it. They all have a future path, some are very boring. What's boring to me may be exciting to you.
    4)what to do right now at this position to enhance my skill set in this field (What to learn? )Look at the sites that post job ads in your area. You need a critical eye to translate into what they really want, but it becomes obvious what is hot. Of course, you need to know what will be hot in a couple of years, but if you see what is hot now, you can pick up on those in a couple of years when something else is hot, and eventually catch up.
    >
    preparing for OCA right now but uncertain for career.
    My work seems to be dull with just monitoring of task,some project related occasional issues in oracle ,ticket making and self learning (wat to learn? sql daily! )
    Seeking good help from forum experts.
    Please suggest!A lot of work is what you make of it, attitude overrides knowledge. You can always learn, but your attitude comes from within and takes effort to improve.
    If you can find something that you like that everyone else thinks is bad, so much the better. That is the essence of geekdome.

  • ORA-28374: typed master key not found in wallet (no ORACLE.SECURITY.TS.ENCR

    Good afternoon! I have a problem with creating a wallet for TDE.
    Oracle Version 11.2.0.2.0.
    SQLNET.ORA is :
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    ADR_BASE = /app/oracle
    # TO SWITCH OFF ORACLE ADR FEATURE
    # DIAG_ADR_ENABLED=off
    DIAG_SIGHANDLER_ENABLED=FALSE
    DIAG_RESTRICTED=TRUE
    TRACE_LEVEL_SERVER=admin
    TRACE_LEVEL_CLIENT=admin
    TRACE_DIRECTORY_SERVER=/app/oracle/product/11.2.0/db_1/network/log
    TRACE_DIRECTORY_CLIENT=/app/oracle/product/11.2.0/db_1/network/log
    TRACE_FILE_CLIENT=cli
    TRACE_FILE_SERVER=srv
    TRACE_UNIQUE_CLIENT=off
    SQLNET.EXPIRE_TIME = 10
    SQLNET.INBOUND_CONNECT_TIMEOUT = 20
    SQLNET.ENCRYPTION_SERVER = REQUESTED
    SQLNET.ENCRYPTION_CLIENT = REQUESTED
    SQLNET.CRYPTO_SEED = 'KakdlkLAKMXM0000sdsdsadadeffdmsdmdkmdv'
    SQLNET.ENCRYPTION_TYPES_SERVER= (AES256,RC4_256,3DES112,DES)
    SQLNET.CRYPTO_CHECKSUM_SERVER = REQUESTED
    SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER = (SHA1,MD5)
    ENCRYPTION_WALLET_LOCATION =
    (SOURCE=
    (METHOD=file)
    (METHOD_DATA=
    (DIRECTORY=/app/oracle/admin/orcl/wallet)
    I've creted wallet by command :
    alter system set encryption key identified by "sdsdsdsds";
    After that i can close and reopen this wallet , it's ok. But i can't create crypted tablaspace :
    CREATE TABLESPACE RMD DATAFILE '/oradata/orcl/TDE.dbf' SIZE 600M
    AUTOEXTEND ON NEXT 100M MAXSIZE 2000M
    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 64K ENCRYPTION USING 'AES256' DEFAULT STORAGE (ENCRYPT);
    i've got an error ORA-28374: typed master key not found in wallet
    My wallet looks like :
    Requested Certificates:
    Subject: CN=oracle
    User Certificates:
    Oracle Secret Store entries:
    ORACLE.SECURITY.DB.ENCRYPTION.ASSSDSeFDX08Evy6Mco2yhXsAsdsdsdsdsdefdfdfdfddfddfdfdfAAAA
    ORACLE.SECURITY.DB.ENCRYPTION.MASTERKEY
    Trusted Certificates:
    As i uderstood there should be also entry like ORACLE.SECURITY.TS.ENCRYPTION. But why this didn't created into wallet by command : alter system set encryption key identified by "sdsdsdsds" ?
    Thanks!
    Edited by: user5819915 on 13-Jan-2012 03:25

    Hi there,
    first, "SQLNET.CRYPTO_SEED = 'KakdlkLAKMXM0000sdsdsadadeffdmsdmdkmdv" is no longer needed, the DB creates a seed itself and ignores this string.
    Then, on to TDE ...: These things happen if you had a wallet before, and that wallet was deleted; now if you create a new wallet, the TS MK is missing. Looks like you didn't encrypt any data yet. You might see if you get https://updates.oracle.com/download/8682102.html for your DB version; apply the patch, decrypt all data, cycle through all log files and then create a new wallet. That might work, but I can't promise.
    Peter

  • Transfer Of Data from Sap to Oracle with the help of Enterprise Services.

    Hello,
    We want to transfer data from Sap to Oracle using standard Enterprise Services.Some fields were not available in the existing standard Enterprise Services,so we have enhanced the existing Services by writing code inside BADI available with Enterprise Services.Rest of the fields we have mapped with the existing fields available in standard Enterprise Services.But,the Oracle people want to fetch all data from Sap without entering any input as a mandatory field in the Enterprise Services.The existing standard Enterprise Services require to enter any field as mandatory and are not accepting the range in input for multiple records.e.g.All enterprise Services related to Sales Orders are displaying only one sales Order.We have searched all Enterprise Services for Sales Order(related to reading of data),but not able to find service which would display mutiple records without entering any input.ECC_SALESORDER009QR is the only service which is displaying multiple records without entering any input,but the required fields are not available in this service.So,kindly suggest what we need to do further.
    1.Should we go for customization of services completely,so that it would fulfil our requirement.
    2.Are there  standard Enterprise Services exists which would we give us data in range(all records).
    If they exists,please specify the names of Services for reading Purchase Order,Production Order,BOM etc.
    Thanks & Regards,
    Divya.

    Hi Vaibhav,
    Let me tell you the objective in detail.
    Objective.
    To develop a package solution which will work as a bridge between Oracle APS and SAP system so that customers using SAP will be able to use advantages of Oracle APS for their planning needs.
    This will consist of following major components:
    OA Templates is an Oracle utility to load data from any legacy system to Oracle APS using standard flat files.
    Oracle has developed an Application Integration Architecture which is a standard architecture used for integration of Oracle products with other systems.
    Enterprise services is an SAP utility to communicate with SAP.
    AIA canonicals are standard canonicals developed by Oracle where we have to map data fields from destination system (Oracle APS) and source system (SAP)
    Fusion middleware is being used to develop application interfaces following AIA standards.
    Tasks at stake:
    Mapping of Oracle APS fields and SAP Enterprise Service fields to AIA canonicals
    Technical work of developing middleware using Oracle Fusion
    From Sap side,we have to map fields which we have received from Oracle with the help of Enterprise Services,rest  consumption of these services is done by Oracle guys.So,suggest is there enterprise services available which would give us multiple records .
    Thanks & Regards,
    Divya.

  • Oracle Secure Backup 10.3.0.3.0 in Windows 2003 with IBM Tape Not Working

    Hi,
    I am currently implementing Oracle Secure Backup. My environment is this:
    OS: Windows Server 2003 (32Bit) for all servers
    Database: Oracle Database 11.2.0.1.0
    Tape Library: IBM-ULT 3580-TD4
    I will have to configure 2 machines to work with OSB: server01 and server02.
    Server01:
    This serves as the client, admin, mediaserver
    Server02:
    This will serve as the client, admin
    When I log in to Server01, in the device manager, I can see the Tape Drives (no warnings, no questions marks) so I think it's good.
    When I log in to Server02, in the device manager, there are no Tape Drives seen. Is is ok or shall i configure the IBM Tape drives to be also accessible since this is just the client, admin host?
    Also I have noticed that when I installed the OSB in Server02 (client,admin), when I am on the SCSI Devices, i dont see any tape device (since its not in the device manager). Because of this i cannot start OSB Services and cannot add this host to the mediaserver.
    Also, I am having issues Configuring the Library and the devices. I have read the official documentation completely but i think its very general and it does not present the detailed step-by-step process in installing and configuring OSB.
    When I issued: lsdev -lvg in the mediaserver , I can read an error: Warning: bus info unknown or drive not installed.
    Help is very much appreciated. Thanks a lot guys!

    I have resolved the issue. Ill close this thread. :))

Maybe you are looking for

  • Read and Delivery Receipts

    My Blackberry Curve sends read and delivery receipts to the email sender and to my email. Many times I don't even open the message. In my BB email options, I have NO marked on confirm delivery, confirm read and send read receipts. Does anyone know ho

  • Error when calling the report on server?

    We have a .NET application on the server and we want to call a crystal report (.rpt) from one of the forms (.NET aspx page). We are getting below error. The report works fine on the desktop where it is developed. Please let us know if there is any sp

  • Creating invoice through VF04

    Hi, I have 3 outbound deliveries to the same sold-to-party.  I am doing billing documents to these three deliveries through VF04 T.Code.  What I need to do if I need to create one invoice for each outbound delivery. Also what I need to do, if I need

  • Video's become unsynced with audio track

    I have downloaded a few videos and used the conversion utility in iTunes, but still find that on longer videos, the video track becomes unsynced to the voice track. Is there a remedy?

  • Error while loading bex query

    Hi Mates, Throught webi if i try to connect to a bex query im getting the attached error message, any idea what to do.. 2 days back im able to connect to bex query frm webi..frm yesterday its not happening regards, mahi