OMB + sending output to the log file (no script)?

Hello

When you run the script OMB + below, the syntax rather than the output is sent to the log file.

I'm a bit of an OMB + newb - is it possible to remove the code and just see the results in the newspaper?  It seems like it should be obvious, but I can't get out.

Any help gratefully received!

Thank you

Charlie

Set OMBLOG C:/DOCUME~1/User1/Desktop/OWB11/OMBSCR~1/get_deployable.log

OMBCC "DWH_DEVELOPMENT".

the value of mods [OMBLIST ORACLE_MODULES]

foreach $mods {} mod

OMBCC ' / DWH_DEVELOPMENT / $mod.

define tabs [OMBLIST TABLES]

foreach $tabs {} tab

puts "$mod $tab [OMBRETRIEVE TABLE '$tab' (DEPLOYABLE) GET PROPERTIES]"

}

}

OMBCC ' / '.

OMBCC "DWH_DEVELOPMENT".

the value of mods [OMBLIST ORACLE_MODULES]

foreach $mods {} mod

OMBCC ' / DWH_DEVELOPMENT / $mod.

define tabs [OMBLIST VIEWS]

foreach $tabs {} tab

puts "$mod $tab [PROPERTIES of OMBRETRIEVE VIEW '$tab' (DEPLOYABLE) GET]."

}

}

OMBDISCONNECT

Hello

I don't know if I understand what you want to achieve. If by just seeing the results in the paper mean you saw that puts the output of the order, you can use another file to write the output (I wouldn't leave out the OMBLOG file, it can be handy when you are trying to debug an error). You can use this piece of code:

Set p_logfile "C:\\my directory\\my file.log.

Set v_usefile [open "$p_logfile" +]

puts $v_usefile 'your message '.

close $v_usefile

I like to use double quotas in case the file has spaces in its path or name, if there is no space, quotas are not necessary. You can bring order to open at the beginning of your script and the file close to the end, although if your script fails, you will need a new log file, because the one you were using will get blocked until you restart your computer. For complex scripts, I have a procedure that I give the word to write my messages in a file that I keep in a global variable, this procedure opens the file, write the message, and then closes the file. Once get you it working, you don't get the locked log file because the script that you run fails.

Concerning

Ana GH

Tags: Business Intelligence

