How we can upload database on net(i.e web hosting)

Hi everybody..
In my internet project i want to use oracle as my database could any one help how i can create and upload my database with all packages, procedures, triggers etc .
i would like to known what the procedure.. where can i find the exact prcedure for above said..
null

Saeed,
I am not sure that I understand your question. You want to upload your database to the internet?
If that is the question, then you may want to use Oracle 9iAS Portal to pull information from your database and display them on the web.
Hope this helps,
Sue

Similar Messages

  • How i can upload my text messages to icloud

    how i can upload my text messages to icloud

    An iCloud backup includes text messages iCloud: iCloud storage and backup overview
    How to: iOS: Back up and restore your iOS device with iCloud or iTunes
    Note that you will not be able to see the text messages on iCloud -- the backup is only there for use in restoring in the event of a problem.
    There is no way to transfer text messages to iCloud and have them viewable on iCloud.com

  • How we can upload the data through BDC for transaction J1ID

    Hi guru
    How w can upload the data for Transaction J1ID.In this we want to upload the data for Customer Excise details. I want to upload the data on behalf of Customer (KUNNR) becasue customer is a primary KEY. Table name: J_1IMOCUST
    Fields. 11 Fields.plz provide some code logic.
    KUNNR     J_1IEXCD     J_1IEXRN     J_1IEXRG     J_1IEXDI     J_1IEXCO     J_1ICSTNO     J_1ILSTNO     J_1IPANNO     J_1IEXCICU     J_1ISERN

    Hi,
    I dont see any difficulties in doing BDC upload for J1ID, You have to record by giving the New Entries button and then enter all the details of customers using table control technique.
    SEARCH SCN for Table Control in BDC
    Regards
    Karthik D

  • How i can upload my photo in SDN Business card ?

    How i can upload my photo in SDN Business card ? its asking htttp... there is no option for browse my system , and select and upload photo
    pls advice

    You will need firefox to complete following steps.
    1. Upload your pic on www.pixhost.org.
    2. When page with your pic is shown, right click on your pic and copy the location. Remember the link given under 'show to friend' will not work.
    3. Edit your pic on business card and paste the URL. Click preview to see the photo.
    4. At last click save to update your photo on your business card.
    I hope this will work for you.

  • How I can upload all my music CDs from my laptop's itunes to the iCloud? I want to free up space on my laptop.

    How I can upload all my music CDs from my laptop's itunes to the iCloud? I want to free up space on my laptop and thought the iCloud was a storage site.

    It's a syncing service, not a storage site.  You can access your CD music from iCloud you have to subscribe to iTiunes Match: http://www.apple.com/itunes/itunes-match/.

  • ALM - UFT integration, how we can upload logs and screenshots at ALM while UFT execution

    Summary - ALM - UFT integration, how we can upload logs and screenshots at ALM while UFT execution.
    1) ALM And UFT both are inetgrated successfully, all resource files(datatable,fucntion library,OR etc) are already saved in ALM. Test scripts are running and getting passed without any issue.
    2) But our requirement is little more - we want to attach screnshots with test scripts with each run at while execution.
        and second thing is logs , we want logs to be generated at run time and gets attached with every run 
    please find attach screenshots , it is to show attchment and logs for each run,
    Will it require expertise in OTA(open test architecture).
    please suggest any path forward or any clue which can lead to proper solution.
    Regards
    Santosh

    Hi DST
    This is a great effort and gesture. thank you on behalf of all the newbies.
    PJ

  • My I pad 1 sometimes while watching working switches off and go back to home page ... Why ? Also I need to know how I can upload my photos and pictures from laptop to my I pad.  I tried thru I tunes but not work.

    My I pad 1 sometimes while watching working switches off and go back to home page ... Why ? Also I need to know how I can upload my photos and pictures from laptop to my I pad.  I tried thru I tunes but not work.

    Satmar wrote:
    My I pad 1 sometimes while watching working switches off and go back to home page ...
    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    Note:
    Also consider Deleting any Apps you have Purchased / Downloaded but you now never use...
    Satmar wrote:
    Also I need to know how I can upload my photos and pictures from laptop to my I pad.
    See Syncing photos to devices
    Here  >  http://support.apple.com/kb/HT4236

  • Hi I just need to know how I can upload folders of photos to icloud and send a link to clients as in Mobile Me, I'm a professional photographer so it needs to be as good as the mobile me. I've been looking at alternatives but need to be able to send links

    Hi I just need to know how to upload folders of images to iCloud and send links to clients from my iphone when on location as was simple with MobileMe. I'm a professional photographer so it needs to be as easy as it was under Mobile Me. I've looked at several alternatives but they don't seem to give the same facilities of uploading folders from the Mac then sending the link from the iphone. It seems that the iCloud does n't offer this facility so any ideas would be appreciated.
    Thanks

    Welcome to the Apple community.
    If you are doing this from your phone (as you mention) then you can use the new iPhoto Photo Journal feature to do this.
    Unfortunately, iCloud does not offer equivalents to Mobile Me’s iDisk, Gallery or Web Hosting services. You will need to find a third party solution to replace these services. You might consider DropBox, SugarSync, MediaFire or any other service that offers online storage.

  • How large can a database be?

    Hi,
    just out of curiosity that came in my mind . . .
    10 of 10 largest database in the world user Oracle :)
    How large are these databases?

    Exactly. My largest db is 5TB.
    The actual limitations is o/s and h/w based - if the o/s for example only support 128 (or whatever) file devices (via HBA to a SAN), then you are limited to the max device size that the SAN can support.
    From an Oracle and ASM perspective, it can use whatever file systems and devices you assign to it for use.
    Again, there are o/s file system limits. Cooked file systems have a max size. There is a limit on the number of file handles a single o/s process can allocate. Oracle is subject to these - but Oracle itself does not really impose any limitation in this regard.

  • How I can close Database connection?

    I am using the following to open Database connections in Java class.
    Class.forName("oracle.jdbc.driver.OracleDriver");
    con = DriverManager.getConnection("URL","user","password");
    But I do not know how I can have it closed.
    This cause an SQL error: Maximum open cursors exceeded.

    Thanks so much. Your explanation is so clear.
    Here is the whole code. Thanks for your help.
    package xxx.xx.xxx;
    import java.io.*;
    import java.sql.*;
    import java.util.*;
    public class Format_BaseTable {
    Connection con = null;
    Statement stmt = null;
    Statement stmt1 = null;
    ResultSet rs = null;
    ResultSet rs1 = null;
    PreparedStatement ps = null;
    PreparedStatement ps1 = null;
    public Format_BaseTable() {}
    public static String valueOf(String oldStr)
    StringTokenizer st = new StringTokenizer(oldStr.trim(), "-");
    char zero = '0';
    String dem_zero = ".0";
    String newStr = "";
    while(st.hasMoreTokens()) {
    String degree = st.nextToken();
    String minute = st.nextToken();
    String second = st.nextToken();     
    if (minute.length() == 1) {
    minute = zero + minute;
    if (second.length() == 1) {
    second = zero + second;
    if (second.length() == 2) {
    second = second + dem_zero;
    if (second.length() == 3) {
    second = zero + second;
    if (second.length() == 5) {
    double d = Double.parseDouble(second);
    second = String.valueOf(Math.round(d));
    newStr = degree + " " + minute + " " + second;
    return newStr;
    public static double feetToMeter(int ft)
    double mt = ft * 0.305;
    return mt;
    public void doConvert() { 
    try {
    Class.forName("oracle.jdbc.driver.OracleDriver");
    con = DriverManager.getConnection("url","user","password");
    stmt = con.createStatement();
    stmt1 = con.createStatement();
    rs = stmt.executeQuery("SELECT cla_seqnum, str_leased, nad27_lat, nad27_lon, nad83_lat, nad83_lon, ge_ft, sh_ft, osh_ft, ov_faa_approv_ft, ant_tip_ft, ant_ctr_line_ft FROM cl_antenna_base WHERE application_user_id = 'SQL LOADER'");
    rs1 = stmt1.executeQuery("SELECT mwa_seqnum, nad27_lat, nad27_lon, nad83_lat, nad83_lon, ge_ft, osh_ft, cl_ft FROM mw_antenna_base WHERE application_user_id = 'SQL LOADER'");
    int cl_seqnum = 0;
    String leased = "";
    String ownership = "";
    String str_code = "";
    String cl_nad27_lat = "";
    String cl_nad27_lon = "";
    String cl_nad83_lat = "";
    String cl_nad83_lon = "";
    int cl_ge_ft = 0;
    int cl_ge_mt = 0;
    int cl_sh_ft = 0;
    int cl_sh_mt = 0;
    int cl_osh_ft = 0;
    int cl_osh_mt = 0;
    int cl_ov_faa_approv_ft = 0;
    int cl_ov_faa_approv_mt = 0;
    int cl_ant_tip_ft = 0;
    int cl_ant_tip_mt = 0;
    int cl_ant_ctr_line_ft = 0;
    int cl_ant_ctr_line_mt = 0;
    int i = 1;
    int mw_seqnum = 0;
    String mw_nad27_lat = "";
    String mw_nad27_lon = "";
    String mw_nad83_lat = "";
    String mw_nad83_lon = "";
    int mw_ge_ft = 0;
    int mw_ge_mt = 0;
    int mw_osh_ft = 0;
    int mw_osh_mt = 0;
    int mw_cl_ft = 0;
    int mw_cl_mt = 0;
    int j = 1;
    while(rs.next())                    // For Cellular/PCS
    System.out.println("\n\nCellular/PCS Record #" + i);
    cl_seqnum = rs.getInt("cla_seqnum");
    System.out.println("cla_seqnum =" + cl_seqnum);
    if (rs.getString("str_leased") != null) {
    leased = rs.getString("str_leased");
    } else {
    leased = "";
         StringTokenizer st = new StringTokenizer(leased, "/");
    while(st.hasMoreTokens()) {
         ownership = st.nextToken();
         str_code = st.nextToken();
    if (rs.getString("nad27_lat") != null) {
    cl_nad27_lat = valueOf(rs.getString("nad27_lat"));
    } else {
    cl_nad27_lat = "";
         System.out.println("cl_nad27_lat = " + cl_nad27_lat);
    if (rs.getString("nad27_lon") != null) {
    cl_nad27_lon = valueOf(rs.getString("nad27_lon"));
    } else {
    cl_nad27_lon = "";
    System.out.println("cl_nad27_lon = " + cl_nad27_lon);
    if (rs.getString("nad83_lat") != null) {
    cl_nad83_lat = valueOf(rs.getString("nad83_lat"));
    } else {
    cl_nad83_lat = "";
    System.out.println("cl_nad83_lat = " + cl_nad83_lat);
    if (rs.getString("nad83_lon") != null) {
    cl_nad83_lon = valueOf(rs.getString("nad83_lon"));
    } else {
    cl_nad83_lon = "";
    System.out.println("cl_nad83_lon = " + cl_nad83_lon);
    cl_ge_mt = (int)feetToMeter(rs.getInt("ge_ft"));
    System.out.println("&&&&&&&&&&&&&&&&&&&cl_ge_mt = " + cl_ge_mt);
    cl_sh_mt = (int)feetToMeter(rs.getInt("sh_ft"));
    System.out.println("&&&&&&&&&&&&&&&&&&&cl_sh_mt = " + cl_sh_mt);
    cl_osh_mt = (int)feetToMeter(rs.getInt("osh_ft"));
    System.out.println("&&&&&&&&&&&&&&&&&&&cl_osh_mt = " + cl_osh_mt);
    cl_ov_faa_approv_mt = (int)feetToMeter(rs.getInt("ov_faa_approv_ft"));
    System.out.println("&&&&&&&&&&&&&&&&&&&cl_ov_faa_approv_mt = " + cl_ov_faa_approv_mt);
    cl_ant_tip_mt = (int)feetToMeter(rs.getInt("ant_tip_ft"));
    System.out.println("&&&&&&&&&&&&&&&&&&&cl_ant_tip_mt = " + cl_ant_tip_mt);
    cl_ant_ctr_line_mt = (int)feetToMeter(rs.getInt("ant_ctr_line_ft"));
    System.out.println("&&&&&&&&&&&&&&&&&&&cl_ant_ctr_line_mt = " + cl_ant_ctr_line_mt);
         // update NAD27 and NAD83 data in CL_ANTENNA table
    ps = con.prepareStatement("UPDATE cl_antenna_base SET str_leased = ?, structure_code = ?, nad27_lat = ?, nad27_lon =?, nad83_lat = ?, nad83_lon = ?, ge_mt = ?, sh_mt = ?, osh_mt = ?, ov_faa_approv_mt = ?, ant_tip_mt = ?, ant_ctr_line_mt = ? WHERE cla_seqnum = " + cl_seqnum);
    ps.setString(1, ownership);
    ps.setString(2, str_code);
    ps.setString(3, cl_nad27_lat);
    ps.setString(4, cl_nad27_lon);
    ps.setString(5, cl_nad83_lat);
    ps.setString(6, cl_nad83_lon);
    ps.setInt(7, cl_ge_mt);
    ps.setInt(8, cl_sh_mt);
    ps.setInt(9, cl_osh_mt);
    ps.setInt(10, cl_ov_faa_approv_mt);
    ps.setInt(11, cl_ant_tip_mt);
    ps.setInt(12, cl_ant_ctr_line_mt);
         ps.executeUpdate();          
         i++;
    } // end of while
    while(rs1.next())                    // For Microwave
    System.out.println("\n\nMicrowave Record #" + j);
    mw_seqnum = rs1.getInt("mwa_seqnum");
    System.out.println("mw_seqnum =" + mw_seqnum);
    if (rs1.getString("nad27_lat") != null) {
    mw_nad27_lat = valueOf(rs1.getString("nad27_lat"));
    } else {
    mw_nad27_lat = "";
    System.out.println("mw_nad27_lat = " + mw_nad27_lat);
    if (rs1.getString("nad27_lon") != null) {
    mw_nad27_lon = valueOf(rs1.getString("nad27_lon"));
    } else {
    mw_nad27_lon = "";
    System.out.println("mw_nad27_lon = " + mw_nad27_lon);
    if (rs1.getString("nad83_lat") != null) {
    mw_nad83_lat = valueOf(rs1.getString("nad83_lat"));
    } else {
    mw_nad83_lat = "";
    System.out.println("mw_nad83_lat = " + mw_nad83_lat);
    if (rs1.getString("nad83_lon") != null) {
    mw_nad83_lon = valueOf(rs1.getString("nad83_lon"));
    } else {
    mw_nad83_lon = "";
    System.out.println("mw_nad83_lon = " + mw_nad83_lon);
    mw_ge_mt = (int)feetToMeter(rs1.getInt("ge_ft"));
    System.out.println("&&&&&&&&&&&&&&&&&&&mw_ge_mt = " + mw_ge_mt);
    mw_osh_mt = (int)feetToMeter(rs1.getInt("osh_ft"));
    System.out.println("&&&&&&&&&&&&&&&&&&&mw_osh_mt = " + mw_osh_mt);
    mw_cl_mt = (int)feetToMeter(rs1.getInt("cl_ft"));
    System.out.println("&&&&&&&&&&&&&&&&&&&mw_cl_mt = " + mw_cl_mt);
    // update NAD27 and NAD83 data in MW_ANTENNA table
    ps1 = con.prepareStatement("UPDATE mw_antenna_base SET nad27_lat = ?, nad27_lon =?, nad83_lat = ?, nad83_lon = ?, ge_mt = ?, osh_mt = ?, cl_mt = ? WHERE mwa_seqnum = " + mw_seqnum);
    ps1.setString(1, mw_nad27_lat);
    ps1.setString(2, mw_nad27_lon);
    ps1.setString(3, mw_nad83_lat);
    ps1.setString(4, mw_nad83_lon);
    ps1.setInt(5, mw_ge_mt);
    ps1.setInt(6, mw_osh_mt);
    ps1.setInt(7, mw_cl_mt);
    ps1.executeUpdate();
    j++;
    } // end of while
    } catch(SQLException se) {
         System.out.println("SQL Exc" + se.getMessage());
    se.printStackTrace();
    } catch(Exception e) {
    System.out.println(" Exc" + e.getMessage());
    e.printStackTrace();
    finally
              try
                   rs.close();
                   stmt.close();
                   dbConn.freeConnection("system", conn);
                   conn.close();
              } catch (SQLException e)
    } // end of doConvert
    public static void main(String args[]) {
    Format_BaseTable old_nad = new Format_BaseTable();
    old_nad.doConvert();
    } // end of class

  • How do i upload my swf/html to the web?

    hello,
    i was wondering if any1 could help...
    im just designing my website using flash 8 and im new to both
    flash and the ideas of getting flash onto the web.
    ive designed a 'coming soon' page, which i have called index
    and i want to place this on the net, whilst i carry on designing
    the rest of the site. i have a domain name and a friend of mine who
    runs a small internet based business has given my some space.
    i dont understand how i get my swf/html pages onto my
    website... ive searched within the pdf that comes with flash (help)
    and also within a book that i have entitled 'learn flash within 24
    hours', but i cant seem to find any information on how to upload a
    flash site onto the internet.
    can any1 help?
    in a nutshell 'how do i upload my flash website to the
    internet' (i have a domain and space)
    im using an apple mac g4 running osx 10.3.8
    cheers

    beat creep schrieb:
    > hello,
    >
    > i was wondering if any1 could help...
    >
    > im just designing my website using flash 8 and im new to
    both flash and the
    > ideas of getting flash onto the web.
    >
    > ive designed a 'coming soon' page, which i have called
    index and i want to
    > place this on the net, whilst i carry on designing the
    rest of the site. i
    > have a domain name and a friend of mine who runs a small
    internet based
    > business has given my some space.
    >
    > i dont understand how i get my swf/html pages onto my
    website... ive searched
    > within the pdf that comes with flash (help) and also
    within a book that i have
    > entitled 'learn flash within 24 hours', but i cant seem
    to find any information
    > on how to upload a flash site onto the internet.
    >
    > can any1 help?
    >
    > in a nutshell 'how do i upload my flash website to the
    internet' (i have a
    > domain and space)
    >
    > im using an apple mac g4 running osx 10.3.8
    >
    > cheers
    >
    >
    talk to your friend who give you the space. normally you need
    a ftp
    client for uploading your html and swf to your space.

  • How we can upload multiple images in particular id in sharepoint

    WE have some legacy systems in that we have multiple images for perticuler patient. How can i migrate that all related images into perticuler patient while uploading to share point site...can you help for the same 
    another issue is which task(component) is used for migrate the images into CRM destination---I mean which transformation is used for implementing ETL packages in ssis 

    Hi,
    You have posted your question on the MS Project forum which is dedicated to the Microsoft scheduling and planning software. Eventhough most of us have basic/advanced knowledge on SharePoint, I suggest that you posted your question on the Sharepoint forum
    http://social.technet.microsoft.com/Forums/en-US/home
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • How i can upload a album for itunes store?

    good night and good year for every one...
    i have one doubt that i can't find everywhere...
    as a artist i have some cds(albuns)/tracks who i want to upload to itunes store.
    i have itunes producer but i have some doubts about allthing.
    -do i have to pay any fees to apple to upload the tracks?
    -the artist receive any money of each or album selled there?
    -if the last question is afirmative,how apple pays to the artist?
    -what's the bitrate for uploading there?
    i think it's all...if any could help i'll be apreciated if no one could help thanks for your patiente

    Take a look at this document: http://www.apple.com/itunes/contentproviders/
    And this article talks about another way: http://www.macworld.com/article/56813/2007/03/tunecore.html
    Good luck.

  • I just got an iPad 2 16 gb and was wondering how I can upload pictures from a micro sd card but my iPad is saying cannot connect device using too much power. I have tried a 16 gb micro sd card and 4 gb micro sd card. Can anyone help please??

    I got an iPad 2 and I cannot get my pictures to upload from a micro sd card as the iPad is saying device not accepted using too much power. Can anyone help? My iPad 2 is a 16 gb and my micro sd card is 4 gb

    You can use a USB flash drive & the camera connection kit. First download the pics to your computer.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import.
     Cheers, Tom

  • How users can upload excelsheet data through the application page....

    I want to make my application in such a way that the users of the application can import data from an excel sheet to the respective tables through the page.Once the users browses the file and clicks on the submit button,the whole data from the excel sheet should go to the respective tables.The thing is that as the work of uploading is done at the back-end...it can also be done at front-end in the application itself.Also,i need to validate the data before inserting it.Please can you advice me on this.........

    Hello,
    I believe the following thread can be a good starting point - Loading a CSV file into a table
    You can download Vikas' application, exploring the code and modify it to your needs.
    Regards,
    Arie.

Maybe you are looking for

  • Reading the printer name from the registry

    Hi, I am trying to use the following program to get the Printer name from my Registry.. this program has been taken from Forums. package yourpackage; import java.awt.Graphics; import java.awt.print.PageFormat; import java.awt.print.Printable; import

  • Output Device Email

    For a Zreport , menu -> execute and Print (standard menu ), I specify the Printer as eMail and specify the email address and the mail is sent to the address . Is there anyway I can change the Subject Line of the email ? is there any tcode to create m

  • 2007 MacBook Battery won't lift out after unlocking latch, it seems to be sticky, please help?

    The battery on my 2007 MacBook won't lift after unlocking latch.  It seems to be stuck and rather sticky and therefore will not lift out to replace. What should I do?

  • Partial indexing

    I have what seems to be a slightly different problem with Spotlight (the main reason I spent good money on Tiger), in that it's only indexing about the first half of longish Word documents. I need it for keyword searching of content, but while it wil

  • Cant Open Oracle Apps 11i Forms after installing latest JRE

    We are currently on Oracle Apps 11.5.10.2. I had to install latest JRE 1.6 Update23 to be able to work on BI Publisher Templates and now I can't open any of the Oracle Forms under eBusiness Suite. IE just crashes, doesnt show any message on JInitiato