Oracle 8iLite / Oracle Developer 6.0

I would like to know if it is possible to install and run Oracle 8iLite and Oracke Developer 6.0. In other words I would like to connect to a local database using Oracle Developer 6.0.

Hi Gerry,
I've installed Oracle 8i and now i'm developping forms using developper 6. Your connect string should be something like this:
user = scott
password = tiger
database = odbc:polite
Good Luck
Cecmlia

Similar Messages

  • Oracle PL/SQL Developer Certified Associate

    I am planning to take the exam for "Oracle PL/SQL Developer Certified Associate".
    There are 2 exams under this certification. The first exam can be taken from any of these 4- 1Z0-007 or 1Z0-007 or 1Z0-047 or 1Z0-051. The second exam is 1Z0-147. But does any of these 2 exams need a mandatory online/inclass course offered from Oracle?
    I appreciate if anyone who has taken this exam could help me and explain this.
    Thanks in advance.

    Hi,
    Welcome to the OTN
    please, post your thread here
    Oracle Certification Program
    Regards,
    Christian Balz

  • Oracle APEX Plugin Development in v4.2.2

    I was wondering if people could please assist with Oracle APEX Plugin development and whether the following requirement is possible and if so, would appreciate the type of coding behind it.
    I basically would like to be able, via a plugin, create a form with say six page items, where two of those page items might be LOVs, another two are page items are text fields, where users have to enter values and the remaining two are display items only.
    Based on this form requirement, I want to be able to upload/install this plugin within other Oracle Application Express apps/schemas, so when installed within other apps, this plugin is rendered within a region and the data is stored within a table in that schema, but using the form described above.
    Can this be achieved building a plugin in Oracle APEX and if so, any pointers on how, would be much appreciated.
    Thanks.
    Tony.

    This was a known issue with 4.2.3, and I believe is rectified in 4.2.4
    Oracle Application Express 4.2.3 - Known Issues

  • Downloading  of Oracle 10g Reports developer guide

    I have to download Oracle 10g Reports developer guide in pdf format.
    so can you please send me exact URL of it .

    Hi,
    Building Reports:
    http://download.oracle.com/docs/cd/B25016_08//doc/dl/bi/B13895_01/B13895_01.pdf
    Publishing Reports to the Web: http://download.oracle.com/docs/cd/B25016_08//doc/dl/bi/B14048_02/B14048_02.pdf
    Regards
    Rainer

  • Differences between TOAD for Oracle and Oracle SQL Developer?

    Does someone know the advantages and disadvantages of using TOAD for Oracle and Oracle SQL Developer?
    I work making reports with TOAD, but in a few days I will have to use the SQL Developer (because it´s free) unless I justify the necessity of using TOAD.
    Could some that used both compare them?
    Thanks,
    Facundo.

    Hello Facundo,
    since we are rolling out new client PCs we switch from Toad to SQL Developer. Therefore I'm doing some training for the "normal" users and our developers.
    Most users simply want to have access to the data in tables and views. For those there are 2 main issues:
    - Filters get lost when exiting table while sorting is still applied. Since there is no way to apply filtering before entering the data tab this can become a great performance issue because sorting is applied to many many rows. For views it is sometimes impossible to open the data tab.
    - Exporting date values to Excel needs some know how if you want to sort by this column in Excel, because the date is formatted as "Standard" meaning that the sorting is done as for a text column: 01.01.2009 is less than 02.01.2008. Here you have to use a workaround column with a formula (=1*<datecolumn>)
    The greatest Pro is the easy sharing of connections and reports by XML files.
    Our developers like the easy debugging in SQL Developer. Though they miss the feature that the source is compiled for debug automatically as in Toad. For this we have distributed a script that compiles any PL/SQL object for debugging.
    There are only some Toads installed for DBAs and for users that need access to tables protected by policies that require authentification by OS user since this information is not passed under every circumstance.
    Regards
    Marcus

  • Query Regarding the Oracle PL/SQL Developer OCA

    Hi All
    I am planning to go for the certification "Oracle PL/SQL Developer OCA "
    But I am not sure what is value of this certification in market.
    Please help me out.
    Thanks in advance
    Amit

    My view is this: The more you can put on your resume, usually the better. By itself, its not worth anything. Combined with several years of experience, it could make a difference. If you go for a job and have 5 years of experience and a certification, and the other candidate just has 5 years, as long as you both interview well, I'd say you have a slightly better shot because you have that extra thing on your resume.
    You need to look at it in that respect - but its not a magic key to get you any job. Of course different countries may be different in how they view certiciations.

  • Migration Error from Access to Oracle through SQL Developer.

    Hi,
    Actually I am trying to migrate data from MS Access 2002 to Oracle 9i database through the SQL Developer. But Whenever I go to Capture Database from Access it will show me an error.... Invalid procedure Call and then it shows an error message... >>>>>>
    ShowSplashScreen("_OracleSplashScreen",3)
    after that i wont be able to do this task anymore..... So please help me get out of it... How Cam I Maigrate data from Access to Oracle 9i...
    Is any other tool i use or you can help me for this tool to migrate date...
    Please tell me..
    If yu can send me a mail then mail me on [email protected]
    regards,
    Vishal

    Hi Vishal,
    I have responded to your related thread on the Migration Workbench forum - Migration Error from Access to Oracle through SQL Developer.
    Regards,
    Hilary

  • IDE for Oracle Identity Manager development?

    Hello
    What's the best IDE for Oracle Identity Manager development? which can suppose workflow, form, rule,custom adapter development etc? and is there any plug-in for this?
    thanks
    TK

    MK wrote:
    Jdeveloper has any plug-in for OIM?
    thanks
    TKOracle has an plugin developed for plugins and MDS which they have shared with some SIs. May be you can get hold of that.
    HTH,
    BB

  • Oracle database 10g Developer release

    I would like to know when will the support for Java be available in Oracle database 10g Developer release for Microsoft Windows XP x64 (AMD/Xeon processors). I want a full working Enterprise version for Window XP x64.

    This forum deals with Oracle database related questions. For Forms, please check and post the question in Forms forum,
    Forms
    Aman....

  • Want to export database not user. i am using oracle 8i and developer 6i.

    i am using oracle 8i and developer 6i. i have created a button(when_button_pressed) on d2k with this command mentioned below. it is working only for user objects but i need to export database. how can i do this?
    declare
         com varchar2(100);
    begin
    host('exp tAJCO/tAJCO@tajco file=D:\dump\tajco.dmp');
    if
         not form_success then
         message('Export failed.');
    else
         message('Export successful');
    end if;
    end;
    please help me.....
    thanks
    mostafiz

    mostafiz,
    To Export entirel database, use the statement
         Host('EXP tAJCO/tAJCO@tajco FILE=D:\dump\tajco.dmp FULL=YES DIRECT=Y',NO_SCREEN);
    Regards,
    Manu.

  • Source for oracle 9i Forms developer certification

    Hi,
    Someone told me that oracle 10g & 11 g are mainly for those interested in database administration. But, since i am interested in developers certification i want to go for oracle 9i forms developer certification ( I want to have knowledge about Forms, reports etc)
    Can we learn it without any tutions ??
    If yes, can you please specify websites or book names??
    Thanks & regards
    -closeguy

    closeguy2005 wrote:
    Hi,
    Someone told me that oracle 10g & 11 g are mainly for those interested in database administration. Wrong.
    I could write an essay, but some of my views are:
    I am sure the Oracle would regard databases Oracle 10g and Oracle 11g as later versions of the Oracle Database that are generally upwards compatible with 9i but also with newer and better features.
    Because there are significant(ish) adminstration differences in these database versions there is emphasis of these database administration certifications.
    On the developer size yes PL/SQL has also improved, but the requirement for a newer certifiaction exam (at OCP level) was perhaps not quite so pressing:
    This seems to be addressed version of the pl/sql exam, 1z0-144 (in beta), but from history even after 1z0-144 is fully released most forums vistors will go for 1z0-147 rather than 1z0-144 (see 1z0-007 versus 1z0-051 posts).
    Also note that newer tools versions may not be closely coupled to newer database versions.
    But, since i am interested in developers certification i want to go for oracle 9i forms developer certification ( I want to have knowledge about Forms, reports etc)
    I suspect from a developers point of view oracle 9i forms developer is so similar to oracle 10g forms developer there is not much need/demand for a oracle 10g forms developer certification. (I would expect more emphasis to be put on producing an application express certifiaction anyway)
    Can we learn it without any tutions ??
    Not impossible but hard.
    Oracle Recommended course woudl be: [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getlppage?page_id=212&path=FMDT]
    If yes, can you please specify websites or book names??
    - And courses:
    - Oracle have some self study CDROMs : [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getSearchResults?p_output_style=T&p_search_category_id=1278&p_search_format=2]
    - There may be some fair/good courses arround. In india I think, butt am not sure, sql_star are an authorised partner and give forms training. Beware of unauthorised training.
    - In terms of books
    There are probably more bad forms books than good ones, and most are going out of print (consider second hand). Some sites like amazon have reviews.
    - Websites:
    - If you see or are given any websites at a miinimum check the URL through [http://www.certguard.com]
    - The one site I know of is [http://www.iselfschooling.com]. Its not got a RED at certguard, and its not got a full green either. Theres a few lessons you can get for free. For learning forms definitely no problems. If going straight for a certification then may be bad. But I believe its more training orientated than dump orientated and I believe their using original materials (if anyone knows different please let me know and certguard know and I'm have for this post to be edited or deleted).
    Rgds - bigdelboy.
    Thanks & regards
    -closeguy

  • The practice files of 1Z0-141(Oracle 9i Forms Developer: Build Internet Ap)

    I have downloaded the book: 1Z0-141 Oracle 9i Forms Developer: Build Internet Applications.
    But i don't have the practice files of this book, including practice form files, such as Customer.fmb, Order.fmb....and i don't have the table sql(table structure and init data sql)
    Can anyone help me? any information will be appreciated.

    http://www.4shared.com/network/search.jsp?sortType=1&sortOrder=1&sortmode=2&searchName=oracle9i+forms&searchmode=2&searchName=oracle9i+forms&searchDescription=&searchExtention=&sizeCriteria=atleast&sizevalue=10&start=0
    www.4shared.com is a grate web site, you can download many files(including books,video,music,and so on)

  • Oracle 9i report developer

    Who can tell me where to download oracle 9i report developer.

    damn.. i need reports 9i, like yesterday.. heh, well we're developing some reports now, to be integrated in some Java code.. and i see that rep 9i has alot of new features, on the Java side as well.. it owuld be very nice to check out, before we get too deep into this 6i version of the product.

  • How to buy vouchers for Oracle PL/SQL Developer Certified Associate ?

    I want to become Oracle PL/SQL Developer Certified Associate.
    For this, I want to write 1Z0-007 (Introduction to Oracle9i SQL) and
    1Z0-147 (Program with PL/SQL) tests.
    I went through so many posts in the forum, but I didn't get the required answers.
    Kindly reply my queries:
    1) Will clearing the above two tests will make me Oracle PL/SQL Developer Certified Associate?
    2) Should I purchase two separate vouchers for those two tests?
    3) Should I give both the tests one by one at the same time or can I give them on different days?
    Please answer my questions. Or atleast guide me where can I get the answers?

    Ravindra wrote:
    I want to become Oracle PL/SQL Developer Certified Associate.
    For this, I want to write 1Z0-007 (Introduction to Oracle9i SQL) and
    1Z0-147 (Program with PL/SQL) tests.
    I went through so many posts in the forum, but I didn't get the required answers.
    Kindly reply my queries:
    1) Will clearing the above two tests will make me Oracle PL/SQL Developer Certified Associate?These exams fulfill the requirements of the certification which should be awarded if you pass the exam. Even if you pass the exams you are not certified until you received confirmation from Oracle via a success kit or Certview that you are certified
    2) Should I purchase two separate vouchers for those two tests?In my opinion there is usually little advantage in buying vouchers; but you may have different situation with your particular situation. Vouchers also may go wrong on people from time to time. Probably the excpetion for vouchers being good is when discounted vouchers are offered as part of training.
    See: http://www.pearsonvue.com/oracle
    3) Should I give both the tests one by one at the same time or can I give them on different days?Best practice for ordinary mortals is probably to take exams on different days. However as you are choosing 1z0-007 and 1z0-147 and not the more modern choices of 1z0-051 and 1z0-144 I shall leave that to yourself
    >
    Please answer my questions. Or atleast guide me where can I get the answers?1) http://www.oracle.com/education/certification
    2) Read the forum annnouncement sticky posts and links

  • Oracle 9i Forms Developer

    I built the form using oracle 9i forms developer, but when I tried to run the form, I am gettin an error "FRM-10142 THE HTTP LISTENER IS NOT RUNNING ON LOCAL MACHINE AT PORT 8888. PLEASE START THE LISTENER OR CHECK YOUR RUNTIME PREFERENCES"
    How do I solve this problem
    This is on Windows XP. Has this got anything to do with this problem? I have RAM of about 760 MB
    THANKS!

    Lots of posts on this - I had it too .
    Try :-
    start-->Programs --> Oracle9i Developer Suite --> Forms Developer --> Start OC4J instance

Maybe you are looking for

  • SAP Business One 8.8 License

    Hi everyone!          Can you tell me on thing? Can one developer lincense use for all developers? Thanks in advance all!

  • What's the best way to back up laptop?

    Hi all, This is probably a dumb question, but I'm going to ask it anyway. What's the best way to back up a laptop: hooking up a hard drive manually, or via WiFi? In the past, I've just hooked up a hard drive to my MacBook Pro, and manually synced it

  • Jdev 11G (11.1.1.3.0) ADF BC: Weblogic Server Samples

    I installed the JDeveloper Studio Edition 11.1.1.3.0 from http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html. From what I'm gathering, the WebLogic server that's installed (embedded?) with this is not the same server that's i

  • Display GL Description in AP Invoice

    Hi Experts Within an AP Invoice (Service) the GL Account field is obviously available but the GL Description is not and I cant see it in Form Settings.  Any way to have this display the GL Description when the GL Account field is completed. Thanks! L

  • Packaging material given to vendor

    Hi .. We have a business case where our client is supplying packaging material (pallets) to suppliers and they pack their material in those packaging and supply to our client. Expenses incurred for such packaging are expensed off but my client wants