specific courses on safety OLAP and oracle

Mr President

can anyone specify on specific training and book on OLAP and oracle db security?


Thanks in advance

OLAP: Depends entirely on what you want to accomplish - notions of basic, tools, data migration, etc.

I teach and recommend "Oracle Database 10g: the use of OLAP (data warehousing and Oracle BI)" input. Other stuff, go to http://education.oracle.com, enter "OLAP" in the search box and press 'Go '.

Database security: depends entirely on what you want to accomplish, but I find Oracle University default course offerings in this area. (I wish really can Ann Davidson would do something, and I'd like to help.)

OCP Admin I and II of the Admin of course each have a chapter discussing security. I think that it is rather simplistic to the commercial world, but most of the candidates OCP I see get blocked by this level yet.

The "Oracle Database 10g: Security Release 2" course is a pretty good start, but little to offer it. (And Yes, I have that teaches as well)

Tags: Oracle

Similar Questions

  • OLAP and Oracle Warehouse builder

    Hi gurus,
    We use the database Oracle 10 g 2 Enterprise edition without having to install the OLAP option.
    and we wiil use OracleWarehouse builder gr 10, 2 for data warehouse.
    My question is:
    "It is necessary to install the OLAP option with database in order to use Oracle Warehouse Builder?"
    Thank you

    VK

    Hello

    Configure the dimension to use data objects only, or None. If you deploy on catalog or all will then flow scripts OLAP.

    See you soon
    David

  • OBIEE and Oracle OLAP value based hierarchies

    Hello...

    I have a dimension of value based on Oracle OLAP and want to map on OBIEE Administration tool.
    I was using the link above as reference:
    http://www.Oracle.com/technology/OBE/olap_biee/CreateBIEEMetadata.htm


    There is no option to import from Oracle Database multidirectional. Either import/configure the view created by OLAP as Unballanced or Dimension shredded.

    I also checked this example, but it uses ESSBASE multidimensional source...
    http://www.rittmanmead.com/2008/08/27/ragged-hierarchy-handling-in-OBIEE/


    How to map this Ragged Dimension created in the workspace OLAP in OBIEE Any suggestions or guidance will be highly appreciated...

    Thanks in advance

    Marcos

    @Mark and Marcos:

    No, you don't 'stink' to OBIEE and you aren't big draws. OBIEE can not handle hierarchies measure today. Period. What you face Oracle OLAP is true to the CSG and Essbase as well. Are jagged, asymmetrical, etc, that no problem at all for normal dinemsional hierarchies, but you can forget about it in the hierarchies of the measure.

    Basically, it comes down to the fact that OBIEE needs a 'table' to act as the 'fact '. So if I have a cube with the 'Scénario' and 'Account' then I have to choose one as the measures dimension and the other as a normal dimension.
    If I choose "Account", then the members account will be flattened and becomes my fact table. The Scenario dimension becomes a dimension with the generations as the columns of the logic and the scenarios themselves appearing as members of dimension.
    If I "turn" the cube and do 'Scénario' my measure dimension, accounts become members in a dimension hierarchy and scenarios become columns in my table of facts.

    There is no work around in any version of 10g and the "rotation" is the only way you can create reports if you work with several measures on several levels of the hierarchy.

    See you soon,.
    C.

  • Improving the performance of OLAP in Oracle Database 11

    Hi all

    First of all sorry for a very generic question, lately I been faced with some problems of performance during the generation cubes

    for example we had a problem of low SGA_memory, now we have referred questions to Doc-ID 1464064.1

    to cut short-we have a list of things to look for in advance for OLAP can improve performance?

    similar to the one mentioned in a blog post (improving the performance of OLAP in Oracle Database 10 g Release 1) which is for 10 g

    we ORDM DW, which has the dimension of TIME based with about 10 k records sometimes, that it takes about 20 minutes to build recently its not not building at all throwing error mentioned Doc-ID 1464064.1 I have a wip SR to even SR 3-9620792761

    Similarly, we produced Sun with approximately 9million records sometimes he finished in 4 hours sometimes it ends quite

    I have twice fallen & recreated workspace that helps a little but does not appear inconsistent.

    Pointers would be really useful

    Thank you

    Prateek

    You can update following anonymous pl/sql block and change in your

    specific information for the name of the cube and measure names. You

    can add more steps as you like following the same convention of xml.

    DECLARE

    CLOB xmlCLOB;

    tmp varchar2 (4000);

    BEGIN

    DBMS_LOB.CREATETEMPORARY (xmlCLOB, true);

    DBMS_LOB. Open (xmlCLOB, DBMS_LOB. LOB_READWRITE);

    tmp: ='

    ';

    DBMS_LOB. WriteAppend (xmlCLOB, length (tmp), tmp);

    dbms_cube.import_xml (xmlClob);

    DBMS_LOB. Close (xmlClob);

    END;

  • How to reconnect the new database with oracle and oracle mid infrastructure

    course oracle environment;
    Database; 10gr 2 (10.2.0.1) old-SID: gtxprod host: 10.30.100.199
    new database; 10gr 2 (10.2.0.1) - SID: gtxprod2 host: 10.40.110.199
    application sever. 10.2.0.1 (oracle mid level.) and oracle infra SSO, forms, reports, portal.

    problem;
    I try to reconnect from the application to the new database server. I do not know how?

    I went to /opt/oracle/10ggtxinf/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /opt/oracle/10gasr2inf/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    asdb.gtx.com =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = isdev.gtx.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME =asdb.gtx.com)
        )
      )
    
    
    gtxprod.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod)
        )
      )
    
    gtxprod2.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod2.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod2)
        )
      )
    In application of the oracle infra. How Asian Bank of development of database instance can connected with the new data base gtxprod2?

    In Forms Server, based on a Web site, if go to Forms Server, I can see tns.ora but I can't see anything to update to the new database.

    you could give me information how understand this problem?

    Thank you very much in advance

    Hi Wen,

    As you have created a new database 'gtxprod2' so the Stanley database should be in place
    cmd--> lsnrctl status
    That you have even made changes to 10ggtxinf/network/admin/tnsnames.ora
    do the same entry in the oraclebi/network/admin/tnsname.ora file

    You can check if your new entry is rite of
    tnsping gtxprod2 (>)
    Now you ask how the application will come to know what database to point to
    Go to oracle AS
    As using your forms and reports go to oraclebi/forms/server/formsweb.cfg

    At the end of the file, there might be a few entries
    for example
    [test]
    envFile = test.env
    Form = LOGIN_ENT.fmx
    LookAndFeel = oracle
    separateFrame = true
    UserID=nrs_fd/nrs_fd@fixdep
    SplashScreen = NO
    logo = NO
    Background = No.
    color = auto
    make = yes
    Archive = frmall.jar
    archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar, icons.jar
    ImageBase codebase =
    term = frmpcweb.res
    baseHTML = webutilbase.htm
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    WebUtilArchive = frmwebutil.jar, jacob.jar

    "userid=nrs_fd/nrs_fd@fixdep" IE (username) / (password) @tnsname
    the following entry specifies what database, the application must point to

    If your using a war file, you must create a data source and as datasource, you must specify the tnsname input

    Concerning
    Fabian

  • jpa and oracle WebLogic xmltype column type

    Hello
    I try to use app with a table with a column of "xmltype.
    I use 10.3.2.0 (eclipselink) WebLogic and I got this error:
    java.lang.NoClassDefFoundError: oracle/xdb/XMLType

    Of course, the xdb.jar and the xmlparverV2.jar are grouped in the ear with the other libraries,
    and I also put them in the directory lib to the weblogic server.

    In my persistence class the categorized are declared as a 'string. '

    I also try to use a DescriptorCustomizer with a DirectToXMLTypeMapping
    to access the value of the field as a string.

    Thank you for your help.

    Option-1). If you want classes to be loaded inside of your Application only you can use ClassLoader filtering...
    It will be a better option... Just put your Xdb.jar file in your applications Lib directory and apply the filtering of ClassLoader. Like this you do not change the Classpath of the server... so other applications has not will be required to use the jar, you need a specific application.
    ClassLoader filtering including demonstrated here: http://weblogic-wonders.com/weblogic/parsers_issues/

    Option that I think will work under 95% in your case.

    Option-2). Add this jar path in * "setDomainEnv.cmd" * (this script is present in the directory \bin ) in the POST_CLASSPATH variable.
    the POST_CLASSPATH=D:\oracle\Middleware\user_projects\domains\base_domain\config\lib\oracle.xdb_11.1.0.jar value;

  • on heterogeneous Services of Oracle and Oracle Gateway

    Hi all


    I am very new at this, I want to know:
    (1) heterogeneous services of oracle and Oracle Gateway even or not? Need to license or not?
    (2) want to creating link database to Oracle 11 g to Sybase 15.5 heterogeneous Oracle using the SERVICES what drivers should I install to my pc (windows 7) and my server (Linux red hat 5)? Please give me the link for this
    (3) is there a step by step link to configure odbc to create dblink?
    (4) what's more convenient connection of heterogeneous Oracle or Oracle Gateway Services sybase?

    Thank you very much for your help

    Concerning

    JOE

    Joe,
    Let the copy/paste your questions and comments online:

    (1) heterogeneous services of oracle and Oracle Gateway even or not? Need to license or not?
    Let me first clarify one thing, heterogeneous services is the generic mechanism in the database Oracle used by all gateways. The product you are talking about is database for ODBC bridge or the bridge of Sybase database.
    Database for ODBC bridge is available for Linux and Windows. It is the free product that does not require a license of Oracle. The license is included in your license data. It's a generic gateway which allows you to connect with any suitable part 3 ODBC driver to a corresponding foreign database. As this is a generic connectivity what words connect to real data, but also to MS Excel or text files as long as you have an appropriate ODBC, capacity driver is very limited.
    More powerful bridge is the bridge of Sybase database. It covers the same functionality as DG4ODBC but it also allows you to work with distributed transactions, you can call procedures stored remote Sybase etc.. This gateway is design for Sybase ASE connections, so it is also able to map some Oracle Sybase equivalent functions. This gateway for Sybase database is NOT free, it requires an additional license.

    (2) want to creating link database to Oracle 11 g to Sybase 15.5 heterogeneous Oracle using the SERVICES what drivers should I install to my pc (windows 7) and my server (Linux red hat 5)? Please give me the link for this
    It depends on your preferences. Two entry doors are available for Linux and Windows. When you use DG4ODBC, you must only be careful that you get a suitable 3rd party ODBC driver for this platform with the size of the corresponding word (64 bits for 64-bit DG4ODBC and 32-bit ODBC driver for DG4ODBC installations on 32-bit platforms).
    The latest version of the software is currently 11.2.0.3 and it can be downloaded (and installed from scratch) of "My Oracle Support". Simply open the patches & updates section, look for Patch 10404530: 11.2.0.3.0 PATCH SET FOR ORACLE DATABASE SERVER and make sure you choose the platform you want to use. Then check out the readme file it lists, which of these download CD contains the gateway software.
    BTW, the CD contains DG4ODBC and DG4SYBS and it is up to you to decide during installation of which product you want to use.

    (3) is there a step by step link to configure odbc to create dblink?
    Installation of the ODBC driver is different from one provider to another, and from platform to platform - so we didn't not a note specifies how to configure the ODBC driver. This kind of question is best managed by the provider of the ODBC driver.
    Regarding the implementation of DG4ODBC on Windows, you will find the appropriate information in the knowledge base on My Oracle Support. Just look:
    How to set up DG4ODBC (gateway for ODBC Oracle database) on 32-bit Windows to connect to Oracle databases Post Install [466225.1 Document]

    and to DG4SYBS:
    How to set up DG4SYBS (Oracle to Sybase database entry door) on 64-bit Unix (AIX, HP - UX Itanium, Linux and Solaris) Post Install [437696.1 Document]
    How the installer DG4SYBS (bridge of Sybase database) on a 64-bit Windows [Document 1319852.1]

    (4) what's more convenient connection of heterogeneous Oracle or Oracle Gateway Services sybase?
    It really depends on your needs. DG4SYBS is sullen more easy to install because this gateway comes with everything you need and you don't have to find an appropriate ODBC driver or get the working ODBC driver. It is also more powerful as you can for example use triggers that replicate changes to data in an Oracle database on the Sybase database in the same transaction. When you want to call Sybase stored procedures, you can also do this with DG4SYBS. So it really depends on your needs.

    -Klaus

  • zip file to create diagrams for Oracle and Oracle Discoverer Portal

    Hello everyone.

    Im trying to install WebLogic for forms and reports under linux,
    I need the zip file to create diagrams for Oracle and Oracle Discoverer Portal
    to run the rcu scrip.

    Can someone send me the link where I can find it?

    Thanks to advanced & happy new year to all.

    If you are a developer of FMw 11 g installation, you need not configure the portal or the discoverer, unless of course you plan to use these products.

    When I installed and configured the FMw 11 g, I followed the * how to install Fusion Middleware 11 g forms and reports only [854117.1 ID] * (available via My Oracle Support). WLS and FMw share the Directory Home of Middleware. I accepted directories default installation (\Oracle\Middleware\) and WLS installed in \Oracle\Middleware\wlserver_10.3 and FMw installed at \Oracle\Middleware\Oracle_PFRD, and the Instance of forms at \Oracle\Middleware\instances\ft_inst. More Doc ID 854117.1, I chose only the following for installation in step "configure the components:


    • Server - Oracle Forms and Oracle reports components
    • Developer - Oracle Forms Builder and Oracle report builder tools
    • Management components - Enterprise Manager
    • The system - Oracle HTTP Server components

    IM thinking I have need save the fmx in a directory of this tree and also the FMAS and configure ther formsweb agreeing with that.

    It is not necessary. All you have to do is add the Variable environment of FORMS_PATH (EV) and include the directory where your files .fmb and .fmx will be created. This EV indicates forms where to find your forms Modules and libraries of forms (.pll/.plx) you can use in your forms.

    The usefulness of the repository creation (RCU), you can download it here: http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html
    Just scroll down for the * @ section additional software required and there is a separate download.

    Craig...

  • Linux kernel parameters and Oracle memory allocations.

    I'm currently creating an Oracle 11 G R2 in database, on a Linux (SLES 11) OS. The software OS and DB are the two 64-bit.
    I wondered about the optimal method of memory allocation shared, such that I can get the automatic memory management to recognize 12G of memory (which allows 4 g for the operating system and other pieces).

    I put the kernel parameters are:
    SHMMAX: 8589934592 (the recommended physical memory/2).
    SHMALL: 3145728 (giving a total of 12 GB of shared memory allocation that the page size is 4096).

    The way I read the documentation, it must free up enough shared memory to allow the specification of a memory_max_target and memory_target "11 g". I'm getting 11G to ensure that I am not ruin by a few bytes (if it all works, I will develop to 12G).
    However, whenever I try a startup, I get the ' ORA-00845: not supported on this system MEMORY_TARGET' error.
    It disappears if I create a great shmfs block using a mount command, but I was under the impression you had is no longer to do with 64-bit and Oracle 11 G system.

    Could someone clarify a little bit about what I'm doing wrong and where I should be looking for the answer?

    See you soon,.

    Rich

    Note 749851.1 ID and ID 460506.1:

    AMM all SGA memory is attributed by creating the files under/dev/SHM. When Oracle DB not allowances of SGA that HugePages reserved/does not serve. The use of the AMM is absolutely incompatible with HugePages.

    eseentially, AMM requires that/dev/SHM.

  • How to find the list of folders of files owned by a specific user in a shared and its drive path

    Hello people,

    I'm stuck in a situation where I need a list of files & folders belonging to specific user (user is shane and shared path is------Qpmzeul\lis\IM( ) in a shared drive as well as its path.

    I created a file with the command "dir/s/Q \\Qpmzeul\lis\IM>fileslist.csv" .bat and he ran, I got the result but I got the result that includes the same information about other users also that I need, and it is very difficult to filter.

    and then I created the .bat file and used the command DIR/s/Q \\Qpmzeul\lis\IM/S/Q| FIND/i 'shane' > C:\test.csv

    Here, I got the list files and folders owned by user Shane but without path

    Please help me so that I get the path and the results for shane

    Thank you

    Hi Purudharth,

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums:

    http://social.technet.Microsoft.com/forums/en-us/category/w7itpro

  • I want to develop an application Live TV for BlackBerry PlayBook. Please guide where can I find the specifications such as width, height, and icon sizes and design factors etc.

    I want to develop an application Live TV for BlackBerry PlayBook. Please guide where can I find the specifications such as width, height, and icon sizes and design factors etc.

    Guideleines of the user and the specifications on the sizes of icons etc to BlackBerry PlayBook OS Applications

    OK, I downloaed the pdf below for UI guiderlines

    UI_Guidelines_BlackBerry_PlayBook_Tablet_2_1.PDF

    Ok

  • So, my computer has a virus moneypak and ontop of the said virus pro safety. And I can't download any anti-virus scan malware to get rid of them due to my failure of security scanning.

    So, my computer has a virus moneypak and ontop of the said virus pro safety. And I can't download any anti-virus scan malware to get rid of them due to my failure of security scanning. So I went to check on my Microsoft Security databases to see what is happening, and it will not even open! Whenever I click it, it says "You don't have the right permission to open" (my security essential has been like that for maybe a week now. and I just received today two viruses) while I try to uninstall, but it won't allow me because of something not having the right to access and contact an administrator. So I can't open the MSE, can't uninstall it, can not download any virus anti-malware to get rid of the moneypak and pro. I'm so lost, please any suggestion on what I can do to fix my computer would be greatly appreciated!

    Original title: help!

    Try the rescuecd kasperskyor avg rescuecd

    If you get the ISO, you'll need a blank CD and

  • 5.1 ACS is not supported ODBC and Oracle

    Hi Netpro

    Train my familiar and careless with the old version of the ACS, ACS unit I bought two 5.1 device to work in the HA function. After installation and did ' t tried configured for use with the external database with ORACLE, I see nothing. I tried to read the paper and I saw no keyword that said this support the ODBC or Oracle version. If anyone can help me what is the workaround for ACS work with ODBC and Oracle.

    Thank you

    Pitcher

    This pitcher,

    4.2 the CSA can be installed on the CSACS-1120-K9 unit simply re-Imaging it (so not really a downgrade) with a dedicated DVD.

    You can get such a DVD through an official TAC case:

    http://Tools.Cisco.com/ServiceRequestTool/create/launch.do

    Kind regards

    Fede

    --

    If this helps you or answers to your question if it you please mark it as 'responded' or write it down, if other users can easily find it.

  • silent uninstall ODAC 12 c module 4 and Oracle development tools

    Hi all

    I need to uninstall a previously installed ODAC 12 c module 4 and Oracle Developer Tools silently. Oui\bin\setup.exe will be fine uninstall, but I want to uninstall it from script.

    There is no button to save a responsefile at the end of the dialog box.

    oui\bin\setup.exe-Enregistrer FichierDestination - odacr4 - deinst.rsp

    Does not complain, but does not record a response file.

    Installation notes describe uninstall them, but not without supervision/silencer.

    Any advice?

    Best regards

    Niels Jespersen

    Here's what I used to silently uninstall ODT with ODAC. It does not require a response file, but requires that you specify the Oracle home

    "{' C:\oracle\product\12.1.0\client_1\oui\bin\setup.exe-silent - waitforcompletion - nowait - uninstall" DEINSTALL_LIST = {"oracle.odac.client","12.1.0.2.0"} "' REMOVE_HOMES={"C:\oracle\product\12.1.0\client_1 "}"

    A log file is generated in C:\Program Files (x 86) \Oracle\Inventory\logs

  • SSO ADF and Oracle Forms?

    Hello

    Is there a recommended way to share authentication between ADF and Oracle forms?

    We currently use Oracle 11 g 2 forms and we have our forms developed in-house running on this.  I would like to start working on some applications of the ADF, but I do not know how to ensure that the username and passwords are the same for our existing forms applications and any new request to ADF we add.

    I would use JDeveloper 12 c.

    We have < 100 users, so this isn't a large installation, and most users are (same office).

    Thanks for ideas or advice.

    Check out this blog https://blogs.oracle.com/olaf/entry/ofm_11g_oam_sso_for_forms_and because it describes how using OAM.

    Timo

Maybe you are looking for

  • Pages that I bookmarked it display the other pages of my favorites when I click on the names of bookmarks.

    I bookmarked the URL by using the feature to MARK THIS PAGE of FIREFOX. However, when I try to reuse the pages by clicking on the BOOKMARK, FIREFOX will load another page in my FAVORITES. It happens all the time.

  • Compaq Presario CQ56: System disabled

    My Compaq Presario CQ56 shows system 98207381 disabled when I try to start it. I searched the forums and find other codes, but not this one. Can anyone help? Thank you TERI

  • Add the second environment

    I use a free version and seems good. I added the second environment PHEVS in parameters. It is said collection... then OK. but the global environment summary shows only one (former) environment. Other I can see my newly added host/cluster/vms for ex

  • My psc 1215 do not print

    I installed a new Windows 7 computer. The printer is installed and ready as a standard printer. I can print it, the computer tells me, but it will not be printed. the order is always standing in the queue. Can I cancel the print order, but I have to

  • BlackBerry Smartphones, sorry to be a ditz, but...

    When I charge my BlackBerry 9650, it hums once per hour. I don't know there is a simple way to stop this little weird buzzing, but I don't know how. Can anyone help?