User Profile

Collapse

Profile Sidebar

Collapse
san1014
san1014
Last Activity: Apr 25 '08, 10:56 AM
Joined: Jul 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • san1014
    started a topic Oracle Spatial Data Viewer
    in Java

    Oracle Spatial Data Viewer

    hi all,

    Iam new to Oracle Spatial

    iam using JBO:Oracle spatial data viewer to display the shape files of the polygons.

    iam able to get the manually but iam unable to display the polygon
    there is a java file displayManager viz iam getting an error please check the code and answer me back

    here iam sending my code
    package org.duckham.jbg ui;

    import org.duckham.jbc ore.SpatialSet;...
    See more | Go to post

  • san1014
    replied to Oracle Spatial Data Viewer
    in Java
    The error is :
    The Method setDataSet(Stri ng,SpatialSet,A ppearence) in the type DisplayManager is not applicable for the arguments(Strin g,SpatialSet,Ap pearence)
    See more | Go to post

    Leave a comment:


  • san1014
    started a topic Oracle Spatial Data Viewer
    in Java

    Oracle Spatial Data Viewer

    hi all,

    Iam new to Oracle Spatial

    iam using JBO:Oracle spatial data viewer to display the shape files of the polygons.

    iam able to get the manually but iam unable to display the polygon
    there is a java file displayManager viz iam getting an error please check the code and answer me back

    here iam sending my code
    package org.duckham.jbg ui;

    import org.duckham.jbc ore.SpatialSet;...
    See more | Go to post

  • san1014
    replied to importing into postgreSQL from oracle
    Hello rski
    I have re installed the postgreSQL.
    Now i'm able to call the pg_dump and pg_restore in cmd, but after calling,when i entered the password it is giving the error
    pg_dump: [archiver (db)] connection to database "sandeep" failed: FATAL: password authentication failed for user "sandeep"

    When installation i have given password as databaseadminis trator
    and the superuser password...
    See more | Go to post

    Leave a comment:


  • how to declare the cursors in a stored procedural function

    Hi
    I have few questions.
    Pleae give me the answers.
    1) In postgreSQL, how to declare and call the cursors in a stored procedural function?
    Ex: I want to display all the columns in a table in one cursor
    and also how to see the output.
    2) tell me , the analytic functions in oracle connect by prior,
    sys_connect_by_ path are existed in postgreSQL?
    3)how to call the stored procedural function which...
    See more | Go to post

  • san1014
    replied to importing into postgreSQL from oracle
    Ya I'm downloaded from
    http://www.postgresql. org/ftp/binary/v8.3.0/win32/.

    If i have the pg_dump and pg_restore by default after installation then how to see those.
    or else
    Please tell me the site where can i get pg_dump and pg_restore, which do buckups and restore database from backups.

    Thank you...
    See more | Go to post

    Leave a comment:


  • san1014
    replied to importing into postgreSQL from oracle
    Hi rski
    thanks for your reply
    I have installed postgres(postgr eSQL 8.3) full version only.(In that i got command prompt,pg admin3,psql to postgres).But i didn't get that pg_dump and pg_restore.
    Can u please give me the site where can i get all those and also tell me how to use that.
    In oracle, to export the data we can use the command as
    exp username/password@databa se file=filename full=y -----command prompt...
    See more | Go to post

    Leave a comment:


  • san1014
    started a topic importing into postgreSQL from oracle

    importing into postgreSQL from oracle

    Hi
    Where can i get the import and export software for postgreSQL(Full version) and
    in postgreSQL how can we write procedures and functions? and
    please tell me , how to import the dump file from oracle into postgreSQL.(inc luding procedures)

    Thank you
    See more | Go to post

  • san1014
    started a topic postgreSQL installation problem

    postgreSQL installation problem

    Hi
    I have the postgreSQL version 8.3.0-1.
    When i am trying to install it on Windows XP, it giving the error as

    Internal account lookup failure: No mapping between account names and security IDs was done

    I have given the in the service configuration fields as
    Account name:san
    Account Domain:I
    Account password:databaseadminis trator
    verify password:databaseadminis trator
    ...
    See more | Go to post

  • san1014
    started a topic how to create control files

    how to create control files

    Hi
    I am using oracle 9i
    I want to import the excel sheet data into the database.

    i have an excel sheet to import the data into the database in node table.
    SQL> desc node
    Name Type Nullable Default Comments
    ----------- ------------ -------- ------- --------
    USER_ID NUMBER(6)
    SCENARIO_ID NUMBER(9)
    ...
    See more | Go to post

  • san1014
    started a topic problem in writing a Query

    problem in writing a Query

    Hi,
    I have a table
    SQL> select * fom temp;
    FID TID RN
    ---------- ---------- ----------
    1 2 1
    1 3 2
    1 4 3
    2 1 1
    2 5 2
    3 1 1
    3 6 2
    3 7...
    See more | Go to post

  • san1014
    replied to problem with UTIL_FILE
    I really confused with this.

    If you dont mind can you explain in step wise , what can i do to use UTL_FILE?

    Please help me.

    Thank ypu...
    See more | Go to post

    Leave a comment:


  • san1014
    replied to problem with UTIL_FILE
    How can i modify the init.ora file and bounce the server?

    Please tell me in detail.

    Thank u...
    See more | Go to post

    Leave a comment:


  • san1014
    replied to problem with UTIL_FILE
    SQL> SELECT VALUE FROM v$parameter WHERE name = 'utl_file_dir';

    VALUE
    --------------------------------------------------------------------------------

    But it is not displaying anything?

    Please Help me?
    What to do?
    Thank u....
    See more | Go to post

    Leave a comment:


  • san1014
    started a topic problem with UTIL_FILE

    problem with UTIL_FILE

    Hi

    I have created a procedure using UTL_FILE.

    Before executing the procedure i created a directory as

    [code=oracle]

    connect system/system;
    grant execute on sys.utl_file to PUBLIC;
    alter system set processes=500 scope=spfile;
    grant read, write on directory gams to public;
    connect san/san;
    create or replace directory gams as 'C:\gamsdir';

    CREATE...
    See more | Go to post
    Last edited by amitpatel66; Jan 4 '08, 07:39 AM. Reason: code tags

  • How to copy data from one table to another table with where condition

    Hi
    I have a table, that describes

    SQL> desc time_m_details
    Name Null? Type
    ----------------------------------------- -------- ------
    STUDENT_ID not null VARCHAR2(25)
    SCENARIO_ID not null VARCHAR2(25)
    TIME_ID not null VARCHAR2(25)
    TIME_VALUE VARCHAR2(25)

    In that table one student_id contains many scenario_id's.
    student_id(108) contain scenario_id's(1 5,18,19,6)...
    See more | Go to post

  • san1014
    started a topic problem in Order By

    problem in Order By

    Hi
    I Have a table like this

    code=oracle]

    sql> select month from temp;
    month
    -----------
    Apr
    May
    Jul
    Jun
    dec
    Oct
    Feb
    Nov
    Mar
    Sep
    Jan
    Aug

    Now i want the o/p like this
    sql>select month from temp;

    month
    ----------
    Jan
    Feb
    Mar
    Apr
    may...
    See more | Go to post
    Last edited by amitpatel66; Nov 26 '07, 12:14 PM. Reason: code tags

  • san1014
    replied to How to build the charts
    in Java
    i hava a problem in charts.

    i am having data without equal intervals in x-axis.
    I want the data with equal intervals.

    please give advice or code.

    Thank u
    See more | Go to post

    Leave a comment:


  • san1014
    started a topic How to build the charts
    in Java

    How to build the charts

    Hi
    I have a table like this
    sql> select * from commodity;
    commodity_id year value
    ---------------------- ------- ---------
    C1 1996 20
    C1 1998 39
    C1 2000 45
    C2 1990 170
    C2 1995 200
    C2 2000...
    See more | Go to post

  • san1014
    replied to import .dmp file into oracle
    You have to type the following command in command prompt

    C:\Documents and Settings\S>imp usrname/password@hostna me file=C:\xxx.dmp (file location) full=y;

    Sandeep
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...