Is it possible to make an .exe file in Forms 6i

Dear Sir,
I have some doubts regarding some of the Oracle Products.
1. Is it possible to make .exe file in Oracle Forms 6i ?
2. In Oracle 7.3 / Forms 4.5/ Reports 2.5, it was necessary to install Oracle Enterprise at the server and install forms and reports runtime at the nodes. What is the case with Oracle 8i and Forms 6i and Reports 6i.
Do we need to install the runtime at the nodes.
3. If I develop a software using D2k (Forms 6i/Reports 6i) using Oracle 8i, what is required at the client's place to run it. Do they need to buy Oracle 8i as well as D2k(in full) or D2K Runtime is seperately available?
Please reply to the above queries. Thanking you
Sambaran Datta
null

- You cannot create a single exe file for Forms. You will have to install the runtime and then deploy the application fmx files.
To deploy, you will need to install the Forms runtime on each machine which will be running forms. So if you are running client server and you have 100 client machine you would do 100 installs. Alternatively, if you are installing on the Web then you install the runtime on a server and your 100 clients only need to connect from browser.
I'm not sure how the licencing sales are worked out - your account manager would have a better idea but you don;t have to have an 8i for every client (!) - the Forms runtime and the database are separate.
Regards
Grant Ronald

Similar Messages

  • Make an exe file

    Hi All
    Is it possible to make an exe file using form and report run file..

    Yes, you can make the excel file using form runtime..
    you can use OLE2 package to this operation...
    you can use DDE package also for the same....
    you can simply use Text_io package to write your data in CSV
    format and name that as .xls
    All the ways possible at forms runtime.... no need for even report.....
    What actually you want...

  • Is it possible to make a .MOV file "un-downloadable"

    Hi there...
    I have a weird question - is it possible to make an online video (.MOV file) "un-downloadable"?
    I work at a college and a professor wants to post some videos within the school's public site. But, because of his concern with copyright, he wants to make it so the videos are impossible to download to the viewers' local machines.
    Is there any type of setting or code that can be put within the .MOV file that would allow this to happen?
    Thank you so much for any feedback you have!
    g4   Mac OS X (10.4.8)  

    Any browser viewed QuickTime file will be "cached" (stored on the viewing computer). This is how browser work (they keep a copy of every page element) to help speed up viewing.
    QuickTime 7 (Mac and PC version) even allows the user to set the size of this cache so movies can be viewed while "off line".
    True "streaming media" (served with special streaming server software) is not cached on the viewing machine so no local copy is made. Streaming Server (QTSS) is free software available from Apple.
    What your school probably really wants is a way to prevent "copies" of your files being used. This is nearly impossible as anyone that views the file could use screen capture software to get a copy. Even the true streaming version.
    I use Snapz Pro.
    You could use some type of "log on" Web page to help limit the audience.
    You could also use "skin track" movies which make screen capture a bit of a chore.
    http://homepage.mac.com/kkirkster/MTV/
    My example will open in QuickTime Player. Even Pro users are prevented from saving or editing the file because it is protected by an AppleScript droplet "Save As Un-Editable" and modified for Tiger and QT 7.
    Hope this helps you decide a plan.

  • Could I use full developmen​t version to make a .exe file?

    Hi...
    I am using a full development version LV 8.0 to program now.
    The problem is obviously I do not have application builder to create the .exe file of my program.
    Is there any other way to solve this problem with my current version?
    Or is it possible to use the other language to handle it?
    Thank you!

    You can buy the app builder as an add-on. You can pay someone with the app builder to build one for you. Probably won't be too expensive for a one-time deal but it would be harder for you to support it. It's possible to create a "loader" program that will run a VI. If you can get someone to build the loader program, you can then distribute your application as an llb. There is no other way.
    "the other language"? What other language?

  • Can you make an exe file for a slide show using PS Elements?

    Although I use ProShow Gold for slide shows, I need information on other programs that can provide an option for an exe format. I am not too technical so I can't tell from my Elements and couldn't find anything here. I will be running a competition in which exe files are needed so they can be played on any computer. I would appreciate any suggestions. Thanks.

    judyb429 wrote:
    I will be running a competition in which exe files are needed so they can be played on any computer. I would appreciate any suggestions.
    I hope your competition goes well. I suggest though that you thoroughly scan each submitted file for virus and malware on an isolated machine first. While not suggesting your competitors would deliberately infect their entry but if their own machines were unknowingly infected by (say) a trojan that could potentially infect the executables they create for your competition.
    If it was me I'd request files in a standard format (e.g. WMV) that is readable by just about any media playing software such as Windows Media Player.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • How to make a .EXE file run always as a BACKGROUND PROCESS ???

    I have a .EXE file that i want to run always on STARTUP.
    And it should run only in the BACKGROUND PROCESS LIST in TASK MANAGER.
    It should not show up on the TASKBAR or NOTIFICATION TRAY.
    Plz Help !!!! Thnx in advance

    What is the need for such a security?
    If you are an administrator and you want to run the EXE file in background in all other user accounts (which are non-admins), you can simply add the file path under the run key in registry. The registry entry is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
    The EXE file is not visible to non-admin users (of course, visible to administrators), even in Task Manager.
    Depending on the application behaviour and the way it works, it may or may not be visible in system tray or task bar.
    Balaji Kundalam
    some where i read to add the path in inverted commas followed by -auto
    Eg : "C:\Users\GAURAV\Documents\****.exe" -auto
    i added it and it ran on startup but it showed on my desktop !!! i dnt want it to show on desktop !

  • .. Making Exe File of Forms 6i

    Hi..
    I have completed a project and now want to make exe file of the Forms..
    i do not exactly know how to do so..
    it is something like IF RUN 60 command..
    but i m not getting it right ..
    Kindly tell me how to do so..
    Will it be the exe we can insatall anywhere and access the database like we does in VB.. where we do not need to install VB at each machine to run the exe.. files..
    I m in the process of deploying the application now..
    Your support will count alot..
    Thanx alot ..
    Best Regards..

    There is no need to install the Oracle Forms runtime engine, neither your application files (Forms, Reports, etc.) on each client machine.
    You can install the Oracle Forms software on a share file server where each client access the Oracle Forms engine and your application files. In that setup, you still need to configure the client Oracle registry to tell it where to find the files. You would not do that kind of setup on a WAN or slow client connections because it will take ages for the Oracle forms files to download to the client machine.
    You can't create an exe with Oracle forms the same way you would in VB. Oracle Forms is a runtime engine and you need it to run your application.
    The command line for your application will look like:
    If installed on client machine:
    C:\Oracle\forms6i\BIN\ifrun60.EXE <name of your main application form>
    If installed on File server
    F:\Oracle\forms6i\BIN\ifrun60.EXE <name of your main application form>
    The deployment vehicule can be any of
    - You physically go to the workstation and do the installation
    - You provide a Web or server link (or through Microsoft SMS) where they can download and install the application files with instructions (this can be a batch file which will extract and copy all of the required files, Oracle Forms + Application files + update the registry). Don't forget that some Oracle files are installed within the Windows\system folder when you install Oracle Forms from the installation CD and are required to properly run any Oracle Forms application.
    Client-server deployment with Oracle Forms (or other client-server software) is not easy and that's where the Web or something such as Citrix becomes very handy.

  • Can i make an .exe file which does't need any plateform or engine to run

    i just want to make a plateform independent executable file which should not need any run time engine to run. is it possible ??
    I have labview version 7.0 and it is fine. the applications is also simple but the target pc does't have any run time engine or labview installed.
    can u help me.
    thanx.
    --Alok Trivedi
    Pune
    -AL☼K

    You have to have a run-time engine installed and you cannot create an exe that is cross-platform. To create an exe for Linux or Mac, you need the Linux or Mac development system and the app builder for each.

  • Is it possible to make a signature file using photo booth?

    I"ve heard it's possible to use Photo Booth to make a usable signature for documents. How do you do it?

    Greatdane4 wrote:
    I"ve heard it's possible to use Photo Booth to make a usable signature for documents. How do you do it?
    What type of documents?  Exactly what do you want to do with Photo Booth.  It does both movies and static pictures.  Which do you want to add?

  • How to make an exe file from a java class file

    i know one of the java's most powerfull properties is plataform independent, but if i have done one application (with GUI) that i want to run on Win32 for example, if anyone knows how to make it please send me a message to [email protected], how i know that can be make it? because HotJava is made in Java and in Win32 is a executable

    Do a search on these forums for any of the thousands of times this question has been asked and any of the thousands of times it's been answered.

  • How to make Exe file of java program

    how we can make the exe file of java programs. that can run independently of particuler JVM. like in VB we can create exe files.
    - early thanks

    Check this out:
    http://search.java.sun.com/search/java/index.jsp?qp=%2B
    orum%3A31&nh=10&qt=create+exe+file+program&col=javaforu
    s

  • How to make a .exe without errors about the costum scaling

    Hello everybody,
    i'm new with Ni-Labview,
    i'm trying to make a .exe file of my application, this is working perfect, but if i make costum scales in my Daq Assist options and i make the vi in a .Exe then there are always errors if i open it on another computer... if i put every Daq Assist box to the ''no scale'' option, then the exe is working on another computer...
    it is working good on the computer where i build the vi on...
    but of coarse i'm not planning to put the hole software (labview) on that other computer... that's where the .exe file is for i guess...
    i have 1 Daq Assist that is programmed with a scale that converts 0-5 volts to 0-3000(rpm)  this is a output voltage
    and the other daq assist box is programmed with a scale that 0-1volts is 0-3000(rpm) this is a input voltage
    everything is working like i want it to work on my computer where i build the application, but if i make a .exe file of it, including all the Daq Mx drivers and so on then this file is not working.... so i made a error box at the end of the daq assist to see what is happening and if i open it then on another computer then it tould me that there where errors with the scaling i made... but i don't see the problem????
    is anyone having this problem also? or maybe i do something wrong????  i really don't know how to solve this problem... and it should not be that hard,... i'm sure of it....
    hope someone could help me....
    i use a Ni-USB 6211
    thanks for reading this and hope to hear something soon!
    thanks
    Kind Regars,
    Kris

    Hello There,
    i have one more question that i can't figure out....
    i have a vi in attachment that you can open hopefully....
    in the block diagram you see 1 Dial, this is the left dial in the screen... now this is the setpoint of the PID regulator..
    what i want is a Analog input to be the Setpoint of the PID Regulator Also... i prefer to have little button or something so i can choose what i use , or the Dial on the computer(with the mouse)  Or a Analog input from external device 0-10V input
    i have try'd a lot of things but the only thing that is everytime popping up:
    Possible reason(s):
    NI Platform Services: The specified resource is reserved. The operation could not be completed as specified.
    i can't solve it..... is there anybody who have an idea how to put things straight and working?
    Thanks!
    Kind Regards,
    Attachments:
    PWM Module TEST1.vi ‏117 KB

  • Can I run a .exe file on a Mac?

    I need to know know if it's possible to run a '.exe' file on an Intel-based Mac running Mac OS X. There's a CD with an application I need to run. In the Finder it has the icon of the black computer screen with green letters and it's titled 'startCD.exe. It'll run on Windows but due to circumstances I need to run it on my computer. Any direction you can point me in will be greatly appreciated. Thank You!
    MacBook   Mac OS X (10.4.8)  

    Maybe:
    http://www.codeweavers.com/
    "CrossOver Mac allows you to install many popular Windows applications and games on your Intel OS X Mac. CrossOver includes an easy to use, single click interface, which makes installing Windows software simple and fast. Once installed, your application integrates seamlessly in OS X. Just click and run your application directly from the OS X Finder. Clicking a Windows file or document — including email attachments — will launch the appropriate Windows program, allowing you to work on the files. Best of all, you do it all easily and affordably, without needing a Microsoft operating system license.
    Adding new Windows software is easy. Just place your install CD in your Intel Mac, and CrossOver will recognize it and offer to begin the installation process. CrossOver then completes the installation and configures your application to run on your Mac. That's all there is to it."

  • How do I make an executable file?

    I'm trying to make an exe file outof my class file, I've got WIN XP as OS...
    Can some one give me step by step help?
    Regards,
    Patrik

    yes it is possible, depending on what pieces of the SDK you are using. see this thread for more links to native compilers. http://forum.java.sun.com/thread.jsp?forum=54&thread=331481&tstart=0&trange=15

  • Can we make executable (.exe) of a programme written in java?

    Hi friends,
    I want to make an .exe file from java source file.Is it possible? If yes how can I achive this?

    snerk...
    Does anyone actually buy that product?
    Actually generating exe wrappers is not very difficult at all. Lots of different solutions to the eternal exe problem have been suggested in the past - these can be found using the forum search function.
    The options that commonly get mentioned are:
    JAR files
    Shortcuts
    Batch files
    Native wrappers
    Statically compiled programs
    Most of these are free. Native wrappers may even be a feature of your IDE - JBuilder 7E can generate them for a number of platforms, for example.

