Understanding Oracle Clinical

Hi, I am new to the Oracle Clinical.
Please any one let me know where i will get all the information about the Oracle Clinical 4.5.1. Basically, I need to understand the Table Structure of Oracle Clinical or Understanding Oracle Clinical* material. Thanks
Edited by: user10606991 on Nov 14, 2009 4:00 AM
Edited by: user10606991 on Nov 14, 2009 4:01 AM

Hi, Thanks for the link Satish Pachipulusu but it explains only the interface of the Oracle Clinical. I need to understand the Table Structure of Oracle for example what are the objects created by the Oracle Clinical automatically when DVG, Question, Questions Groups, DCMs, DCI's are created? like this.
Please help in this regard. Thanks.

Similar Messages

  • Java runtime error while  executing install.sh - installing Oracle Clinical 4i

    Hello DBA's
    1. I am trying to install an Oracle App on a SUN SPARC 20 with 256 MB / 9.1
    GB. (solaris 8)
    2. I installed Oracle 8i EE completely and created the DB using Oracle
    Universal Installer. So the Java components and runtime were also installed
    I presume. I have it in /usr/java1.2 with links made during install.
    3. Did post installation according to the manual.
    4. Did pre-installation for install of Oracle Clinical application.
    5. Put the OC CD into the drive and typed install.sh as requested.
    Error: The Java Runtime environment was not found at
    .. /../stage/Components/oracle.swd.jre/1.1.8.10/1/Datafiles/Expanded/solaris/bin/
    jre Hence the universal installer cannot be run.
    I am struggling for 2 months now and I am hoping that some guru will wipe
    out the frustration and anxiety that has made my hair grey. I have also
    included the contents of the oraparam.ini for Oracle 8i and Oracle CLinical.
    They look almost the same but for some reason, the Oracle Universal
    installer does not seem to work for the Oracle Clinical installation.
    What could be the reason for this Jav runtime Error. I check the web and
    other sites, but no conceivable answer. I have no access to Metalink. What
    do I have to do to make the universal installer work.
    Your help is really really appreciated.
    ============================================================
    ORAPARAM.ini used when installing Oracle 8i 8.1.6.2
    [Oracle]
    DISTRIBUTION=TRUE
    SOURCE=../stage/products.jar
    JRE_LOCATION=../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expande
    d/jre
    OUI_LOCATION=../stage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expa
    nded
    HLP_LOCATION=
    EWT_LOCATION=
    DEFAULT_HOME_LOCATION=
    NLS_ENABLED=FALSE
    NO_BROWSE=/net
    JRE_MEMORY_OPTIONS=-mx48m
    [IMAGES]
    FILE1=images/o8i_1.gif
    FILE2=images/o8i_2.gif
    FILE3=images/o8i_3.gif
    FILE4=images/o8i_4.gif
    FILE5=images/o8i_5.gif
    FILE6=images/o8i_6.gif
    FILE7=images/o8i_7.gif
    FILE8=images/o8i_8.gif
    ===========================================================
    ORAPARAM.ini used when installing Oracle Clinical 4i
    [Oracle]
    DISTRIBUTION=TRUE
    SOURCE=../../stage/products.jar
    LICENSE_LOCATION=
    JRE_LOCATION=../../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expa
    nded
    /jre
    OUI_LOCATION=../../stage/Components/oracle.swd.oui/1.7.0.19.0/1/DataFiles/Ex
    panded
    JRE_MEMORY_OPTIONS=" -mx32m"
    DEFAULT_HOME_LOCATION=
    DEFAULT_HOME_NAME=OUIHome
    NO_BROWSE=/net
    HLP_LOCATION=
    EWT_LOCATION=
    NLS_ENABLED=TRUE
    BOOTSTRAP=FALSE
    OUI_VERSION=1.7.0.19.0
    [IMAGES]
    FILE1=images/installAd0.gif
    FILE2=images/installAd1.gif
    =========================================================

    Hi
    May be you can check the Redhat FTP site.
    CentOS 4.6, 32-bit
    http://isoredirect.centos.org/centos/4.6/isos/i386/
    CentOS 4.6, 64-bit
    http://isoredirect.centos.org/centos/4.6/isos/x86_64/
    CentOS 5.1, 32-bit
    http://isoredirect.centos.org/centos/5.1/isos/i386/
    CentOS 5.1, 64-bit
    http://isoredirect.centos.org/centos/5.1/isos/x86_64/
    Regards
    Mudhalvan M.M

  • Oracle Clinical - install.sh not working - says not found or Java runtime error.

    install.sh not working - need help
    Hi all,
    OS Solaris 8. Sun Sparc 20 - 256 MB 9.1 GB. I am using csh for this install as instructed for the user OPAPPS.
    I have installed Oracle 8.1.6 Rel 2 on the SUN Sparc. Everything is fine and a customised DB has been created. Now I
    have to install an Oracle application on the same server. I have a working knowledge of Unix but I don't know scripting.
    I logged in as OPAPPS as required. (.chsrc). I have set the path with all possible directories and made it a member of
    group DBA as requested.
    I put the CD in the CDROM and then cd /cdrom
    # install.sh
    BUT I get this message: install.sh not found.
    install.sh is there on the CD. This is the contents of install.sh from the CD
    #!/bin/sh
    os=`uname | tr A-A a-z`
    case "$os" in
    sunos) platform=solaris
    hp-ux) platform=hp-ux
    osf1) platform=decunix
    esac
    #The environment variable $SRCHOME cannot be set during installation
    unset SRCHOME
    unset SHLIB_PATH
    CMDDIR=`dirname $0`
    if [ "CMDDIR" = "." ]; then
    CMDDIR=`pwd`;
    fi
    # Replace relatove path with fully qualified path
    if [ ! "`echo $CMDDIR|grep '^/'`" ]; then
    CMDDIR=`pwd`/$CMDDIR;
    fi
    if [ x${PATH} != x ] ; then
    PATH=$PATH:/usr/bin: /bin
    export PATH
    else
    PATH=/usr/bin:/bin
    fi
    cd $CMDDIR/$platform/Disk1/install/$platform
    ./runinstaller $*
    directory structure on CD
    -r-xr-xr-x 1 root sys 638 Aug 23 2000 install.sh
    dr-xr-xr-x solaris
    dr-xr-xr-x hpunix
    dr-xr-xr-x decunix
    dr-xr-xr-x nls732
    solaris/disk1/install/solaris and the file
    -r-xr-xr-x runinsta.
    -r-xr-xr-x oraparm.ini
    dr-xr-xr-x images
    d .
    d ..
    Would anybody know why I get install.sh NOT found when it is there?. This executabel is on the CD. I am not sure why it gives
    a java runtime error message when it is OK. Remember, I have already installed Oracle 8i using the same environment with the existing java runtime .
    Thanks for your help.

    Hi,
    I am installing Oracle clinical 4.5.x.
    I need to know whether both the Database server and application server for Oracle Clinical can be installed on same server(windows 2000 server).
    Both of them are installed on windows platform.
    It seems that u have tried the single node installation.
    So,please give all the possible details regarding the single node installation for oracle clinical no matter what platform it is.
    Please reply me as soon as possible, its urgent.
    Thanking u in advance.

  • Carriage Returns - Oracle Clinical

    Hi all,
    My company is using Oracle Clinical 4 and there is a problem whereby users are hitting enter at the end of a string of text. This creates a carriage return that cause SQL to think that this means a new line when it spools the output to Excel.
    Is there anything that can be done other than trying to get people to stop hitting enter, which is not possible as the need to for certian comments to make them legible.
    Any advice
    Thanks
    C.

    You can strip out the extra characters in the select statement that you spool for excel. Something like:
    SELECT col FROM (
    SELECT 'This shows on '||CHR(10)||'two lines' col
    FROM dual)
    SQL> SELECT col FROM (
      2  SELECT 'This shows on '||CHR(10)||'two lines' col
      3  FROM dual);
    COL
    This shows on
    two lines
    SQL> SELECT REPLACE(col, CHR(10), NULL) FROM (
      2  SELECT 'This shows on '||CHR(10)||'two lines' col
      3  FROM dual);
    REPLACE(COL,CHR(10),NUL
    This shows on two linesNote that you may also need to strip the linefeed as well. so the replace would be:
    SELECT REPLACE(REPLACE(col, CHR(10), NULL), CHR(13), NULL)HTH
    John

  • Oracle Clinical install problem on SUN. Says install.sh not found - java runtime erro

    install.sh not working - need help
    Hi all,
    OS Solaris 8. Sun Sparc 20 - 256 MB 9.1 GB
    I have installed Oracle 8.1.6 Rel 2 on the SUN Sparc. Everything is fine and a customised DB has been created. Now I
    have to install an Oracle application on the same server. I have a working knowledge of Unix but I don't know scripting.
    I logged in as OPAPPS as required. (.chsrc). I have set the path with all possible directories and made it a member of
    group DBA as requested.
    I put the CD in the CDROM and then cd /cdrom
    # install.sh
    BUT I get this message: install.sh not found.
    install.sh is there on the CD. This is the contents of install.sh from the CD
    #!/bin/sh
    os=`uname | tr A-A a-z`
    case "$os" in
    sunos) platform=solaris
    hp-ux) platform=hp-ux
    osf1) platform=decunix
    esac
    #The environment variable $SRCHOME cannot be set during installation
    unset SRCHOME
    unset SHLIB_PATH
    CMDDIR=`dirname $0`
    if [ "CMDDIR" = "." ]; then
    CMDDIR=`pwd`;
    fi
    # Replace relatove path with fully qualified path
    if [ ! "`echo $CMDDIR|grep '^/'`" ]; then
    CMDDIR=`pwd`/$CMDDIR;
    fi
    if [ x${PATH} != x ] ; then
    PATH=$PATH:/usr/bin: /bin
    export PATH
    else
    PATH=/usr/bin:/bin
    fi
    cd $CMDDIR/$platform/Disk1/install/$platform
    ./runinstaller $*
    directory structure on CD
    -r-xr-xr-x 1 root sys 638 Aug 23 2000 install.sh
    dr-xr-xr-x solaris
    dr-xr-xr-x hpunix
    dr-xr-xr-x decunix
    dr-xr-xr-x nls732
    solaris/disk1/install/solaris and the file
    -r-xr-xr-x runinsta.
    -r-xr-xr-x oraparm.ini
    dr-xr-xr-x images
    d .
    d ..
    Would anybody know why I get install.sh NOT found when it is there?.
    Thanks for your help.

    Hi,
    I am installing Oracle clinical 4.5.x.
    I need to know whether both the Database server and application server for Oracle Clinical can be installed on same server(windows 2000 server).
    Both of them are installed on windows platform.
    It seems that u have tried the single node installation.
    So,please give all the possible details regarding the single node installation for oracle clinical no matter what platform it is.
    Please reply me as soon as possible, its urgent.
    Thanking u in advance.

  • Oracle clinical training

    hai
    this is naveen working in a lifesciences company at hyderbad
    iam a graduate of Pharmacy and working in (bio/chemi) informatics
    and interested in learning the oracle clinical
    so please send me information regarding training as soon as possible
    thanks
    [email protected]

    Hi,
    I want to assign live patients to a DCI book in OC. The way that i am following to do this in OC is
    Design -> Patient Positions -> Patients -> Patient Positions tab
    and assiging every patient manually to the DCI book. But this job is very teadious. If there are 1000 patients, then for all thousand patients i am doing it manually. Please let me know if there is an alternate/simple method of doing it.
    Best regards,
    Kavitha

  • Oracle clinical PDF plug in error

    Hi All,
    I am having problem to open up CRF in RDC . It gives me an error-- The action cannot be performed since an active PDF form is currently open. Please close the PDF form before continuing with this action . Please help me guys. I will be greateful to you all.
    Abu

    hi
    i want to implement RDC in my department. We are using Oracle clinical. Could you please guide me on how to do it and what would be the cost involved in it. Do you also have an idea of a imaging software compatible with OC.
    please do reply soon if you have any info about it.
    Thank you

  • Oracle Clinical Reports - Ouput not generated

    Hi,
    When i try to run reports within Oracle Clinical it runs as "Success" as per Batch Jobs window.
    I have run it using destype=FILE and desname=<reports_output_path>
    The "View Log" also opens the log, but when trying to "View Output" it gives the following message in the explorer window:
    File <reports_output_path>\o489.pdf does not exist
    When i view the Report details in Report Queue Manager it shows the following error:
    Terminated with Error :
    Caught exception: exception oracle.reports.RWException { oracle.reports.RWError[] errorChain={struct oracle.reports.RWError { int errorCode=56093, java.lang.String errorString="Cached output for job 23 is no longer valid", java.lang.String moduleName="REP" }} }
    The Report is being generated sometimes as a PDF file in the "Cache" directory of reports server, but the output directory doesnt contain any pdf file.
    Any ideas folks?
    Best regards,

    Hi,
    Thank you for the response.
    1. This happens with all output types...I guess PDF Plugin is installed as it is generating a PDF in the Reports Cache Directory that is D:\oracle\9iDS\reports\cache
    2. RXCPROD has been NOT been given Local Administrator rights. But it is a member of "Power users" group.
    Does running a report in any way depend on the RXCPROD account...i thought it was just for running PSUB?
    Any further ideas?
    Best regards

  • Relation between Key Template and Study creation in Oracle Clinical 5.0.1

    Hi
    In oracle clinical 5.0.1 , Is there any relation between Key template in GLib and Study creation (Design-Studies-Easy Study Design).

    Yes, there's a known problem, not with german language, but with territory Switzerland, see on metalink:
    ORA-604 / ORA-02248 WITH NLS_LANG SET TO TERRITORY SWITZERLAND
    Doc ID: 334481.1
    ORA-02248 is only the last error, you have others:
    StepErrorHandler.setFatalErrors:322 setting Fatal Error: ORA-01092
    Thread-3 12:33:59:88 StepErrorHandler.setFatalErrors:322 setting Fatal Error: ORA-01034
    Thread-3 12:33:59:88 StepErrorHandler.setFatalErrors:322 setting Fatal Error: ORA-03114
    Thread-3 12:33:59:88 StepErrorHandler.setFatalErrors:322 setting Fatal Error: ORA-12560
    Thread-3 12:33:59:88 StepErrorHandler.setIgnorableErrors:250 setting Ignorable Error: ORA-01109
    Not sure whether this related to the same problem. As a workaround you may change the territory, for example to GERMANY. If that works you hit the bug mentioned in the metalink not. Normally NLS_LANG is set in the registry.
    Werner

  • Oracle Clinical Latest Version

    I would like to know the latest version and latest patch release for Oracle Clinical and TMS.
    Thanks in advance for any help.

    Latest version for TMS is 4.0.4 and OC is 4.0 patch set 2. I think patch set 3 is out or due any times.
    Meta link will be a better source for these updates.

  • Oracle Clinical

    Dear Sir
    I want to know about information about Oracle Clinical. where can i get the information. where can i find the documentation about that.
    Thanking You
    Prasad

    Hi Prasad,
    Visit http://www.oracle.com and go the oracle products index and choose Oracle clinical. In the right side of that page, u can find the links for what you need.
    regds,
    R. Nanda Kumar
    [email protected]
    Medicom Solutions (P) Ltd.,
    Bangalore - 561229

  • URGENT:Installing TMS  integrated with Oracle Clinical

    hi ,
    I am installing TMS integrated with Oracle Clinical .
    In the 9i installer screens , one is for
    " Destination Oracle HOme And Oracle HOme Name "
    what should be given here a new Oracle home name and destination or the same where 9i for OC was installed .
    Also can I install TMS and OC on Same database instance ?
    thanks And regards

    I think that TMS should be in the same Oracle home. Architecturally, TMS does install in the same database instance as OC. OPA 4.5 is destined to change that, offering a stand alone TMS instance that integrates with specific instances of OC, RDC, AERS, etc. More details of that &lt;fun&gt; migration whenever 4.5 is officially released.
    Hope this helps.

  • Oracle Clinical database question

    There was a database lock in Oracle Clinical RDC. It was confirmed by the database administrator that the lock was successful. However, the investigators at the sites were able to go in and approve additional pages after the lock. Can anyone tell me how this could have happened? I was under the assumption based on documentation that once the data was locked, it could no longer be updated but only viewed.
    Thanks..

    u can always add data after a lock ie new data but cannot modify data (but if it was frozen it wouldve been better ..........u cant add data or modify after u freeze a study ).........so please go ahead and freeze ur study if u dont want any more new data. Hope this helps.

  • Oracle Clinical RDC data lock - updates still allowed

    There was a database lock in Oracle Clinical RDC. It was confirmed by the database administrator that the lock was successful. However, the investigators at the sites were able to go in and approve additional pages after the lock. Can anyone tell me how this could have happened? I was under the assumption based on documentation that once the data was locked, it could no longer be updated but only viewed.

    Even if the database is locked, you can add data into additional DCMs but cannot update the existing data. Its quite possible that the investigators were able to add additional pages. Only if the database is frozen, you are not able to add or update any data unless you have privilege access.

  • Chnaging Patient to Subject In  Oracle Clinical Database designing

    Dear Friends,
    Iam using Oracle clinical RDC and My question is
    1.I dont want to display Patient/s details in RDC page(entering into casebooks) while entering the data.
    Is there any possibility to hide this patient details?
    please let me know.comments from members are welcome.

    u can always add data after a lock ie new data but cannot modify data (but if it was frozen it wouldve been better ..........u cant add data or modify after u freeze a study ).........so please go ahead and freeze ur study if u dont want any more new data. Hope this helps.

