What language  oracle  used to develop it's database

what language oracle used to develop it's database?
I think they use java because the database available on many platform!!

Oracle's internals are written in C, though they started out in Fortran. Tom Kyte talks about this here: http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:5228516811673
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • What language is used to develope objects

    C, C++ or Visual C++

    All three! Technically speaking, you can develop the objects with just C. However, with Lookout 4.0 and above, C++ is used in the sense that all the files and syntax is in C++.
    (Object Oriented Programming is just a concept -- can be, theoretically at least, accomplished with any language, but C++ makes it much easier).
    Visual C++ is the compiler Lookout and NI prefers and recommends. You can try using other compilers but may run into compilation problems.. which will not be supported by NI.
    So, C++ in Visual C++ environment is the answer to your question.
    Hope this helps,
    Regards,
    Khalid

  • What software is used to develop complex programs like 'Adobe InDesign'?

    I want to find out:
    What software is used to develop complex programs like 'Adobe InDesign'?
    Thanks.

    Just to expand a bit for anyone who is interested:
    Virtually all commercial software like InDesign, Photoshop, etc., is written these days in C or C++. That's not so much because C is such a vastly better language than anything else, it's more because in its advent it was vastly better than anything else at the time, and as a result, all software programmers know C by default. And once you have the beginnings of a codebase in C and a pool of software engineers who all know C, there is little reason to rewrite your code in some other language from scratch.
    Your question about software pertains more to the IDE that is used to write the code. That will obviously vary from one company to another and could be as simple as a plain text editor coupled with a command-line C compiler, to any number of commercial IDEs that all basically accomplish the same thing. For a long time in the elder days, virtually all code development on the Mac was done with CodeWarrior, but these days practically everyone on the Mac just uses Apple's own Xcode environment. For Windows development, the two real biggies are either Microsoft's Visual Studio (probably 90% of all Windows development is done using this IDE) and to a lesser degree, C++Builder, formerly owned by Borland but now by Embarcadero.
    When building the code into an executable package, the underlying compiler that most commercial software developers use is Intel's own compiler. The IDEs above all include their own free compilers; Intel's is a commercial product that is more finely tuned for Intel processors and produces cleaner machine code. On the Mac, Apple just uses GCC, a free open-source compiler that has been developed and used for many years by the Unix and Linux community.

  • What language is used between ?   ?

    I have the following sample code. What language is used? Why \u0022 is used? Is there any guide or documentation available for this?
    <? if (\u0022[DEST_DT]\u0022.equals(\u0022DATE\u0022)){?>TIMESTAMP<?} else if (\u0022[DEST_DT]\u0022.equals(\u0022NUMBER\u0022))

    The reason you will see these in place when the multiple phases of substitution are being taken advantage of.
    If you see the posts in Re: Regular Expression wierdness - problem with $ character you will see the phases.
    If you want to use multiple phases of substitution, you need to ensure that it is interpreted correctly.

  • VERY Basic Questions about Oracle eBusiness - what "languages" are used?

    Please forgive the very basic nature of this post- (I have been in systems (IT) for over 20 years, so I do have lots of systems experience, but no exposure to this particular software.)
    So here are the basic questions - I assume that much of the data base logic is written in PL/SQL, but what other tools / languages are the applications written in?
    (Oracle Forms, Oracle Reports, Java, C, something else?)
    With over 20 years and experience with a number of other packages, I can learn a great deal about an application by 1. Looking at the DB structures (charts), 2. looking into DB code (Packages, triggers, procedure, functions) and 3. Seeing the screen shots.
    None of my customers have had Oracle eBusiness - that have had home grown applications or other COTS/packages.
    can anyone suggest a place where an independent person can inexpensively get some exposure?
    My sincere thanks for any answers/suggestions. 

    Hi,
    Please refer to the following links for details about the different database releases and Oracle tools.
    Oracle Timeline
    http://www.oracle.com/timeline/index.html
    http://www.oracle.com/oramag/profit/07-may/p27anniv_timeline.pdf
    Oracle Corporation - Oracle FAQ
    http://www.orafaq.com/wiki/Oracle_Corporation
    Oracle E-Business Suite consists of Application/Database/Client tiers, you can find more details in [Oracle Applications Concepts|http://www.oracle.com/technology/documentation/applications.html] manual.
    Oracle Forms
    http://en.wikipedia.org/wiki/Oracle_Forms
    Regards,
    Hussein

  • What should I use? - Developing from AI to Flash for Mac, iPad & Windows

    Not sure if I am in the right forum so if not please let me know.
    I want to develop an app to use on our Mac, Windows, and iPad systems. It would run locally and not over the internet. In short I would take template art from Illustrator files and convert to a usable flash files. The app would allow the user to change the named fields on the templates to their company name for visualizing the art. I have been doing some testing and this appears to be possible.
    I am obviously new to this and trying to understand what/how to develop. Any advice would be greatly appreciated.
    Thanks.

    Thanks for the help and you are correct I have not gotten into the iPad enough for any testing.
    I have read that Flash is not supported and also read that it is supported on the iPad. Confused as to what this page is telling me regarding a "Packager for iPhone IOS" - http://labs.adobe.com/technologies/packagerforiphone/ and this page http://www.adobe.com/devnet/logged_in/abansod_iphone.html
    Is this stuff just wishful thinking or only on iPhone or something else? Again thanks for the help.

  • Is it possible to have English as the interface language, but use (and develope for) any other language/locale?

    Before installing Firefox, I need to clarify the following:
    The use of locales: I am a developer and my preferable language, for the interface, is English (though, it is not my mother tongue). But, I would like to be able to use any other language (including, the use of any dictionary) and develop for any language or locale. So, does the English version let me do the above mentioned?
    Or, eg, do I need to install the Hebrew locale, if I want to use the Hebrew dictionary?
    Or, is it possible to install different locales on the same computer (and for the same user, in Win XP)?

    You can install any dictionary is every locale, so that shouldn't be a problem if you use the English locale.
    If you want to check out the user interface or how the browser acts with an RTL locale like Hebrew then you need to install the language pack and switch to that locale.
    You can install additional language packs in any Firefox version.
    * http://kb.mozillazine.org/Language_packs
    * Locale Switcher: https://addons.mozilla.org/firefox/addon/locale-switcher/
    * http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/xpi/

  • Quick Migration from Access db to Oracle using Sql Developer

    Hey
    I created a connection to an Access DB and then did a quick migration of the tables and data into my Oracle schema. Great!
    Now if I add a new table to my Access DB, how do I get this new access table into my Oracle schema without having to do the migration all over again
    Thanks

    I don't think so. It is intended for one-off migrations after all.
    You can probably migrate a single table by going through the longer migration process and excluding the ones you have already done.

  • What charcterset to use for Thai - with 10 database?

    Hi All,
    We have an application with below specification
    Oracle database - 10.2.0
    Forms and reports - 10g
    In the front end application using (forms) we are not able to view Thai charactes. The NLS_LANG for form server is AL32UTF8. With this setting we can see Chinese and Japanese characters properly but not Thai.
    The reports generated using oracle reports show the Thai characters and NLS_LANG for report server is = UTF8. SoI tried changing the form's nls_lang = UTF8 but no improvement after this change.
    Could you please tell me what do I need to change to view Thai characters?
    Thanks in advance
    Priya

    Hi,
    Do I need to post this query in different category?
    Regards,
    Priya

  • What  is command used to run the the  database query sripts?

    Hi all,
    i got some clue from another thread and i observed the command is like
    sqlcli -d DBNAME -u SQLUSER,SQLPASS -i filename.sql -c <delimiter> is there,
    when i use this the only first query is successfully executing,
    this might be problem with delimiter.
    can any body help how to use delimiter in the script file with an example.
    thanks in advance.
    --Hari

    Hello Hari,
    1. Please let me know the database version & sqlcli tool version, which you are using:
         sdbregview -l
         < review the installed the database software packages >
         xinstinfo <DBNAME>
         < to check the Kernelversion of your database >
         sqlcli -v
         < to check the version of sqlcli >
    2. Please update with the options/statements you was running.
       What errors/problems did you get?
    3. For example, I run on the local server:
      sqlcli -d NLK -u sapr3,sap
    sqlcli NLK=> \i c:\test\run_1.sql
    0 rows affected (3 msec)
    0 rows affected (2 msec)
    sqlcli NLK=> \i c:\test\run_2.sql
    1 row affected (3 msec)
    1 row affected (2 msec)
    sqlcli NLK=> \i c:\test\run_3.sql
    0 rows affected (4 msec)
    1 row affected (2 msec)
    1 row affected (2 msec)
    1 row affected (2 msec)
    sqlcli NLK=> select * from a3
    COL1
    COL2
    56
    49
    44
    12
    48
    12
    3 rows selected (2 msec)
    Run_1:
    create table a1 (col1 int NOT NULL default '0', col2 int NOT NULL default '0')
    create table a2 (col1 int NOT NULL default '0', col2 int NOT NULL default '0')
    Run_2:
    INSERT INTO a1 values (56,49)
    insert into a2 values (44,12)
    Run_3:
    create table a3 (col1 int NOT NULL default '0', col2 int NOT NULL default '0')
    INSERT INTO a3 values (56,49)
    insert into a3 values (44,12)
    insert into a3 values (48,12)
    4. To use option '-c <separator>' example:
    sqlcli -d NLK -u sapr3,sap -c /# -i c:\test\run_4.sql
    COL1
    COL2
    56
    49
    56
    49
    44
    12
    48
    12
    Run_4::
    create table a3 (col1 int NOT NULL default '0', col2 int NOT NULL default '0')
    INSERT INTO a3 values (56,49)
    insert into a3 values (44,12)
    insert into a3 values (48,12)
    commit
    select * from a3
    Thank you and best regards, Natalia Khlopina
    Add number 4. example.
    Message was edited by:
            Natalia Khlopina

  • Create database table using Forms Developer 6/6i without using SQL*Plus

    hello there,
    I need help in creating tables in Oracle using Forms Developer 6/6i without using SQL*Plus interface.
    your help is appreciated
    email: [email protected]

    please use Forms_ddl package to create a table dynamically
    from the Developer6/6i.
    you can check the success or failure by using the
    form_success builtin.
    if u want to avoid using the Forms_ddl package
    use stored procedure or create a sql querry record group.
    regards
    sriram.

  • DB Migration from MYSQL to ORACLE Using Offline Capture

    Hi
    Am doing a database migration from MySQL to Oracle using SQL Developer (version 2.1.1.64). So far, I've successfully captured the MySQL database and converted it to the Oracle Model. However, when generating offline scripts to create the converted model schema into Oracle DDL scripts it managed to generate SQL to create: 1) User 2) Sequences 3) Tables 4) Triggers and 5) constraints.
    It has created the SQL to add the primary key constraints and index constraints. Although it did the foreign key constraints in the SQL, the foreign key constraints seems to have missed the cascading options for the foreign key constraint. I.e. theres no reference of whether the foreign key constraint will restrict on delete or cascade etc.
    We have a foreign keys in the MySql database that have different cascading options and these have not being ported over into the migration SQL. Therefore, all the foreign keys generated in the SQL by default are cascade to restrict on delete.
    Does 'Generate Oracle DDL' not take into account a foreign key's on delete cascading option?
    Any help or information would be greatly appreciated.
    Thanks

    Hello,
    that reminded me for the following thread:
    Migration Microsoft SQL Sever 2005 to Oracle 11g cascade on delete problem
    That is a similar issue, isn't it?
    I opened a bug for that, and it will be fixed in SQL Developer 3.1 (not in any 3.0 Early Adopter version). If you hit the same issue, there is no other way then using the workaround as used in the mentioned thread.
    Regards
    Wolfgang

  • Error in Migration Repository using Sql*Developer Migration Workbench

    To migrate a MS access mdb database to Oracle using Sql*Developer Migration Workbench, I try to create first the the Migration Repository in SQL*Developer.
    The repository is created, but under PACKAGES I could see that package MD_META has been compiled with errors.
    PACKAGE BODY AO_PERSONAL.MD_META@DMCAPX (AO_PERSONAL):
    Error(27,2): PL/SQL: SQL Statement ignored
    Error(30,23): PL/SQL: ORA-00904: : ungültiger Bezeichner
    Well, when I ignore this and continue with the next step of the migration process "Capture Microsoft Access Exported XML file" to create the Captured Model, I get the following error message:
    ORA-04063: package body "AO_PERSONAL.MD_META" enthält Fehler ORA-06508: PL/SQL: aufgerufene Programmeinheit : "AO_PERSONAL.MD_META" konnte nicht gefunden werden ORA-06512: in "AO_PERSONAL.MD_PROJECTS_TRG", Zeile 3 ORA-04088: Fehler bei der Ausführung von Trigger 'AO_PERSONAL.MD_PROJECTS_TRG'
    Target database RDBMS is Oracle Database 10g Enterprise Edition Release 10.2.0.3.0. So the proposal of note 427916.1 to create the Repository in a 10.2 RDBMS does not solve the problem.
    I even tried to use the Quick Migrate feature in SQL*Developer, but got the same error message.

    "inserted value too large for column"
    Is there a LOGON trigger on the database or user ?
    I'd be surprised at SQL Developer trying to insert data into anything on connect.
    I'd suspect code being executed by the database, maybe using a MODULE or PROGRAM from v$session or USERENV / SYS_CONTEXT.

  • How the language is used on output condition records

    What language is used on a form, if you leave the language on the output condition record blank?

    Hi Mike,
    Go to NACE t Code. Select V3- Billing . click on output types---select the output which your using and click on Mail title and text on left side.. ther you will find List of languages.
    Regards,
    Seegal

  • What language is best?

    anyone know what languages they use to program online games, such as everquest, ultima online, WOW, and so forth? I eventually want to work for a company that makes online games and didn't know what langauge they use... ie i dont know which language is really good to know. do they use java?

    http://www.gamedev.net is another good site to check for game programming.
    Most serious games today are written using C++. However, Java and C# are both good alternatives, that offer almost the same level of performance (if used properly) but much greater ease of use. In both cases, if there's something you'd really rather do in C++, there is a way to interact with native code.
    However, no matter which language you use, I'd suggest not starting with a massive multiplayer game like Ultima Online. Rather, make some simpler games, learn networking and graphics, and progress gradually towards something that big. Massive multiplayer games are about the hardest games to program, because in addition to real-time graphics and AI/physics simulation, they also require very efficient networking, and synchronization of hundreds of users.

Maybe you are looking for