Maybe you are looking for

  • BLACKBERRY Z10 PROBLEMS

    Hi, BlackBarry This is you informing you to my blackbarry z10 mobile is not still repair. My problem is - when does battery come near 45% then my mobile switched off suddenly. why is dalying in my mobile problems to resolve. I have 2 times visited yo

  • Printing issues in Illustrator with HP Designjet Z6100

    I am using Illustrator CS5 on a mac running Lion 10.7.2. Printing to an HP Designjet Z6100. Getting muddy colors. We also have PCs on which we run the same version of AI using the same color management settings, to the same HP printers. We can't matc

  • Macintosh transfer over the presets and preferences WITHOUT transferring the ENTIRE HD with "target disc mode

    I'm picking up the new 2014 MBP tomorrow so should be installing over the weekend / next week. I've been currently using a 2011 MBP with OS 10.7.5, using the "home" folder, which I will NOT be doing on the new one MBP with Mavericks. What is the best

  • PO conditions

    Hi This is regarding PO conditions.I want the Freight cost posted to a separate expense account.i followed the below steps. step 1- create a condition type with control data as condition class A,calculation type A,condition category B Step 2-then it

  • VIP folder vs. Smart Mailbox Folder - Why won't they behave similarly?

    My poorly formatted question is this. Why in the VIPs folder you can view ALL the emails in one view from the people you add to this list when you click on the root VIPS text...HOWEVER...when you create a Smart Mailbox Folder like "Employees" and the