Maybe you are looking for

  • Query Analyzer - issue in variables

    Hello, In query analyzer, I have a requirement for 3 keyfigures. 1 -> Current Month budget 2 -> Next Month budget 3 -> Cummulated Yr to Month budget for eg. I fI am in month 02.2006 column 1-> budget for 02.2006 column 2-> budget for 03.2006 column 3

  • CC updater not working

    I just got an Adobe Updater notice that there were 7 updates (all CS6) available. When I clicked on the 'update all' option in the CC menu bar (Mac), only 1 of the 7 were successfully installed. I retried several times, to no avail. Flash, Fireworks,

  • R12 RF.jsp and AppsLocalLogin.jsp

    Dear, I am confused as how and why i am clicking my R12 login page i.e:- https://XXX.yyy:8001/OA_HTML/*AppsLocalLogin.jsp* it gets redirected to https://XXX.yyy:8001/OA_HTML/*RF.jsp*?function_id=31523&resp_id=-1&resp_appl_id=-1&security_group_id=0&la

  • Issues with Opacity

    Hello, I'm an aspiring photoshop user and still have a lot to learn.  I'm trying to create some website buttons with Illustrator and am having some problems with the opacity mask.  I've read that the black is intended to "White out" any of the image

  • Outlook and Gmail

    I have Outlook 2013 and Gmail account. Whenever I open Outlook, the programme immediately stops. I cannot open Outlook and receive/send any emails. This was not always the case. Office has been uninstalled and re-installed. Is there an issue with the