Similar Questions

  • Check WebLogic Console output in the log files

    Hello

    I want to save my messages of the weblogic console and SOP of printing in a log file to analyze the results and the exception. For example, suppose I have a booth along the JVM field on which a WAR or EAR file deployed. The output of the print statements and thrown exceptions appear on the console of the black JAVA virtual machine but I want them saved to history and the track. WebLogic Server connects to them and put somewhere or we need to do it manually? If yes then what is the way to do it?

    Concerning

    -Magwaa

    Hi Magwaa,

    Take a look at this blog post explaining how to redirect the output to the console: Blog of Fusion: Weblogic: Console Redirection of log file output

  • Send the log file only works on Simulator

    Hello together,

    I added the ability for our users to send a log file of the application for me (author). Its a business application. We have now deployed version and now the log file is NOT attached to the email.

    The code I am using:

    void ApplicationUI::sendLogfile()
    {
        InvokeRequest request;
        request.setAction("bb.action.COMPOSE");
        request.setMimeType("message/rfc822");
        QVariantMap data;
        data["to"] = (QVariantList() << "[email protected]" << "[email protected]");
        data["subject"] = "ceAuToApp Logdatei";
        QString fileName = QString("log.txt.%1").arg(QDate::currentDate().toString("yyyy-MM-dd"));
        QString filePath = QString("logs/%1").arg(fileName);
        QString logpath = QString("shared/misc/%1").arg(fileName);
        QFile::remove(logpath);
        QFile::copy(filePath,logpath);
        QString logpathEncoded = QString(QUrl(logpath).toEncoded());
        data["attachment"] = (QVariantList() << logpathEncoded);
        QVariantMap moreData;
        moreData["data"] = data;
        bool ok;
        request.setData(bb::PpsObject::encode(moreData, &ok));
        InvokeManager manager;
        manager.invoke(request);
    }
    

    QML:

    Button {
                text: qsTr("Logdatei an Entwickler senden")
                onClicked: {
                    _ApplicationUI.sendLogfile()
                }
                horizontalAlignment: HorizontalAlignment.Center
            }
    

    Any ideas why it works on Simulator as well as on the device (running in developer mode) but not within the company? Thanks for your help.

    Sven

    He got together with the following code:

    void ApplicationUI::sendLogfile()
    {
        InvokeRequest request;
        request.setAction("bb.action.COMPOSE");
        request.setMimeType("message/rfc822");
        QVariantMap data;
        data["to"] = (QVariantList() << "[email protected]" << "[email protected]");
        data["subject"] = "ceAuToApp Logdatei";
        QString fileName = QString("log.txt.%1").arg(QDate::currentDate().toString("yyyy-MM-dd"));
        QString filePath = QDir::currentPath() + QDir::separator() + QString("logs/%1").arg(fileName);
        QString logpath = QDir::currentPath() + QDir::separator() + QString("shared/misc/%1").arg(fileName);
        QFile::remove(logpath);
        QFile::copy(filePath,logpath);
        QString logpathEncoded = QString(QUrl(logpath).toEncoded());
        data["attachment"] = (QVariantList() << logpathEncoded);
        QVariantMap moreData;
        moreData["data"] = data;
        bool ok;
        request.setData(bb::PpsObject::encode(moreData, &ok));
        InvokeManager manager;
        manager.invoke(request);
    }
    
  • How and where should I send the log file in the crash Muse?

    What muse crash - I see the message something like that... muse crash - send the log file for developers. and the ok"" button.

    Hmm... strange - after google search as send muse log - I can't find solutions! I think that I find good plase to shere my question!

    So... Developers - I can send you will break the log files to better muse! Tell me where to send!

    See the answer of Zak in this post on the forum. Let us know if this helped.

    Muse: error 1009: site does not open

    Adobe Muse CC error 1009. Need help!

    Thank you

    Preran

  • R12.2.5 Installation on OL 7.1 ERROR: RW-50010: error:-script returned an error: 1 RW-50004: error code when you run the external process.  Check the log file for more details

    I tried to install EBS 12.2.5 on OL 7.1 with rapidwiz and got this error when applying the unique patches in second File System

    "Second system logfile file - /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/logs/12021641.log.

    LOG FILE:

    _____________________________________________________________________________________________________________________________

    Step 0-8

    Command: /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/adrunfmw.sh

    Step 4 of 8: UNIX making pretreatment

    Running: chmod 777/db/oracle/OraInventory r

    chmod-r 777/db/oracle/OraInventory succeeded

    Step 4 of 8

    Performance: known appltest - c "/ app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/adrunfmw.sh".

    PHASE of INSTALLATION has BEGUN: APPS TECH STACK: Wed Dec 2 17:27:07 IST 2015

    runProcess_1

    StatusString installation of Applications Technology Stack

    Copy the temp area models

    Inventory name is: app_oracle_TEST_fs2_Oracle_EBS_app

    One-time fixes copy to temp area

    Remove JDK_TOP: / app/oracle/TEST/fs2/EBSapps/comn/util/jdk32 if there is

    / App/oracle/TEST/fs2/EBSapps/comn/util/jdk32 deleted directory

    Installation of WebLogic Server.

    With the help of /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instWLS.xml

    L'exécution de commande : /stageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd /... /j11067592_fnd.zip:/app/Oracle/test/FS2/inst/Apps/TEST_ebs122/Temp/ASInstallHome/FND/Java/3rdparty/stdalone/xmlparserv2.zip-Doracle.apps.fnd.txk.env_home=/app/oracle/TEST/fs2/EBSapps/appl/admin/TEST_ebs122/-Doracle.apps.fnd.txk.runtime.config=/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instWLS.xml oracle.apps.fnd.txk.config.InstallService

    WebLogic Server successfully installed

    Web Tier utility installation.

    With the help of /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instWeb.xml

    L'exécution de commande : /stageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd /... /j11067592_fnd.zip:/app/Oracle/test/FS2/inst/Apps/TEST_ebs122/Temp/ASInstallHome/FND/Java/3rdparty/stdalone/xmlparserv2.zip-Doracle.apps.fnd.txk.env_home=/app/oracle/TEST/fs2/EBSapps/appl/admin/TEST_ebs122/-Doracle.apps.fnd.txk.runtime.config=/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instWeb.xml oracle.apps.fnd.txk.config.InstallService

    Level successfully installed Web utilities

    Registration EBSUsing /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instEBS.xml

    L'exécution de commande : /stageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd /... /j11067592_fnd.zip:/app/Oracle/test/FS2/inst/Apps/TEST_ebs122/Temp/ASInstallHome/FND/Java/3rdparty/stdalone/xmlparserv2.zip-Doracle.apps.fnd.txk.env_home=/app/oracle/TEST/fs2/EBSapps/appl/admin/TEST_ebs122/-Doracle.apps.fnd.txk.runtime.config=/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instEBS.xml oracle.apps.fnd.txk.config.InstallService

    EBS registered successfully

    Rename/home/appltest/bea/beahomelist in /home/appltest/bea/beahomelist.29266 to avoid problems during WLS

    patching

    / Home/appltest/Bea/beahomelist renamed successfully.

    Application of ad hoc patches

    With the help of /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instASpatches.xml

    L'exécution de commande : /stageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd /... /j11067592_fnd.zip:/app/Oracle/test/FS2/inst/Apps/TEST_ebs122/Temp/ASInstallHome/FND/Java/3rdparty/stdalone/xmlparserv2.zip-Doracle.apps.fnd.txk.env_home=/app/oracle/TEST/fs2/EBSapps/appl/admin/TEST_ebs122/-Doracle.apps.fnd.txk.runtime.config=/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instASpatches.xml oracle.apps.fnd.txk.config.InstallService

    Fatal error: T2K install Service

    oracle.apps.fnd.txk.config.ProcessStateException: OPatch process failed: Output = 1 see log for more details. CMD = perl /app/oracle/TEST/fs2/FMW_Home/webtier/OPatch/opatch.pl apply - verbose - silent - ocmrf /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd/admin/template/txkForms_ocm.rsp jdk - / app/oracle/TEST/fs2/FMW_Home/webtier/jdk/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/patches/7695070/7695070

    at oracle.apps.fnd.txk.config.OPatchActionNode.processState(OPatchActionNode.java:312)

    at oracle.apps.fnd.txk.config.PatchActionNode.processState(PatchActionNode.java:187)

    at oracle.apps.fnd.txk.config.PatchNode.processState(PatchNode.java:338)

    at oracle.apps.fnd.txk.config.PatchesNode.processState(PatchesNode.java:79)

    at oracle.apps.fnd.txk.config.InstallNode.processState(InstallNode.java:68)

    at oracle.apps.fnd.txk.config.TXKTopology.traverse(TXKTopology.java:594)

    at oracle.apps.fnd.txk.config.InstallService.doInvoke(InstallService.java:224)

    at oracle.apps.fnd.txk.config.InstallService.invoke(InstallService.java:237)

    at oracle.apps.fnd.txk.config.InstallService.main(InstallService.java:291)

    Can not install the unique patches

    RW-50010: error:-script returned an error: 1

    RW-50004: Error Code when you run the external process.  Check the log file for more details.


    It was recorded in /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/logs/12021641.log and I don't know how to find another newspaper for such details as mentioned in this journal. Please help me with that.


    Concerning

    KasunA

    Found a workaround.  The problem is that, before the 7695070 patch is applied, the installation program backup directory/apps/fs2/FMW_Home/webtier/jdk in /apps/fs2/FMW_Home/webtier/jdk_backup_existing_version, but then it clears. / jdk - the patch fails because it can't find it.  I had to rename the directory of the jdk for jdk2, and as soon as it gets deleted quickly and rename jdk2 jdk.  Then he applies the patches without problem.  A symbolic link would do the same thing.

  • How to minimize the log files in CS?

    Hi all

    We have the database logs, archive logs and logs the content server that is stored on the disk. Y at - there any configuration setting that we can do to minimize the number of files that can be stored.

    Also, is there a configuration that allows you to set different absolute paths for these logs files? As well as the folder / space management becomes easier.

    Hello Mohan,

    These are the configuration variables that control the size of the log file, the directory and the number of newspapers to keep:

    TraceDirectory entered configuration defines which directory you want the tracking logs files to write to.

    TraceDirectory =

    The configuration entry TraceFileSizeLimit sets the size of each log file.  The default value for this setting is 1048576, which is equivalent to 1 megabyte.

    TraceFileSizeLimit = 10000000

    The configuration entry TraceFileCountLimit sets the number of log files that are in the rotation.  The default value for this parameter is 10.

    TraceFileCountLimit =

    Events tracing output can be controlled with a setting similar to the use of a single for the track directory.

    EventDirectory =

    Thank you

    Srinath

  • Change the column header in the log file

    Hi people,

    I have a small program running to collect and record the data in a file.

    The log files to a CSV file correctly, but the column headers show as "Untitled".

    How to set these to something meaningful?

    Had a hunting around, but can't find the settings.

    Any help gratefully received!

    See you soon

    Duncan

    Finally managed to find a Community position covering cela.

    Check out this post fior details:

    https://decibel.NI.com/content/docs/doc-10694

  • imageFORMULA CR-180 check the log file to scan

    Hello

    I work with an imageFORMULA CR-180 check Scanner and when executing a good amount (longer than 100) of the controls, I noticed that the scan control stops and a pop-up window appears on the Analysis ToolPak asked if I would like to replace my log file and start over.

    The software that I use is called "Utility scan for CR-180II" and the log file contains the information of MICR line controls scanned, as well as the date of the analysis, and the location of the file to the images captured from the parser.

    Log file options under "Options-> MICR data parameters.

    What I do, it is by clicking on ' no, I want to overwirte the file ", stop the scan, moving the log of the 'old' file, restart the scanning and backup to a new log file.

    Is there anyway to work around this problem and record continuously in the same log file?

    Is there a memory limit on the scanner?

    This is the Web page of the scanner that I use:

    http://www.USA.Canon.com/Cusa/support/Office/imageformula_scanners/imageformula_cr_180_cr_180ii/imag...

    Hi lendjones!

    Thanks for posting in the Forum! Canon does not provide direct support for imageFORMULA product series, but your dealer will be able to help you! If you do not have a reseller, please call us at 1-800-OKCANON (652-2666) and we will be happy to provide you with dealers who are in your area.

  • KB2686509 fails to install, said lack of prerequisite useful and check the log file.

    I am running Windows XP on a Toshiba Satellite computer laptop, Intel PIII, 847 Mhz processor.  I installed SP3.

    Here are the contents of the log file:

    3,695: 17:49:52.498 27/01/2013 (local)
    3,695: c:\fb66e1fe6323f2b745bfc5d1\update\update.exe (version 6.3.13.0)
    3.755: DoInstallation: GetProcAddress (InitializeCustomizationDLL) returned: 0x7f
    3,775: hotfix started with following command line:
    3,775: in function GetReleaseSet, line 1211, RegOpenKeyEx failed with error 0x2
    3,775: in function GetReleaseSet, line 1240, RegOpenKeyEx failed with error 0x2
    3,805: CreateUserInterface: GetProcAddress for DefineInstallCustomUI failed: 0x7f
    3.946: return the value of IsMachineSafe = 0
    3.946: IsMachineSafe return 441092
    3.946: condition in Prereq.IsMachineSafe.Section failed with the fist
    3.946: Check condition for 1 line of prerequisite returned FALSE
    3.956: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    3.966: KB2686509 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB2686509 failed. For more details, check the c:\windows\KB2686509.log log file
    3.996: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    3.996: Setup cannot continue because one or more prerequisites required for the installation of KB2686509 failed. For more details, check the c:\windows\KB2686509.log log file
    13.830: message displayed to the user: Setup cannot continue because one or more prerequisites required for the installation of KB2686509 failed. For more details, check the c:\windows\KB2686509.log log file
    13.830: user input: OK
    13.830: Update.exe extended error code = 0xf0f4
    13.830: Update.exe return code was masked to 0 x 643 for MSI custom action compliance.

    Here is the content of the faultykeyboard log file:

    kbdsp.kbd
    kbdsp.kbd
    kbdno.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    Kbdus.kbd
    kbdla.kbd
    Kbdus.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdycl.kbd

    Thanks for your help!

    I've seen this before. Check this.

    http://social.technet.Microsoft.com/wiki/contents/articles/10876.kb2686509-failure-due-to-upgrade-from-Windows-Me-or-98-to-Windows-XP.aspx

  • Is this OK to remove most or all the *.log files?

    Windows XP Media Center Edition SP3 on Gateway Intel system double heart Hz 6300, 1.86, 3.24 GB/ram, 320 GB hard drive.

    He is allowed to delete most or all the *.log files, or would be a serious mistake?

    I never used for anything else than to troubleshooting, then very rarely.  So I would delete them to your heart's content.  However, I must point out that they do not have enough disk space amount to something meaningful, so there is really no need to worry about them.

    I hope this helps.  Good luck.

  • Where the log file is located (Win Vista) for the actions of OTHER USERS have taken to using the boxes in user account control?

    Where the log file is located (Win Vista) for the actions of OTHER USERS have taken to using the boxes in user account control?

    I use the version of Vista Home Premium.

    While I don't really like how the UAC area enters the information that tells it when to display the box tell me about your work of things on the UAC (I know an article exist on the web), is not how to answer this question.

    There is no log of UAC elevation file.

  • I get the following error messages at startup: Windows Sidebar Settings.ini. is used by another system. Recorder warning: recorder! Initialize is not yet call... The log file can corruption exp. application failure did not start.

    Original title: opening of the pop ups

    I have Vista Home version.  When I connect, I get the pop - ups following:

    1.) _Windows sidebar Settings.ini. is used by another system.

    Recorder 2.) WARNING: Logger! Initialize is not yet call... The log file can corruption exp.

    3.) down the application did not start.

    Also: while I'm on the internet a pop - up occurs from time to time indicating: "Internet Explorer has stopped working".  Sometimes I get started, and sometimes I can just 'X' out and I'm always on.

    Hello

    1 how long have you been faced with this problem?
    2 did you recent hardware or software changes to your computer before this problem?

    I suggest you try the procedure below.

    Step 1: Try to perform the clean boot in order to solve startup error messages.

    From your computer by using a minimal set of drivers and startup programs so that you can determine if a background program is interfering with your game or program. This type of boot is known as a "clean boot".

    Follow the steps provide in the article below to perform the clean boot. http://support.Microsoft.com/kb/929135

    Step 2: I suggest you try the steps outlined in the article below to solve the problem of internet Explorer.
    http://support.Microsoft.com/kb/936213

    Thanks and greetings
    Umesh P - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • 1st problem = Error 1606% APPDATA % and 2nd problem = WARNING Logger: initialize() is not yet known. The log file may experience corruption...

    1st problem = Error 1606% APPDATA % and 2nd problem = WARNING Logger: initialize() is not yet known. The log file may experience corruption...

    Try this FixIt:

    Code error '0 x 80070646', '646', or '1606 ' when you try to install Office updates

    http://support.Microsoft.com/kb/2258121

    André

    "A programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

  • An error has occurred. Check the log file. C:\User\---\PamperedPartnerPlus\workspace\.metadata\.log

    What should I do: an error has occurred. Check the log file. C:\User\---\PamperedPartnerPlus\workspace\.metadata\.log.

    See this post and follow the instructions to update your program to possibly solve the problem.

    Technical support
    http://www.chefsuccess.com/F46/tech-support-41431/

  • oracle.as.install.engine.exception.LogInitializeException: not enough space to create the log files in the location specified in the inventory. Create a space under the null specified inventory or to point to a different directory

    Hello

    I have installed:

    -(Oracle Linux) OL 6.6

    121 GB HD

    5.0 GB RAM

    -JDK-7u80-EA-bin-b05-Linux-x64-20_jan_2015.tar.gz (Java)

    -Fmw_12.1.3.0.0_infrastructure.jar (infrastructure)

    -Fmw_12.1.3.0.0_ohs_linux64.bin (SST)

    I try to install OBIEE, I unzip these files:

    -bi_linux_x86_111170_64_disk1_1of2.zip

    -bi_linux_x86_111170_64_disk1_2of2.zip

    -bi_linux_x86_111170_64_disk2_1of2.zip

    -bi_linux_x86_111170_64_disk2_2of2.zip

    -bi_linux_x86_111170_64_disk3.zip

    I run/home/oracle/OBIEE/Disk1/runInslaller and open the screen to select the oraInventory directory, when I click OK, the error message appears (see image below):

    Error_Screen.png

    [oracle@localhost Disk1] $. / runInstaller

    Iniciando Universal Oracle install...

    Espaço Verificando Temp: deve ser superior a 1536 MB.   Passado Reais 36602 MB

    Verificando swap Espaço: deve ser superior a 500 MB.   Passado Reais 2553 MB

    Verificando monitor: deve ser configurado para exibir pelo menos 256 cores.    Reais 16777216 Passado

    2nd para iniciar o Oracle Universal Installer from/tmp/OraInstall2015-09-13_08-13-50 h Aguarde... [oracle@localhost Disk1] $ 13/09 / 2015 20:13:53 oracle.as.install.bi.util.ConsumerUIProperties getCustomPropertiesFilename

    INFO: Using a custom UI properties of the oracle/as/install/bi/config/consumer-ui.properties file

    [ERROR]: error initializing log values

    oracle.as.install.engine.exception.LogInitializeException: Espaço insuficiente para criar os log archives na Localização address para o inventario. Espaço shouts ob o inventario especificado/home/oracle/oraInventory UO aponte para outro inventario

    to oracle.as.install.engine.logging.EngineLogHelper. < init > (EngineLogHelper.java:65)

    at oracle.as.install.engine.logging.EngineLogHelper.initialize(EngineLogHelper.java:192)

    to oracle.as.install.engine.InstallEngine. < init > (InstallEngine.java:135)

    to oracle.as.install.engine.InstallEngine. < clinit > (InstallEngine.java:130)

    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:603)

    In English:

    oracle.as.install.engine.exception.LogInitializeException: not enough space to create the log files in the location specified in the inventory. Create a space under the null specified inventory or to point to a different directory

    What can be?

    Well, you very probably not a lot of space on the left under/Home.

    You can move to another location that is located on/home/oracle/orInventory the / partitioning of the partition where you probably have more space left if you used the default value.

    For example, as a root user:

    mkdir/U01

    MV/home/oracle/oraInventory/U01

    Update /etc/oraInst.loc and replace

    inventory_loc = / home/oracle/oraInventory

    with

    inventory_loc = / u01/oraInventory

Maybe you are looking for