Oracle Locator - Implementation

I have a need to calculate shortest distance between any two locations (addresses) using Oracle Locator. The only parameters that are available to me as inputs are the 5 digit zip code, latitude and longitude of the location. I am looking for help in implementing a solution. I have the 10g enterprise database that comes with Locator as standard.

Wellllll
My first guess is that you need a bit more than just those pieces. When you say 'shortest distance' are you expected to get that by route or as the crow files?
You may want to check in the 'Spatial' forum where this kind of thing is likely to be discussed in much more depth (as the Spatial and Locator specialists tend to hang out there).
There are subtle differences between 10gR1 and 10gR2 - which in particular are you using?
Do you know the coordinate system? Long/Lat comes in a variety of subtly-different flavours, depending on the actual coordinate system. (Since you mention zip code, I assume you mean the US, and 8302 will probably do reasonably well.)
You will probably want to create a spatial index and defnitely need to create the user_sdo_geom_metadata for your layer.
Have you looked in the Spatial Reference manual in the Oracle docco? Specifically at the Locator appendix, which describes exactly what parts of Spatial you can use in Locator. And at the sdo_distance function and examples at http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14255/sdo_objgeom.htm#i857957

Similar Messages

  • What are the requirements for Oracle Locator?

    Hi, when installing a new database, we want to trim out the stuff that Oracle installs by default that we don't absolutely need. However, we do want to make use of the MDSYS.SDO_GEOMETRY type and Oracle Locator (not Spatial).
    Oracle has all these different components, and we jut found out that in order to use Locator, you have to install Oracle interMedia. Is there anything else there that Locator has a dependency on that we would be missing? We intend to install these:
    Oracle Workspace Manager
    Oracle Enterprise Manager
    Oracle Database Catalog Views
    Oracle Database Packages and Types
    But out of the list of the rest of them, what is needed for Oracle Locator?
    Spatial
    Oracle interMedia
    OLAP Catalog
    Oracle XML Database
    Oracle Text
    Oracle Expression Filter
    Oracle Rules Manager
    Oracle Workspace Manager
    Oracle Data Mining
    Oracle Database Catalog Views
    Oracle Database Packages and Types
    JServer JAVA Virtual Machine
    Oracle XDK
    Oracle Database Java Packages
    OLAP Analytic Workspace
    Oracle OLAP API

    Oracle Locator is implemented in the MDSYS userid. (It's included in every version and edition of the database since 8i, including 10gR2 Express Edition.)
    As you have noted, Locator is considered part of intermedia. (In some versions of Oracle, Locator is officially a feature of intermedia, in others it seems to be independent. In all versions, it uses a commono install with intermedia.) The install for intermedia 10gR2 is described at http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14302/ap_instl_upgrd.htm#sthref649
    I believe there are some Locator funtions in 10gR2 that are impemented in Java and require the JVM. The 10gR2 Express Edition (XE) does not include JVM and Locator seems to be mostly functional, but there are areas that do not work.
    Technically you do not need Oracle Text or Oracle XDK/XMLDB. I've found they are extremely useful so I do include them in my minimum installs. They are also included in XE.
    In your list the following are related to separately licensed EE options: Spatial, OLAP and Data Mining

  • Distributed Oracle Application implementation

    Dear all
    I am EBS technical consultant and I am working on SOA and have distributed Oracle Application implementation, Please consider the scenario and suggest me and idea.
    Assume
    1. We have 2 Oracle Application R12 (EBS-1, EBS-2) installed at 2 different remote locations, network disconnection may be broken in this network.
    2. User always work on (EBS-1 installed at Head office) and only work on EBS-2 (installed local) in case network connection is lost to connect with EBS-1.
    EBS-2 is a replica of EBS-1 when installed first time.
    Scenario
    Last inventory Item ID is 5444 at EBS-1
    Last inventory Item ID is 5444 at EBS-2
    user created new item at EBS-1
    Last inventory Item ID is 5445 at EBS-1
    Last inventory Item ID is 5444 at EBS-2 (No new item created)
    Now User can not access EBS-1 and now start working on local EBS-2 and take following steps.
    create new item at and now inventory item id is 5445. and create misc receipt to this newly created item.
    Now EBS-2 installed at head office is available and now transaction made at EBS-2 need to be transferred at head office, and what about inventory item id, 5445 is already created at EBS-1 how and i have to import item and misc receipt, inventory item will be different how can i load misc receipt transaction.
    Please help.
    1. Can I solve this issue by using BPEL process. ? or
    2. this type of integration is not possible in Oracle E Business suite.
    3. Oracle Application will not work in Distributed environment.
    please suggest me.
    Thanks
    Aamir

    Dear expert !
    I have a similar question but the scenario is somewhat different.
    The are two separate organizations and both have implemented EBS (Vision 1 and 2). they both are under third organization (vision A). for numerous business processes, both vision 1 & 2 get their approvals from vision A. Moreover, inventory and master data is required to be sync in all three.
    vision A
    ^ ^
    v v
    vision 1 vision 2
    In some instances, a sub organization from vision 1 can be placed under vision 2, thus requiring movement of its relevant data from vision 1 to 2.
    the scenario implies that all three organizations are running an EBS instance which is a legacy for the other.
    can we achieve this integration?
    Please do let me know if I am unable to explain the use case.
    best regards

  • Using Mapviewer with Oracle Locator

    We're currently using Oracle Locator as a datasource for Mapviewer 10g and we're running into a slight problem when loading simple points from a table. We have the table containing these ponits added to the USER_SDO_GEOM_METADATA table and the spatial index is created on the specific column with the SDO_GEOMETRY type. When the map loads up the following error is generated when a dynamic jdbc query is run:
    MAPVIEWER-06009: Error processing an FOI request.
    Root cause:FOIServlet:ORA-29900: operator binding does not exist
    ORA-06540: PL/SQL: compilation error
    ORA-06553: PLS-907: cannot load library unit MDSYS.SDO_3GL (referenced by MDSYS.SDO_FILTER)
    I've looked in the database for the MDSYS.SDO_3GL object and it's definitely there, so I'm a little lost on what could be causing this. I thought perhaps that our user schema may not have execute privileges associated with that specific procedure, but I believe the entire point of MDSYS is that it's available to any user on the database.
    Any help with this would be greatly appreciated.
    Edited by: user1175540 on Oct 29, 2010 7:10 PM

    We're currently using the javascript api for oracle maps (using the matching javascript file, oraclemaps.js, that came directly from the mapviewer application download). All that I'm calling is a single table and then getting some hidden info columns as well off of it too. I've tried this on a different schema and database that's also only running Locator and the query runs just fine with the points on the map displaying as intended.
    Here's the current theme request that I'm submitting:
    <theme name= 'lowerTheme' >
    <jdbc_query spatial_column='GEOMETRY' jdbc_srid='8307' render_style= 'V.AVCD_BUILD' datasource='mvdemo' >
    select * from build where subtype in('ABC','123','DEF')
    <hidden_info>
    <field column='SUBTYPE' name='Type'/>
    <field column='NAME' name='Name'/>
    <field column='ADDR' name='Address'/>
    <field column='CITY' name='City'/>
    <field column='STATE' name='State'/>
    <field column='ZIP_CODE' name='ZIP Code'/>
    </hidden_info>
    </jdbc_query>
    <rendering>
    <style name='V.AVCD_BUILD' value_columns='SUBTYPE'/>
    </rendering>
    </theme>
    Within the actual function adding that theme to the 'mapview' variable I'm creating a new MVThemeBasedFOI object using the name 'lowerTheme' and the above definition for the second parameter in the constructor.
    Is there a listing of procedures on the MDSYS schema that I should check to make sure they're valid for spatial queries to work?
    Thanks in advance for the help.

  • Trying to use Oracle Locator for latitude and longitude proximity searches

    I am prototyping using Oracle Locator to do proximity searches and other spatial operations within the database in our software products. I’ve got it working fine in SQL Server, where geodetic is built in as well as geometric features, but with Oracle we’re trying to restrict ourselves to the Locator features so our customers are forced to buy the add-on. I am getting perplexing results, as you can see if you run the little test program I wrote.
    I am using lat and long as the point coordinates. I am inserting the data using
    SDO_GEOMETRY(2001, 4326, SDO_POINT_TYPE(?, ?, null), null, null
    Then I am doing the search with
    SELECT pointname, SDO_NN_DISTANCE (1) distance_in_miles
    FROM geotest g
    WHERE SDO_NN(g.geopoint, sdo_geometry(2001, 4326, SDO_POINT_TYPE(38.683, 123.083, NULL), NULL, NULL), 'distance=1000 unit=mile', 1) = 'TRUE'
    ORDER BY distance_in_miles
    I am getting distances from 56 to 86 units, whatever the units are.
    Am I attempting the impossible with Locator, to use lat and long and then expect the sdo_nn function to work in miles?
    Select results:
    POINTNAME DISTANCE_IN_MILES
    Point number 19 56.8497254738894
    Point number 17 57.0758802885512
    Point number 5 62.096857977487
    Point number 3 67.3555572959989
    Point number 16 70.8005407529483
    Point number 1 73.0370426667902
    Point number 9 73.1047740624495
    Point number 14 73.1451566004902
    Point number 11 74.9344307572887
    Point number 10 75.3710529989389
    Point number 2 75.423714095366
    Point number 8 77.2121183101138
    Point number 4 77.6458963754559
    Point number 18 80.4569749046142
    Point number 6 81.0025026191188
    Point number 20 81.8444977200089
    Point number 13 83.4095236051998
    Point number 15 86.9333533902019
    Point number 7 88.9312783958262
    Point number 12 98.72957787982
    Point number 0 98.9999489634554
    21 rows selected

    Couple of things that we found out using sdo_nn here...
    It works...but the knobs need to be turned in the right order...
    You may have done this already...but here is what we have...
    a. we create our table containing the location sdo_geometry column ..( in our case the column is called location )
    b.We loaded the data..If you elected to use a partitioned table for your spatial data and created the corresponding spatial index as local...your sql will need to account for that.if your index is global ..don't worry about it
    c. We inserted the metadata...this needs to be done once per table...by either the dba or the schema owner...
    INSERT INTO USER_SDO_GEOM_METADATA (TABLE_NAME, COLUMN_NAME, DIMINFO, SRID)
    VALUES ('<YOUR TABLE NAME>', '<SPATIAL COLUMN NAME>',
    MDSYS.SDO_DIM_ARRAY
    (MDSYS.SDO_DIM_ELEMENT('LONGITUDE', -180.0, 180.0, 0.5),
    MDSYS.SDO_DIM_ELEMENT('LATITUDE', -90.0, 90.0, 0.5)
    8307);
    COMMIT;
    If this is not done before the spatial index is created...stuff won't work...
    d. create your spatial index
    e. our query looked something like this...( I changed the table names )
    This returns the top 30 results sorted by distance in feet...
    SELECT LOCATION_KEY,
    result_center_distance
    FROM
    SELECT LOCATION_KEY,
    SDO_NN_DISTANCE(1) result_center_distance
    FROM LOCATION_OWNER.D_LOCATION dlocation
    WHERE SDO_NN(dlocation.LOCATION,
    MDSYS.SDO_GEOMETRY(2001,8307,MDSYS.SDO_POINT_TYPE(-97.07845,33.138006,null),null,null), 'SDO_NUM_RES=31 unit=FOOT distance=5800.0 SDO_MAX_MEMORY=50000000', 1) = 'TRUE'
    ORDER BY 2
    WHERE ROWNUM <= 31
    We had to use this structure because our index is local...and sdo_nn will return the sdo_num_res results for each partition...so you need to get the results first..then treat it as a top-n query...
    If you index is global...this should work
    SELECT LOCATION_KEY,
    SDO_NN_DISTANCE(1) result_center_distance
    FROM LOCATION_OWNER.D_LOCATION dlocation
    WHERE SDO_NN(dlocation.LOCATION,
    MDSYS.SDO_GEOMETRY(2001,8307,MDSYS.SDO_POINT_TYPE(-97.07845,33.138006,null),null,null), 'SDO_NUM_RES=31 unit=FOOT distance=5800.0 SDO_MAX_MEMORY=50000000', 1) = 'TRUE'
    ORDER BY 2
    If you want the distance in MILE...replace FOOT by MILE...
    good luck...
    Edited by: user5431290 on Oct 23, 2011 9:36 AM

  • Performance issues and options to reduce load with Oracle text implementation

    Hi Experts,
    My database on Oracle 11.2.0.2 on Linux. We have Oracle Text implemented for fuzzy search. Our oracle text indexes are defined as sync on commit as we can not afford to have stale data.  Now our application does literally thousands of inserts/updates/deletes to those columns where we have these Oracle text indexes defined. As a result, we are seeing a lot of performance impact due to the oracle text sync routines being called on each commit. We are doing the index optimization every night (full optimization every night at 3 am).  The oracle text index related internal operations are showing up as top sql in our AWR report and there are concerns that it is causing lot of load on the DB.  Since we do the full index optimization only once at night, I am thinking should I change that , and if I do so, will it help us?
    For example here are some data from my one day's AWR report:
    Elapsed Time (s)
    Executions
    Elapsed Time per Exec (s)
    %Total
    %CPU
    %IO
    SQL Id
    SQL Module
    SQL Text
    27,386.25
    305,441
    0.09
    16.50
    15.82
    9.98
    ddr8uck5s5kp3
    begin ctxsys.drvdml.com_sync_i...
    14,618.81
    213,980
    0.07
    8.81
    8.39
    27.79
    02yb6k216ntqf
    begin ctxsys.syncrn(:idxownid,...
    Full Text of above top sql:
    ddr8uck5s5kp3
    begin ctxsys.drvdml.com_sync_index(:idxname, :idxmem, :partname);
    end
    02yb6k216ntqf
    begin ctxsys.syncrn(:idxownid, :idxoname, :idxid, :ixpid, :rtabnm, :flg); end;
    Now if I do the full index optimization more often and not just once at night 3 PM, will that mean, the load on DB due to sync on commit will decrease? If yes how often should I optimized and doesn't the optimization itself lead to some load? Can someone suggest?
    Thanks,
    OrauserN

    You can query the ctx_parameters view to see what your default and maximum memory values are:
    SCOTT@orcl12c> COLUMN bytes    FORMAT 9,999,999,999
    SCOTT@orcl12c> COLUMN megabytes FORMAT 9,999,999,999
    SCOTT@orcl12c> SELECT par_name AS parameter,
      2          TO_NUMBER (par_value) AS bytes,
      3          par_value / 1048576 AS megabytes
      4  FROM   ctx_parameters
      5  WHERE  par_name IN ('DEFAULT_INDEX_MEMORY', 'MAX_INDEX_MEMORY')
      6  ORDER  BY par_name
      7  /
    PARAMETER                               BYTES      MEGABYTES
    DEFAULT_INDEX_MEMORY               67,108,864             64
    MAX_INDEX_MEMORY                1,073,741,824          1,024
    2 rows selected.
    You can set the memory value in your index parameters:
    SCOTT@orcl12c> CREATE INDEX EMPLOYEE_IDX01
      2  ON EMPLOYEES (EMP_NAME)
      3  INDEXTYPE IS CTXSYS.CONTEXT
      4  PARAMETERS ('SYNC (ON COMMIT) MEMORY 1024M')
      5  /
    Index created.
    You can also modify the default and maximum values using CTX_ADM.SET_PARAMETER:
    http://docs.oracle.com/cd/E11882_01/text.112/e24436/cadmpkg.htm#CCREF2096
    The following contains general guidelines for what to set the max_index_memory parameter and others to:
    http://docs.oracle.com/cd/E11882_01/text.112/e24435/aoptim.htm#CCAPP9274

  • Oracle Apps  Implementation

    Hi,
    Please give the detail of Oracle Apps Implementation life cycle in Finance modul: AP, AR, GL, FA, CM

    If you mean stages involved in Implementation then you should read on AIM - Application implementation methodology...you should download AIM whitepaper from metalink and that will answer your question

  • Latitude/Longitude on Oracle Locator

    Hi, I'm using Oracle Locator
    I'm trying to select latitude and longitude through this query
    SELECT t.X AS LATITUDE, t.Y AS LONGITUDE
    FROM geo.cultura c,
    TABLE(SDO_UTIL.GETVERTICES(c.geometry)) t;
    but the numbers are coming from different 90 and -90
    A example: X=343819,495658682 and Y=7382918,56758273
    Is there a command to convert those numbers?
    Thank you very much!

    Hi,
    SDO_UTIL.GETVERTICES returns the coordinates of the vertices of the geometry. If your coordinate system is other than geodetic coordinates then you need transformation.
    For example
    SELECT t.X AS LATITUDE, t.Y AS LONGITUDE
    FROM spl_major_villages c,
    TABLE(SDO_UTIL.GETVERTICES(SDO_CS.TRANSFORM(c.geom, 0.005, 8307))) t;
    Sujnan

  • Oracle LOCATOR - Standard Edition

    Hello,
    Can you please to tell me if there is any customer using Oracle Locator with Standard Edition?
    Regards,
    Andre

    There are indeed may success stories for Locator.
    Appendix B Oracle Locator of the manual deals with the differences .... here is the headline info
    Oracle Locator (also referred to as Locator) is a feature of Oracle Database 11g Standard Edition. Locator provides core features and services available in Oracle Spatial. It provides significant capabilities typically required to support Internet and wireless service-based applications and partner-based GIS solutions. Locator is not designed to be a solution for geographic information system (GIS) applications requiring complex spatial data management. If you need capabilities such as linear referencing, advanced spatial functions, or Spatial Web services, use Oracle Spatial instead of Locator.
    Yours sincerely
    Rich

  • Oracle Applications Implementation Wizard

    I've installed using rapid install Oracle applications 11.5.10.2. I've read that implementing more than one module it can be much easier to use Oracle Applications Implementation Wizard. I've found documentation about this wizard but I cannot start it. Does it need to be seperatly installed after installing applications?. I do not have standard user wizard that should be created after installation of implementation wizard, also I do have only 2 roles containg word implementation
    -Implementation System Administration
    -Implementation Financials
    do I need to install/configure extra product ?

    One correction, there was installed user wizard, only the password was different then wizard. That user have assigned to implementation roles
    -Implementation System Administration
    -Implementation Financials
    documentation of application Wizard describes following steops to launch the wizard:
    1. Sign onto Oracle Applications using a user ID that has access to Implementation Wizard responsibilities. (You can use the predefine user Wizard, with password "Wizard.")
    2. Choose any of the "Implementation" responsibilities.
    3. Open the Application Implementation Wizard Startup window.
    4. Using the Process list of values, choose the Wizard Implementation Process.
    5. Leave the Context field blank.
    When I open application implementation wizard get a window with tab
    Functions / Documents / Processes
    Goint to processes I cannot choose Wizard Implementation Process, from functions I can open Implementation wizard however in the next window "Select process group" there are no process groups, so I cannot go further.
    How can I launch oracle implementation wizzard?

  • Oracle Streams Implementing Step by Step in oracle10g

    how to implement Oracle streams in Oracle10g provide a step by step Document
    regarding Oracle Streams implementation.

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14229/toc.htm
    Chapter 27 and 28
    I found this with a few mouse clicks!!!
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle Financials Implementation Consultant

    Good Wonderful Afternoon,
         My name is Steven Boucher and I am a professional recruiter with Harrington Informatics Resources in Ottawa. I currently have a few Oracle Financials Implementation positions available in Ottawa and Quebec City. If you are interested in hearing more about this, please do not hesitate to forward a detailed resume in word format for my review. Also, please inform me in your email, if you are bilingual with French and English. I look forward to hearing from you soon.
    Best regards,

                                                 Date: 16th
    April,2002
    Contact
    Mobile No: (00965) 6418721      
    [email protected]                         
    Mohammed Abdul Aziz
    Career Objective
    To become an Expert in the challenging field of Oracle and Oracle Applications and to achieve continuous improvement through innovative ways of working while keeping my skills up-to-date with the sole aim of acquiring an in-depth knowledge about the technology, products and future plans of the Company and share its vision for all-round mutual benefit.
    Education     
    Master in Business Administration (Fin)-- (2 years)
    Bachelor of Commerce, India (1995)--.(3 years)
    Diploma in Computer Applications-- (1 year).
    Certifications                    Score (%)     Scored higher than all
    (Transcript ID (2997775))                         previous test taker in world
    Oracle Financials Rel 11 by Brainbench.Com     64.80          Scored higher then 91% of all
                                            previous test takers
    Oracle 8i DBA by Brainbench.Com           60.00          Scored higher then 78% of all
                                            previous test takers
    Oracle8 DBA by Brainbench.Com           92.00          Scored higher then 98% of all
                                            previous test takers
    PL/SQL by Brainbench.Com                66.00          Scored higher then 90% of all
                                            previous test takers
    RDBMS by Brainbench.Com               67.60          Scored higher then 81% of all
                                            previous test takers
    Data Modelling by Brainbench.Com          74.20          Scored higher then 91% of all
                                            previous test takers
    SQL(ANSI) by Brainbench.Com               75.40          Scored higher then 74% of all
                                            previous test takers
    Customer Requirement Analysis               58.80          Scored higher then 69% of all
                                            previous test takers
    Information Technology by Brainbench.Com     75.40          Scored higher then 91% of all
                                            previous test takers
    Managing People (US) by Brainbench.com     57.40          Scored higher then 49% of all
                                  previous test takers
    MS Windows 95/98(Fundamentals)          90.60      Scored higher then 89% of all
                                            Previous test takers
    Technical Skills
    Operating Systems     :     MS-DOS 6.22, Win NT/95/98, Win 2000 Prof.,
    SCO UNIX Open Server 5.0
    Applications          :     MS Office (97, 2000), MS Projects
    Languages          :     SQL, PL/SQL, HTML 4.0
    ERP               :     Oracle Applications 11i, 11, 10.7
                        Expertise: -
    AR, OE, AP, CM, System Administration.
                        Good :
         G L, FA, Inventory, PayRoll, WorkFlow, AOL, Open Interfaces, System Administration.
    DBA (O)RDBMS     :     Oracle 7.x, 8.0.x,8i
    Front-end          :     Developer/2000 (and its Suite of Products) & Visual Basic 6
    Others               :     Familiar with Oracle Financial Analyzer & Discoverer
    Experience (in reverse chronological order)
    Since November 5th 2001 to till date
    M.H Alshaya Co. WLL
    Designation     :     Project Manager-Oracle
    The company is the one of the largest Fashion Retail groups in the Middle East. It has showrooms all over the Gulf region and in Lebanon.
    Individual reporting to IT Group Manager.
    At present M.H Alshaya using kerridge ERP to handle Inventory, Shipment and Financials along with other supporting softwares for information flow.
    Job Description (November 2001 to till date):
    Individual has done necessary groundwork for implementation of Oracle Financials
    7     Understanding the complete business process of the company
    7     Documented all the current process (AP, AR, GL, Assets, Cash Mgt) and prepared the wish list
    7     Selling ideas on Oracle Financials & Motivating Finance team
    7     Facilitating team
    7     Finding Attention areas & impacts across all the countries
    7     Arranging Corporate training programs to the development team
    7     Team/Resources Recommendation
    7     Finding Business Requirements best suits to the company
    7     Interact with the Finance heads on implementations and impacts
    7     Users for implementations
    7     Documented all the current process and prepared the wish lisy
    7     Reporting to IT Group Manager
    Done SWOT Analysis on Oracle Financials proposals from Satyam Computers & Hyperlink based on criteria and given recommendations.
    Studied existing interfaces with Kerridge ERP & building interfaces strategy with Oracle Financials:
    7     Payroll interface with GL
    7     Inventory, Point of Sales, Shipment Interfaces
    Since January 1999 to October 2001
    Continental Informatics India Limited
    Designation     :     ERP Consultant
    Details of the responsibilities and job handled from day one to the date of Employment:
    Job & Responsibilities (January 1999 to March 2000)
    Imparted Training:
    After a 4 months intensive In-House Training on Oracle Financials & Oracle Order Entry. I was appointed in Head office Hyderabad. For taking care of training activities in Oracle Receivables version 10.7 & 11 and Oracle Order Entry version 10.7 & 11.And I have taught the complete cycle of Oracle Receivables and Order Entry and Oracle Payables to the clients and also am a visiting faculty for intelli Group.
    Job & Responsibilities (March 2000 to January 2001)
    Implemented Oracle Financials:
    In February I was handpicked along with other consultants to form an implementation team to develop project for the Gati Corporation Limited, which is Indias leading Cargo Management Company.
    Individual fully involved in business process study, system study, Requirement Analysis and preparing the documents at each stage of the project and completed the full life cycle of project along with other 6 ERP Consultants.
    Oracle Receivables module I have implemented and given support in Oracle Payables and Oracle General Ledger.
    (Oracle Receivables)
    7     Defined System and Profile Options to control How Oracle Receivables looks and run
    7     Set up processing to calculate tax in Oracle Receivables.
    7     Set up transaction types
    7     Defined Banks, payment terms, Quick codes to control list of value choice.
    7     Set up document sequences by defining and assigning sequential document number.
    7     Set up transaction header information to control transaction entry and create transaction default values.
    7     Set up transaction line information
    7     Setup Statement Cycle and messages to inform customers of activities for a specific period.
    7     Set up receipt entry before entering and processing receipt in Oracle Receivables.
    7     Defined Collection Methods, collector and assign them to customers.
    7     Defined aging buckets to specify time period used to review customers aged receivables.
    7     Defined dunning letters and dunning letter sets to inform customers of past-due items.
    7     Integrated Oracle Receivables with general ledger
    7     
    (Given support in Oracle General Ledger Implementation)
    7     Supported in creating set of book consisting of chart of accounts, accounting calendar and functional currency.
    7     Setting profile options
    7     Supported in creating Organizations and defining profile options.
    7     
    (Given support in Oracle Payables Implementation)
    7     Defining Payment terms.
    7     Defining payables and Financials options & Suppliers, Banks.
    Developed Forms:
    7     Developing few customized applications using forms 4.5 and attached it to the menus and Responsibilities.
    Created Reports:
    7     Individual has developed reports in Oracle Receivables by using complex SQL, PL/SQL codes.
    System Administration and Database Management:
    7     Creating Responsibility, Menus, security Rules, various Document Sequences were defined to assign to bank Documents and Automatic Receipts, Charge backs, Setting Profile Options, Auditing, and involved in setting printer. Using the function like Security Levels, different Responsibilities are defined for assigning different hierarchy level to Staff. General and Special Trouble shooting, Installation of Database software(s) and Operating Systems like Win NT, Ensuring and Maintaining Data Integrity, Managing the Instance(s) and Database(s), User and Security Administration, In addition to that good working experience by using Oracle Enterprise Manager also, Listener and NET 8 Configuration.
    Trained end users:
    7     After the successful completion of the project I was assigned the job to impart the training to the end users in Oracle Receivables and assisting in system administration activities.
    Job & Responsibilities (March 2001 to October 2001)
    Imparting Training in ERP and handling Database Management activities of the company:
    7     Once again after implementing the project I was assigned responsibility to take care of Training Activities in oracle financials and in addition to that I was assigned the responsibility of Applications System Administration, Database Management and installation of Database software and operating systems with regard to Oracle Applications and others.
    Since September 1997 to December 1998
    Moon Microsystems
    Designation          : Programmer
    Software                :Oracle Developer
    Role: Application Developer /Programmer
    Project Involved:
    Title               :     Health Care System-
    Title               :     Financial Accounting System
    Title               :     Library Management System
    Job Description
    '     Wrote Triggers for auditing of Data Modification implementing Complex Business Rules.
    '     Prepared Stored Procedures for making efficient reporting purpose. & Database Triggers
    '     To analyze, identify existing code in response to error used Debugging.
    '     Created Lovs, input items etc.
    '     SQL PL/SQL Programs
    '     Written the Triggers in forms and reports etc.
    Present Salary          :     820 KD + Incentives
    Expected Salary          :      Negotiable
    Personal Profile
    Father's Name          :     Mohdammed. Waheed
    Date of Birth          :     February 01th 1974
    Marital Status          :     Single
    Nationality          :     Indian
    Passport No           :     A1469944
    Valid               :     December 24th 1996 to December 23rd 2006
    References to be provided on request

  • Need help on oracle stellent implementation

    We need expert help in oracle Stellent Implementation.Any one interested and need more details please mail back.
    Edited by: user12990131 on Apr 14, 2010 11:38 PM

    our requirements
    - Need to design technical design document
    - Need to design a web portal using UCM with certain feature provided by clinet
    - Need to have work flows, colloboration, wiki etc.
    For more details,please provide us your contact details or email details

  • Is there any alternative for SDO_RELATE in Oracle Locator [not in spatial!]

    Hi,
    We are looking alternative arrangement in place of SDO_RELATE function in oracle Locator i.e. which is free and has no bindings with oracle spatial license.
    e.g. http://www.spatialdbadvisor.com/oracle_spatial_tips_tricks/55/oracle-locator-vs-enterprise-licensing-the-sdogeom-package/
    Any information will be great help on this.
    Thanks in advance!!

    Hi,
    You are allowed to use the sdo_relate operator in locator. You are not allowed to use sdo_geom.relate function in locator.
    Look [Table B-1|http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28400/sdo_locator.htm#CFACCEEG] in the [Oracle Spatial Developers Guide 11g Release 1|http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28400/toc.htm].
    Yavuz

  • Oracle EBS Implementation Help

    Hello Everyone,
    Greetings of the day!!!!
    Professionally i am a technical consultant with only 12 months of experience, Now i got chance to enhance my technical knowledge in Oracle EBS Implementation project.
    I am totally fresh for this Implemenation as i dont have any idea, what will be the things in implemention. I request to OTN people, please give me some guidelines, as how can i go about it, where i need to concentrate.
    Any help would be appreciated.
    Thanks.
    Atul
    Edited by: Atul on Jul 1, 2011 12:00 PM

    Oracle Apps documentation can be found at http://www.oracle.com/technetwork/documentation/applications-167706.html
    Please old see old threads for similar discussion (refine the search by typing the module(s) you are planning to implement) -- http://forums.oracle.com/forums/search.jspa?threadID=&q=Implementation&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    You could also Google it and you will find many blogs which should be helpful.
    Thanks,
    Hussein

Maybe you are looking for

  • Failover Cluster events through email

    Team, I'm trying to get  Windows Server 2008 Failover clustering events through email. I don't see  "Attach a task" option in Clustering events. Could anybody suggest how to accomplish it. Please note down we have a 4 node cluster and would like to r

  • Help!!!Help!!!Help!!!Help!!!Help!!! For Notification.

    Hi all; I am facing a dificult problem, and I am breathing hard.........Plz help. I am using an user-exit QQMA0014 for notification, in the enhancement, I was adding an email sent function module which is SO_NEW_DOCUMENT_ATT_SEND_API1. When a new not

  • Package not found, package in repo, repo is enabled?

    This personally happens to me all the time, and not just for this package. Is the website not updated with there repo servers? http://img858.imageshack.us/i/pkgnotfound.png/ Much appreciated. -- mod edit: read the Forum Etiquette and only post thumbn

  • Workstatus BPC7.5 SP06

    Hello Guru's, Is it possible to view the workstatus via EVLCK for entities which i have no read rights for? Version: BPC7.5 SP06  Regards, Jeff Edited by: jefferzonzz on Sep 6, 2011 4:46 PM

  • AWT SOURCE CODE---PLS HELP

    Can anyone help me on the how to develop GUI using only AWT..(the source code) FIRST SCREEN --> Opening Splash Screen "Application to view log details" with the sub topics "daily transmission Statistics and "Hourly Transmission Statistics" and a ok b