Devsuite 10g on Win7

Hi all,
Im in need of a developer machine for the 10g suite and thought I would just press it onto my very unsupported windows 7. I did some tricks with XP-compatibility mode and the vortual memory and got the Devsuite to install. However it messed up something since I'm unable to connect to my (also local) 11g DB.
I've made sure that the tnsnames.ora and sqlnet.ora are the same for the Devsuite and 11g and the listener "orcl" is up and running. But there are some postinstallation steps I've missed I guess, and would be very grateful if someone could help me out with them.
tnsping gives me: TNS-03505: Failed to resolve name
sqlplus user/pass gives me something like : can't fins procedure adress longjmp in DLL file orauts.dll
Maybe it's impossible to get it going on win7 but I would prefer not having to buy another computer to simply run winserver for forms development..
Kind regards

Finally, tnsping works.. but sqlplus won't have anything to do with that orauts.dll file..

Similar Messages

  • Problem after installing Oracle DevSuite 10g on Windows 7 (64-bit)

    Hi All,
    I have successfully installed Oracle DevSuite 10g on Windows 7 -64 bit machine.
    But when I open the existing .rdf file which is having around 3MB file... report builder is getting closed automatically. And the same is working for the .rdf file having just 100 KB file.
    Can anyone please guide me thru?
    Thanks,
    Harish Nunna

    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     IBM AIX on POWER Systems (64-bit) (American English)     General     Oracle Fusion Middleware Family     Apr 8, 2008     2.1 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     Oracle Solaris on x86 (32-bit) (American English)     General     Oracle Fusion Middleware Family     Aug 29, 2008     1.6 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     IBM: Linux on POWER Systems (American English)     General     Oracle Fusion Middleware Family     Jul 17, 2008     1.1 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     Microsoft Windows Itanium (64-bit) (American English)     General     Oracle Fusion Middleware Family     Jun 3, 2008     2 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     HP Tru64 UNIX (American English)     General     Oracle Fusion Middleware Family     May 16, 2008     1.7 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     Linux Itanium (American English)     General     Oracle Fusion Middleware Family     May 14, 2008     1.6 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     IBM: Linux on System z (American English)     General     Oracle Fusion Middleware Family     Sep 15, 2009     1.5 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     Linux x86 (American English)     General     Oracle Fusion Middleware Family     Apr 5, 2008     1.7 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     HP-UX PA-RISC (64-bit) (American English)     General     Oracle Fusion Middleware Family     Apr 4, 2008     1.9 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     HP-UX Itanium (American English)     General     Oracle Fusion Middleware Family     Apr 4, 2008     1.6 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     Oracle Solaris on SPARC (64-bit) (American English)     General     Oracle Fusion Middleware Family     Mar 8, 2008     1.7 GB
    5983622     PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE     10.1.2.3     Microsoft Windows (32-bit) (American English)     General     Oracle Fusion Middleware Family     Mar 8, 2008     1.6 GB
    None of these say windows -7 patch. Its only for windows 32 bit.

  • Is the webutil is part of Devsuite 10g ?

    Hi all
    Is the webutil is part of Devsuite 10g ?
    or still we need to configure webutil in Devsuite 10g same like Devsuite 9i ?
    from
    Chirag Patel

    Chrirag,
    Webutil is not part of Developer Suite 10g. The plan is to support the WebUtil production release with Patch1 of Forms (which may be out soon for Solaris). This however can slip by a wee or two. The production release of WebUtil will be posted on OTN for download first and then bundled with the Developer Suite 2 in teh seocnd patch.
    Frank

  • WIN_API_SESSION.Timeout_Get_Inactive_Time equivalent in oracle Devsuite 10G

    Hello,
    What is the equivalent of "WIN_API_SESSION.Timeout_Get_Inactive_Time" in oracle 10G developer suite using webutil.
    I want to exit the form if the session is inactive for a set period of time calculated as above in earlier versions.
    Thanks and Regards
    Mohan

    Do you have any other solution on this?
    Regards,
    MKBH

  • How to use Forms 5 and DevSuite 10g in the same machine

    Hello everybody,
    I have installed forms 5 and IDS 10g in one machine and both the versions of the forms were working simultaneously. Now I have un-installed both the versions of the forms and re-installed in the same machine. Installation was successful. but I am not able to connect to the database in forms 5. It shows TNS could not resolve service name. TNS is created in both the versions with same name as well as different name. The IDS is working fine. Please help.
    Thanks and regards
    Sukanta sarkar

    Sukanto,
    What error are you getting? One potential problem you will have with more than one version of Oracle Dev Suite installed is keeping the TNSNAMES.ORA synchronized. I've found the easiest solution to this problem is to add the TNS_ADMIN registry key to each Oracle Home so I can share a single copy of the TNSNAMES.ORA file. You can add this entry by starting the Window Registry editor (regedt32.exe or regedit.exe) and navigate to the following registry hive:
    HKEY_LOCAL_MACHINE => SOFTWARE => ORACLE => HOME? (where ? represents the number of the Oracle Home, eg., 0-9).
    In your example, Forms 5 should be in HOME0 and IDS 10g should be in HOME1. Open each home and add a new "String Value" and name it: TNS_ADMIN. After you have added the new String Value entry, edit the String Value and enter the path to the copy of your TNSNAMES.ORA that is working. Then do the same thing with HOME1 and exit the Registry. You should be able to connect to your database with Forms 5 and IDS 10g. Normally, changes to the registry do not require you to reboot your computer, but I have seen where this is necessary - though not very often.
    Note: Always ensure you have a BACKUP of the Windows Registry before you make any changes. If you uncomfortable modifying the Windows Regisitry, then I don't recommend you make this change.
    Hope this helps.
    Craig...

  • Installing Devsuite 10g on windows 7

    I have this message :
    The windows system files install has not been run on this machine. One or more operating system files currently in use need to be updated. You must exit this installation and use Disk1 to run a secondary windows system files installation to update the operating system files and then restart the current installation process.
    When i run windows system files installation, it says that my system don't need this update.
    What can i do please?
    Edited by: 990380 on 26 févr. 2013 05:02

    What is your Windows 7 edition (eg: Home, Professional, etc) and is it 32 or 64 bit? Also, which version of the Oracle Developer Suite (ODS) 10g are you installing? What are the steps you are following to install ODS?
    Technically, ODS 10g is not certified for installation on Windows 7, however, it can be done successfully. The key is your preparation. Follow these steps and your installation should succeed:
    1. The ODS 10g installer can't read System Managed Virtual Memory (VM). Alter your VM settings to specify a specific amount of VM. See this Microsoft article if you need help with changing the VM: Change the size of virtual memory.
    2. The ODS 10g installer also checks for a specific version of Windows so your installation will fail because Windows 7 is not recognized by the installer as a valid version of Windows. To work around this, you need to "Right-Click" on the setup.exe and go to the compatibility section and set the compatibility to Windows XP Service Pack 2.
    3. Lastly, you must run the installer as an Administrator. To do this, "Right-Click" the setup.exe and select the option to "Run as Administrator".
    After doing these three things, your installation should succeed.
    Craig...

  • Migrating from 5 to 6i to 10g

    Hi
    I'm migrating form and reports from 5 to 10g.
    Before this i compiled all the files in oralce forms 6i. Its working fine in forms 6i.
    When i compiled in the devsuite 10g it doesn't given any error.But LOV's are not working.
    Suppose if i press F9 on the column it doesn't displya the LOV screen.
    Please help me immedietly if any body faced the same issue.
    Thanks in advance

    It's not only renaming CTRL+L into F9. If you read the content of fmrweb.res (or fmrpcweb.res) you will see that a certain syntax is required to define a key:
    # JFN : JMN : URKS : FFN : URFD (whitespace ignored)
    # JFN = Java function number
    # JMN = Java modifiers number
    # URKS = User-readable key sequence (double-quoted)
    # FFN = Forms function number
    # URFD = User-readable function description (double-quoted)
    My prefered way is:
    - make a backup copy of fmrweb.res
    - make a copy of fmrpcweb.res and rename the copy to fmrweb.res
    - restart OC4J
    Gerald

  • Creating DATABASE in 10g installed in 64 bit windows 7

    hi please some buddy help me to create database in oracle 10g
    I have installed 10g in win7 64 bit.It is working properly but configuration assistant is not being installed thats why i am unable to create database.

    925013 wrote:
    hi please some buddy help me to create database in oracle 10g
    I have installed 10g in win7 64 bit.It is working properly but configuration assistant is not being installed thats why i am unable to create database.You can't install 10g on Win 7.
    Workaround is to use VMware configuration of WinXP or Win Vista
    or
    try oracle 11g version

  • Run Report Through Menu in 10g

    Hi Gurus
    I am new to Development. I have managed to create a .jsp file using Report Builder in 10g. This report has user-defined parameter. I also have a Form with Menu. Now I want to add a menu item so that when user click on it the report that I just created should run on web.
    I have installed DevSuite 10g wth typical settings on a single machine so I think both forms & reports servers are on the same machine.
    Please help me!
    Thank you all in advance

    and also u need not give the report name . You shud give the name of the report object which u created in the navigator
    I used the following code in the menu_item
    declare
    repid report_object;
    v_rep varchar2(100);
    rep_status varchar2(20);
    begin
    repid:=FIND_REPORT_OBJECT('ALL_STUDENTS_BASIC_REPORT.JSP');
    v_rep:=RUN_REPORT_OBJECT(repid);
    END;
    should be modified to
    I used the following code in the menu_item
    declare
    repid report_object;
    v_rep varchar2(100);
    rep_status varchar2(20);
    begin
    repid:=FIND_REPORT_OBJECT('reportn');
    --reportn is the object name which u create in the navigator
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,repservername);
    --repservername is the servername which u need to start
    v_rep:=RUN_REPORT_OBJECT(repid);
    END;

  • Oracle form builder 10g is not opening any form ,on Vista

    I have installed DevSuite 10g and its update in my Vista machine. Everything is working fine ,but when I try to open any form in form designer(form builder) the form builder crashes and it gives me error saying-
    "Oracle form designer has stopped working
    A problem caused the priogram to stop working correctly. Windows will close the program and notify you if a solution is available."
    It does not get any problem if I try to open any other file. But it crashes when try to open any fmb file. Please help how can we resolve this issue.

    Please try this and report back:
    In your Vista platform, create a simple form. No canvas required, just two procedures:
    PROCEDURE P2 IS
    BEGIN
    NULL;
    END;
    and
    PROCEDURE P1 IS
    BEGIN
    P2;
    END;
    First, create procedure P2 and compile it.
    Then create procedure P1 and compile it.
    Go back to P2, and remove the semicolon after the NULL. If you try to compile it, it will fail.
    Go to procedure P1 and try compiling it.
    Does Forms Builder crash at this point?

  • Is Windows 7 Ultimate compatible with Oracle 10g?

    I am trying to install Oracle 10g for Windows on my Windows 7 OS. However, it is failing at the TNS listener configuration section. It is giving me error:
    "Enterprise Manager configuration failed due to the following error:
    'job_queue_processes must be greater than or equal to 1. Fix the error(s) and run EM configuration assistant again in standalone mode. You can retry configuring this Database with Enterprise Manager later by manually running C:/oracle/product/10.1.0/Db_4/bin/emca script"
    Can anyone tell me what went wrong?? I am doubting if my Windows 7 is even compatible to Oracle 10g.

    Hi;
    What is Your DB version to try to install... You need to 10.2.0.5 level for 10g on Win7. Please see:
    Is Microsoft Windows 7 certified to install/run Oracle Database Server/Client ? [ID 952302.1]
    How to Install Oracle 10gR2 on MS Windows 7 / Windows 2008R2 [ID 1173433.1]
    Regard
    Helios

  • Different output format on pdf,  same report same data same user Report 10g

    Hi
    I’ve recently came up with a very strange problem
    I have the same report ( DevSuite 10g ) running on a win2003 server and without any obvious reason the output format changes from the original –correct one - ( the underlined text is not correct , font size is decreased , line spacing differs)
    The report is executed with the same user, the same parameters and the same data...
    Problem is solved only after a full server restart ( restarting only the report server, web cacle will not make any difference )
    Once the report is formatted strangely we cannot run it correctly (reboot is needed)
    Trace and log files shows nothing strange about the execution.
    Can you please tell me how to start investigate or suggest a solution?
    Thank you,
    M

    This is a wild guess, but it could be the result of there being no default printer. If you're using an in-process Reports Server, this runs by default under the LocalSystem operating system account. By default, this account does not have a default printer. Without a default printer, Reports may not format fonts correctly when producing PDF output.
    For more information, see "Printing and Font Errors When Using In-process Server" in Appendix D (Troubleshooting OracleAS Reports Services) of Oracle Application Server Reports Services Publishing Reports to the Web 10g Release 2 (10.1.2). It (like Metalink note 272017.1) suggests changing the registry to set a default printer that the LocalSystem account can "see"). Metalink note 370150.1 offers a more drastic solution -- configuring the Reports Server to run under a different operating system account that does have a default printer.
    Still, the theory that this "default printer" issue is the problem is not exactly consistent with the fact that your reports do work as expected at first, although there could be explanations for why the default printer is periodically changing (startup scripts, user intervention, etc.).
    Hope this helps.

  • How to see values (null, 0) instead of blank fields

    Hi.
    I search the forum but only found messages about users who want to show fields blank, when value is null.
    I have the problem other way around. I work with DevSuite 10g and have a xml-Report.
    I have fields and for some the query returns null (no value). Than the report shows nothing for this fields. Neither a blank line nor a value like 0.
    The problem is, that the other values afterwards the blank ones, slip above.
    For Example:
    field 1
    field 2
    field 3
    field 4
    The Query returns null for field 2 and 3.
    Then on the report I see:
    field 1
    field 4
    But what I want to see is:
    field 1
    field 4
    or:
    field 1
    0
    0
    field 4
    But all I tested doesn´t work. I set a value for "when null" in the attribute inspector and the horizontal elasticity of "fix" (I thought it maybe it "slip together" so it is not shown).
    Has anyone a idea how I can show a (blank or 0 value) instead of nothing, so that fields afterwards doesn´t slips up?
    Thanks for your suggestions
    Message was edited by:
    ulfk

    Hej MLA.
    I think it was from query, but it is anyway if it is from query or from form (it´s not from column).
    @Brad
    Thanks for your suggestion.
    We solve this problem in a similar way.
    We put a field under/over the other. We give the field we want to show a white background. So it is "sitting" over the other and the underlaying one is not shown (because the overlaying one has a white background).
    If the overlaying one is blank it is not shown (so it can´t has a white background) and we see the underlaying field.
    But to use triggers is a better solution.
    I solve it on the same way as explained above but using triggers also.
    But I have to leave a statement about Oracles Report Builder. Sorry but it is more than horrible program. I never have seen such a (also new and) bad programmed program. It is more than hard to work with it ... it cost me every hour I use it more and more power to stay quite ...
    Here are the things I really wish to change at reports bulder directly:
    - more than one step back (undo)
    - there is a difference between the output in reports bulder on the paper output, what is shown when you print it on a paper (from reports bulder) and from what is shown in a PDF file produced with a reports server (that is really annoying, you never now if it is correct what you see in reports builder!)
    - better editing and better selectable of the text-boxes and fields
    - a way to hierarchically objects that are on the same layer (frame) so that you can really bank on it, that one object is ever behind another one
    - not only moving and scaling of fields and boxes on a fix gutter (free transforming and moving would be great) because sometimes a text or a box with line around is not on the right place (out of order; above another object/text a.s.o.) and when it is (why I don´t really know) is not on the right place and the distance to the other object is less than the fix gutter-distance you can´t move it in such a way, that the two objects are flush with/on a fix line/place. It´s because the fix gutter. The distance is lower than the gutter, if you move it, it is not makeable to move it this less-than-the-gutter-distance to be flush with the other object. You can only move it in the fix gutter-distance and than it can´t be flush with the other objects.
    It looked really bad and amateurish!
    - a tool (a button or something) where you can marked object to flush all together on the same line, so that all objects for example are flush together on one start-line or ends (horizontal or vertical flush).
    It would be great and would the work so really easier and better.

  • Open bat file on client machine using webutil

    Hi all.
    I'm on devsuite 10g.
    I want to run a bat file on client machine using client_host function of webutil.
    I have tried first to execute the bat file with mouse double-click in order to check if it is ok, and it works.
    Now I want to execute this file from my form using webutil.
    Here is my code:
    --> with this code I select a file from client machine
    Declare
         LC$Fichier Varchar2(1000):=null ;
         PC$Filtre Varchar2(2000) := '|All files|*.*|' ;
    Begin
         LC$Fichier := WEBUTIL_FILE.FILE_OPEN_DIALOG
         null,
         PC$Filtre,
         'Seleziona un file da caricare'
    If LC$Fichier is not null Then
    :output.apri_file := LC$Fichier ;
    End if ;
    End ;
    --> with this code I execute the file that I have opened
    declare
         cmd varchar2(30000) := null;
    BEGIN
         Cmd := 'cmd /c start "" "' || :output.apri_file || '"' ;
    CLIENT_HOST(cmd);
    END;
    When I execute my form I have this error:
    Exception in thread "main" java.lang.NoClassDefFoundError: ....folder of file opened.
    Can anyone help me to solve this problem??
    Thanks in advance,
    Fabrizio

    Fabrizio Delli Priscoli wrote:
    Hi Tony.
    I have tried to run my bat file with double-click and everything is OK.
    When you say the DOS window opens for few second, is your batch file being executed?? did you see the results??
    The answer in NO for both of your questions.
    If I try to drag and drop the file I have error.
    How can I attach an image to this post, so that you can see the error??
    Thanks,
    FabrizioThis seems like a directory or OS level permission issue on the batch file, What is the error you got when you tried drag and drop the batch file in an DOS window???
    I think you need to upload the image to a site and use the markup for the image, include the full URL of the uploaded file between ! (exclamation marks) something like ! http://../post.gif ! without the spaces.
    Tony
    Edited by: Tony Garabedian on Sep 4, 2008 12:30 PM

  • Need help in connecting to Database

    Hi,
    I have installed Oracle Database 10g Express Edition.I can connect to the standard hr schema (hr/hr) via both command line and SQL Developer. But when I installed Oracle DevSuite 10g today to work on Oracle reports builder,
    I can't connect to that by SQL*PLUS or inside any other application ,like reports.
    I get a ORA-12560 TNS Protocol adapter error.
    I have also looked up my tnsnames.ora file ; it has a working localhost entry.
    Please suggest a way to connect to it.Thanks.
    -RC

    ORA-12560 can mean that ORACLE_SID environment variable is not set at OS level on Windows.
    If this is not the case please see Testing and Troubleshooting Oracle Net Services http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/part3.htm#i436520
    Edited by: P. Forstmann on 27 août 2011 10:52

Maybe you are looking for