Oracle 8i installed under Win98 using JDeveloper

I have sucessfully installed 8i for Win98, but I am having problems setting up local dayabases using NET8. Can anyone offer any tips?? I want to use JDeveloper to Access databases locally using JDBC

Hi Jim
I was able to get Personal 8i up and
running. When you start your session
you first start up the listener pgm
then mount the database correct?
I have been able to use SQL navigator,
PowerBuilder, and SQL Plus to create and
mannipulte DB tables, procs and other relational objects. Make sure the Listener is up and running and that the TNSNames files has the correct instance name.
If you want I can send you copies of my
listener and tns names file as an example.
It took me a week + to get it working and I'm not really sure how I did it! Also, I thought JDeveloper for 8i was only available
under NT. My email is [email protected]
Good Luck - Andy
null

Similar Messages

  • Is it always necessary to patch Oracle when installing under Linux?

    I did a search first and, yes, I checked http://www.puschitz.com/.
    Everything I have seen to this point suggests Oracle cannot be installed without patching it first, even if it certified for that platform.
    Please advise.

    Anser is NO, the oracle 8.0.5 can be installed on redhat 5.2 without any patch, the oracle10g can be installed on redhat EL3 without any patch too. Those version of oracle with those version of Redhat linux are standard couple. Though something need a little skill to fix such as the ora8.0.5 precompile need some fix on redhat 5.2. Ora8i and Ora9i having too much bugs, after the patch, the bug will be bigger than before. However the Ora10g is good, the only problem is user SYSTEM seems having control right problem, but we can using user SYS replace SYSTEM user.
    Does any one have other idea?

  • Writing a JSR168 portlet WITHOUT using Jdeveloper or "wizards"

    I have a JSR168 portlet that is built using Maven (http://maven.apache.org/ if you don't know what that is).
    It deploys and operates perfectly well into a portlet container such as Pluto (the standard, reference container from Apache).
    Pluto supplies a Maven plugin, that takes the vanilla web.xml and other configuration e.g. portlet.xml and adds the necessary configuration to run the portlet in the container. I believe there is an Ant plugin that does exactly the same thing.
    It adds the following conf to teh web.xml;
    <servlet>
    <servlet-name>my-portlet-name</servlet-name>
    <servlet-class>org.apache.pluto.core.PortletServlet</servlet-class>
    <init-param>
    <param-name>portlet-name</param-name>
    <param-value>my-portlet-name</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>my-portlet-name</servlet-name>
    <url-pattern>/PlutoInvoker/my-portlet-name</url-pattern>
    </servlet-mapping>
    This is the "magic" that glues my portlet to the portlet container.
    What I wish to know, is how to make my JSR168 portlet deploy into Oracle Portal 10g without EVER using JDeveloper. What is the 'magic' I have to apply to my web.xml or portlet.xml or other configuration that will men I can deploy my portlet war into the app server and make it talk turkey with the portal container. I can cope with just having a customised web.xml that I have to copy into the WAR file if need be ... if I could find some guidance what should be in that file.
    It seems that every search I've done in google or though the doco we have here starts with "Start Jdeveloper and select XXX in the portlet wizard".
    I do not use Jdeveloper and nor will I. I will continue to build my Java code in a correct fashion, i.e. on the command line with my standard build tools that don't involve the IDE. Don't get me wrong, I use an IDE, but one should never be mandated. In my book, "wizards" are about the worst imaginable way to get any programming task completed.

    Hi Marcel
    With respect, it's patently obvious that we know how to develop a portlet without Jdeveloper, because if you read the message you would have been able to discern that this is the way we are accustomed to doing it, and it's faster, easier and more portable that way. I've been doing J2EE development since the first version of the spec and well before there was an Oracle implementation of it.
    You don't actually need an EAR file, as a WAR will suffice and the dcmctl command-line utility can supply everything else in its arguments (like, context-path and the like), and it allows each WAR artifact to be deployed in different times, i.e. when they are built on the integration server. I find EAR files usually too heavyweight especially as I rarely write EJBs, as opposed to using e.g. Spring.
    Using the web browser is not an option for automated deployment and acceptance testing from an integration build server.
    Configuring the portal side of things looks decidedly a different matter and I've not found anyway to do it from the command line, it demands the browser, which is a let-down.
    It's terribly disappointing the paucity of information about automation of deployment as opposed to the positively verdant amount of presentations, tutorials and documentation that assumes top-to-bottom Oracle tooling and environment and browser-based configuration. Even where it's actually possible Oracle doesn't seem to want to tell people about it or do as I believe they should, which is regard this form of deployment and configuration as the default way to teach developers how to use their products. None of this helps build and deploy to Oracle products using test-driven development, continuous integration, and automated acceptance testing, all of which are usually regarded as essential parts of a modern developers toolkit by the best minds in the business.
    So after we're left alone to discover how to do this by ourselves for a month you can forgive my disappointment at being lectured like I was some neophyte who doesn't know how to make a WAR file with textedit.

  • Can't install Data Guard using DBCA in Oracle 11g Release 2

    I have installed Oracle database 11g Release 2 successfully. I have installed Label Security using DBCA, now when I am installing Database Vault using DBCA, it gives message "ORA-01017: invalid username/password; logon denied" and exists back to DBCA.
    What step I am missing? please suggest.
    Regards and thx,

    Hi,
    I had the same issue too. I installed it on my desktop (server class option). Everything else including EM is working fine. However I got around the issue to an extent by manually running the catalog scripts for database vault. It should be located under $ORACLE_HOME/rdbms/admin. You have to run the script catmac.sql. There is a catch though. You need to go through the contents of the script and execute the other scripts manually by supplying username and passwords (yes, it sucks!!) but I don't find any help on metalink for this issue.
    Currently I am trying to create the realms but I am denied permission due to lack of "OPERATOR TARGET" privileges.
    If someone can lead me to the correct place where I can look for what is missing, it would be great.
    Thank you
    Kumar Ramalingam

  • Oracle developer suite installed under a different Oracle Home

    I have Oracle 10g r2 installed on a RHAS4 server.
    I installed Oracle developer suite 10.1 on this server. In the installation procedures, there are specific instructions to not install it under the ORACLE_HOME for an existing database installation.
    Oracle was already installed under /usr/lib/oracle (don't ask me why, I didn't do it).
    I installed oracle developer suite under /oracle/dev. If I set ORACLE_HOME to /usr/lib/oracle, proc responds with:
    Symbol `kpccapCTarr' has different size in shared object, consider re-linking
    PCC-F-NOERRFILE, unable to open error message file, facility PR2
    If I set ORACLE_HOME to /oracle/dev, it works correctly.
    This appears to require me to switch my oracle home setting each time I switch between using Pro*C and sqlplus. This in very inconvenient. I have worked on many, many systems in the past which had one ORACLE_HOME for both the RDBMS and the development tools.
    Is this a new constraint introduced by Oracle? Where does this restriction come from?
    Is there something I don't understand and have I installed the developer suite incorrectly?

    It looks to me this is a mess; i have installed oracle 10g on rhas4 and it didn't install under that folder. I'd suggest to run oui/run installer and show what are the oracle_homes found there; maybe you should reinstall it in the proper locations, under different accounts, etc.

  • Installing oracle developer suite under a different oracle home than the DB

    I have Oracle 10g r2 installed on a RHAS4 server.
    I installed Oracle developer suite 10.1 on this server. In the installation procedures, there are specific instructions to not install it under the ORACLE_HOME for an existing database installation.
    Oracle was already installed under /usr/lib/oracle (don't ask me why, I didn't do it).
    I installed oracle developer suite under /oracle/dev. If I set ORACLE_HOME to /usr/lib/oracle, proc responds with:
    Symbol `kpccapCTarr' has different size in shared object, consider re-linking
    PCC-F-NOERRFILE, unable to open error message file, facility PR2
    If I set ORACLE_HOME to /oracle/dev, it works correctly.
    This appears to require me to switch my oracle home setting each time I switch between using Pro*C and sqlplus. This in very inconvenient. I have worked on many, many systems in the past which had one ORACLE_HOME for both the RDBMS and the development tools.
    Is this a new constraint introduced by Oracle? Where does this restriction come from?
    Is there something I don't understand and have I installed the developer suite incorrectly?

    your 10.2 server uses obviously some different client libraries than your 10,1 developer version.
    You may check this with ldd proc and ldd sqlplus.
    Perhaps you can live with a wrapper script for starting sqlplus or proc meanwhile ?

  • Just got iPhone 5, get home and find iCloud Outlook Add-in does not install under Windows XP.  I am loathe to upgrade to Windows Vista/7/8 just yet.  Can I obtain and use an earlier version of iCloud Outlook Add-in?  My iPad II synchronizes!

    Just got iPhone 5, get home and find iCloud Outlook Add-in does not install under Windows XP.  I am loathe to upgrade to Windows Vista/7/8 just yet.  Can I obtain and use an earlier version of iCloud Outlook Add-in?  My iPad II synchronizes!

    There is no 'earlier' version that supports XP. iCloud launched with Vista/7 support only.

  • Help Installing Oracle 8.1.6 client using SMS

    Don't think I have the right topic here, but I'll post my request anyway...
    I am attempting to do a silent install of the Oracle 8.1.6 client using SMS and the .RSP files provided on the CD. So far not having much luck and was wondering if anyone here has done something similar and if so what methods you used.
    Thanks for any help you can provide!!!
    Wendi

    Check this link if your computer have a P4.
    http://support.intel.com/support/processors/pentium4/issues.htm
    Rename each copy of the SYMCJIT.DLL to SYMCJIT.OLD.
    Then your installation will start smoothly.
    Regards
    Vijayan.K

  • Backup fails for a Hyper-V guest with VSS Writer failures using DPM 2012 R2 - Hyper-V guest has Oracle application installed,

    I am trying to backup a VM which before it had Oracle installed backed up with no problems.  It is a Windows 2008 R2 server which sites on an 8 node Hyper-V 2012 R2 cluster (with CSVs).  I am using DPM 2012 R2 to run the backups which have been
    successful for the last few weeks but then Oracle was installed and the backups have failed since then.
    The job fails and a large number of VSS writers go into a 'Failed' state with the 'Last Error' showing as 'Timed out'.  I then get 4 popups appear each referring to a 'temporary' drive which appears briefly in Disk Management with a RAW file system. 
    These pops say "You need to format the disk in drive X: before you can use it.  Do you want to format it?" (where
    X: is replaced by the drive letter assigned to each 'temporary' drive).
    The System event log is populated with a large number of warnings with Event 51, Disk, stating "An error was detected on device \Device\Harddisk<number>\DR<number> during a paging operation".  There are also a
    few warnings for Ntfs (eventid 57) stating that "The system failed to flush data to the transaction log.  Corruption may occur."
    Prior to these warnings there are 5 other warnings for partmgr (eventid 58) stating "The disk signature of disk
    <number x> is equal to the disk signatuire of disk <number y>" and 4 errors (eventid 1, VDS Basic Provider), "Unexpected failure.  Error code: 490@01010004".
    There is a script which is run to stop the Oracle application on the server and if this is run then the backups will complete successfully.  We have been troubleshooting this by running a certain amount of the script and seeing which part affects the
    backup and it seems that if the Weblogic (wls_reports) service is stopped then the backup will succeed but if it is running then the backup will fail and the above symptoms occur.
    Another point which may help is that there is a pre-production server which resides on a Windows 2008 R2 Hyper-V standalone server, has the same scripts and installation of Oracle but backs up without any issues.
    I have experienced VSS writer failures before with VM backups but I have not seen this before.  It is not intermittent and I can find no work around to alleviate the problem of having no backup (except stopping this service or shutting the server down,
    but as it is a production server this is not practical).
    If anyone has experienced this before or have any suggestions / advice it would be much appreciated.
    Thanks
    Chris

    Hi Chris
    I have exactly the same issue.
    2008 R2 Server running Oracle
    6 node 2012 R2 Hyper-V Cluster with CSV
    Exact same errors and popup "format disk" message.
    DPM2012 R2
    I also have some other VM's on the same cluster which do back up through DPM
    The only difference I can see is the server which has the issue has a legacy network adapter.
    Production server so cannot make any changes until later but will add new adapter and report back.
    Interesting about the Weblogic service, may test this also.
    Cheers
    Kev.

  • Installing Oracle 9i RAC under Windows XP

    hi, all?
    I am not good at Oracle, but I have to install Oracle 9i RAC on Windows XP(sp1) machine.
    Is it possible to install it?
    if so, is there any guide documents about it?
    All documents which i found are talking about installing under Linux or win2k.
    It didn't mentioned anything about win xp.
    Thanks in advance

    it is not support

  • HOW TO CREATE A NEW J2EE APP FOR DEPLOYING ORACLE REPORTS USING JDEVELOPER?

    Hi,
    I'm new to JDeveloper and Java, JSP etc. I'm trying to deploy a sample parameter form for JSP report. My question is: When I create a J2EE application using JDeveloper, how to make sure "The WEB-INF directory must contain the JSP tag library for Oracle Reports, called reports_tld.jar"? How to do it via JDeveloper?
    In my JSP page, I use <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>.

    Does anyone know the answer to this question?
    I get the following error in Jdeveloper when running my test jsp report:
    Error(8): Unable to load taghandler class: /WEB-INF/lib/reports_tld.jar
    Thanks.
    Hi,
    I'm new to JDeveloper and Java, JSP etc. I'm trying
    to deploy a sample parameter form for JSP report. My
    question is: When I create a J2EE application using
    JDeveloper, how to make sure "The WEB-INF directory
    must contain the JSP tag library for Oracle Reports,
    called reports_tld.jar"? How to do it via JDeveloper?
    In my JSP page, I use <%@ taglib
    uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>.

  • Links needed for portal devlopment on oracle 10g appserver using jdeveloper

    hi,
    i'm relatively new to portals so wud like to hav sum knowledge of doing basing request & response stuff using jsp's as my UI while developing portlets using Jdeveloper.
    If anyone could come up with tutorials about portal development on Jdeveloper.
    i'm using oracle 10g AS app server(release 10.1.4) with oracle jdeveloper( version 10.1.2.0.0 build 1811).
    wud like inputs on wsrp & jsr-168 compliant portlets

    Hi,
    You could try starting with the Portal Developers Guide - http://download-west.oracle.com/docs/cd/B14099_19/portal.1014/b14135/toc.htm
    You should also find alot of useful info on the Portal Development page on OTN - http://www.oracle.com/technology/products/ias/portal/portlet_development_10g1014.html
    Cheers,
    Mick.

  • How to convert oracle form fmb file to java swing file using Jdeveloper

    how to convert oracle form fmb file to java swing file using Jdeveloper.Please explain with detailes steps if possible or please give a link where it is available
    thanks
    Message was edited by:
    user591884

    There is no automatic way to do this in JDeveloper. I know there are some Oracle Partners offering forms to java conversion, I don't know how much of their tools are automated and done with JDeveloper. With JDeveloper+ADF you basically rewriting the Forms application from scratch (and using ADF is helpful during this process).

  • Oracle 9i install problem in Windows XP under Virtual PC

    Let me start by saying, I apologize for this. I know 9i is deprecated, but it is the only liensed copy of Oracle we have. I can get it to install under Windows XP with no problems at all. However, when I try the same install in a virtualized XP environment I get the following. Any help would be greatly appreciated. Thanks in Advance.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xce02c7d
    Function name=(N/A)
    Library=C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\SID_Queries.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at W32LocateSidNative.w32LocateSidHome(Native Method)
         at getAllOracleHomes.performQuery(getAllOracleHomes.java:39)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2330)
         at Components.oracle.emprod.oemagent.agentca.v9_2_0_1_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
         at Components.oracle.emprod.oemagent.agentca.v9_2_0_1_0.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
         at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:138)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:683)
         at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:368)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.checkPreReq(OiiodDepEngine.java:4496)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.applySelection(OiiodDepEngine.java:2793)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:2369)
         at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:327)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:586)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    Dynamic libraries:
    0x00400000 - 0x00405000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\javaw.exe
    0x7C900000 - 0x7C9B2000      C:\WINNT\system32\ntdll.dll
    0x7C800000 - 0x7C8F6000      C:\WINNT\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000      C:\WINNT\system32\ADVAPI32.dll
    0x77E70000 - 0x77F02000      C:\WINNT\system32\RPCRT4.dll
    0x77FE0000 - 0x77FF1000      C:\WINNT\system32\Secur32.dll
    0x7E410000 - 0x7E4A1000      C:\WINNT\system32\USER32.dll
    0x77F10000 - 0x77F59000      C:\WINNT\system32\GDI32.dll
    0x77C10000 - 0x77C68000      C:\WINNT\system32\MSVCRT.dll
    0x76390000 - 0x763AD000      C:\WINNT\system32\IMM32.DLL
    0x6D420000 - 0x6D4EE000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\hotspot\jvm.dll
    0x76B40000 - 0x76B6D000      C:\WINNT\system32\WINMM.dll
    0x5DAC0000 - 0x5DAC8000      C:\WINNT\system32\rdpsnd.dll
    0x76360000 - 0x76370000      C:\WINNT\system32\WINSTA.dll
    0x5B860000 - 0x5B8B5000      C:\WINNT\system32\NETAPI32.dll
    0x76BF0000 - 0x76BFB000      C:\WINNT\system32\PSAPI.DLL
    0x6D220000 - 0x6D227000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\verify.dll
    0x6D250000 - 0x6D266000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\zip.dll
    0x6D020000 - 0x6D128000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINNT\system32\WINSPOOL.DRV
    0x774E0000 - 0x7761D000      C:\WINNT\system32\ole32.dll
    0x5AD70000 - 0x5ADA8000      C:\WINNT\system32\uxtheme.dll
    0x6D1E0000 - 0x6D21B000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\fontmanager.dll
    0x74720000 - 0x7476C000      C:\WINNT\system32\MSCTF.dll
    0x755C0000 - 0x755EE000      C:\WINNT\system32\msctfime.ime
    0x10000000 - 0x1001E000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\JavaAccessBridge.dll
    0x6D2C0000 - 0x6D2DB000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\jre\bin\jpeg.dll
    0x0B6D0000 - 0x0B6E5000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\oui\bin\win32\oraInstaller.dll
    0x0B120000 - 0x0B129000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\dbwsec.dll
    0x0B140000 - 0x0B146000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\orawsec9.dll
    0x0BB30000 - 0x0BB54000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\WinPrereq.dll
    0x0BC30000 - 0x0BC3C000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\Win32Env.dll
    0x0C9E0000 - 0x0C9EF000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\w32RegQueries152.dll
    0x0CE00000 - 0x0CE1B000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2010-06-25_08-04-15AM\SID_Queries.dll
    0x76C90000 - 0x76CB8000      C:\WINNT\system32\imagehlp.dll
    0x59A60000 - 0x59B01000      C:\WINNT\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000      C:\WINNT\system32\VERSION.dll
    Local Time = Fri Jun 25 08:05:24 2010
    Elapsed Time = 37
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    #

    More information. Forgot to say that this 9.2.0.1 of 9i and occurs at 36% complete during the Pre-Requisites checking.
    Edited by: user13324204 on Jun 25, 2010 9:45 AM

  • Possibility & Drawback  Using JDeveloper 11g ADF Faces with Oracle 10g DB

    We are new to ADF Faces, would like to use JDeveloper 11g ADF Faces with Oracle 10g database (Enterprise Edition). As we are new to JDeveloper 11g ADF BC, so we want to know about the Possibility & the Drawback.
    Edited by: eng.shahed on Apr 5, 2010 11:21 AM

    i dont think so any drawbacks using Jdeveloper with any database.....its a open product ... You can use it with Sybase, MySQL, Oracle etc etc..

Maybe you are looking for

  • Field explorer does not open on my terminal services profile

    Dear Sirs, For some reason I am unable to open my field explorer in any crystal report on my terminal services profile. I have checked with other profiles and the problem does not exist. The problem is specific to my profile. I can also create new re

  • Why i cant unlock my iphone

    my phone keeps getting un reconied apple id or password/

  • Workflow execution from Web

    Hi I have not worked on forms part regarding workflow. I have a scenario where in when a workflow is started, work items are required to be executed from Portal. Here underlying tasks when the work item is executed, will be a form ( which might be us

  • Can't add a song in Music+Videos

    I was download a song from nokia lumia 710 . but I can't add it to the music+videos .. Moderator's note: We provided a topic-related subject so other forum members can easily identify and answer the concern.

  • Problems Generating DDL

    Has anyone else encountered problems when generating DDL Files for export? I am using a hosted version of Application Express: Application Express 4.0.2.00.07 at this time and when I go to Generate a DDL file for export, it creates the file, but I am