How to get support for research work from oracle?

sir
i want to undergo a research from a univ at my city on db security and cryptography.i may require some document and psudo code of certain algorithim.how to get those from oracle?
regards

Find a contact within Oracle to help get you introduced to the Product Manager(s) for the area of interest. Ways to find that contact:
- Oracle Sales (ask your/university sales rep for an intro)
- relevant Oracle Forums (watch for responses from Oracle employees)
- Oracle Wiki
- Oracle Open World where you can meet lots of employees
- User group meetings

Similar Messages

  • How to get exact match when working with Oracle Text?

    Hi,
    I'm running Oracle9i Database R2.
    I would like to know how do I get exact match when working with Oracle Text.
    DROP TABLE T_TEST_1;
    CREATE TABLE T_TEST_1 (text VARCHAR2(30));
    INSERT INTO T_TEST_1 VALUES('Management');
    INSERT INTO T_TEST_1 VALUES('Busines Management Practice');
    INSERT INTO T_TEST_1 VALUES('Human Resource Management');
    COMMIT;
    DROP INDEX T_TEST_1;
    CREATE INDEX T_TEST_1_IDX ON T_TEST_1(text) INDEXTYPE IS CTXSYS.CONTEXT;
    SELECT * FROM T_TEST_1 WHERE CONTAINS(text, 'Management')>0;
    The above query will return 3 rows. How do I make Oracle Text to return me only the first row - which is exact match because sometimes my users need to look for exact match term.
    Please advise.
    Regards,
    Jap.

    But I would like to utilize the Oracle Text index. Don't know your db version, but if you slightly redefine your index you can achieve this (at least on my 11g instance) :
    SQL> create table t_test_1 (text varchar2(30))
      2  /
    Table created.
    SQL> insert into t_test_1 values ('Management')
      2  /
    1 row created.
    SQL> insert into t_test_1 values ('Busines Management Practice')
      2  /
    1 row created.
    SQL> insert into t_test_1 values ('Human Resource Management')
      2  /
    1 row created.
    SQL>
    SQL> create index t_test_1_idx on t_test_1(text) indextype is ctxsys.context filter by text
      2  /
    Index created.
    SQL> set autotrace on explain
    SQL>
    SQL> select text, score (1)
      2    from t_test_1
      3   where contains (text, 'Management and sdata(text="Management")', 1) > 0
      4  /
    TEXT                             SCORE(1)
    Management                              3
    Execution Plan
    Plan hash value: 4163886076
    | Id  | Operation                   | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |              |     1 |    29 |     4   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| T_TEST_1     |     1 |    29 |     4   (0)| 00:00:01 |
    |*  2 |   DOMAIN INDEX              | T_TEST_1_IDX |       |       |     4   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("CTXSYS"."CONTAINS"("TEXT",'Management and
                  sdata(text="Management")',1)>0)
    Note
       - dynamic sampling used for this statementJust read that you indeed mentioned your db version in your first post.
    Not sure though if above method is already available in 9i ...
    Message was edited by:
    michaels

  • How to get support for an iphone 4 that I bought in the United States here in Mexico?

    Hi:
    I just bought on September 2011 an unblocked iPhone 4 in the apple store in Miami. I also got an apple care protection plan for this iPhone. The problem right now is that the iphone is not working properly. I have reseted using itunes but the phone is not working. The phone no matter what application I am using it blocks itself for about 45 minutes. The screen goes blank and it starts a a series of unsuccesful reset. There is no way to work with this phone. I call apple support and they said that there is nothing I can do to get support from apple down here in Mexico. The only thing to do is to go to the United States an d get support over there. Please help.

    You have your answer iPhone warranty is NOT international it only covers
    the county of Purchase in your case the US
    You will have to take it back to an Apple Store in the US

  • How to get the Newly added fileds from Oracle to BW

    Hi ,
    We have created the view in the DB side and extracted the data to BW side. After that in the DB side they have added new filed. I want to extract the data for that filed also. But that filed is not displaying in the data source itself. We have deleted the sources system assignment to that particular info source and generated the data source in the source system side, and then also I an unable to get the newly added filed in the data source. We are extracting the data from the ORACLE data base. Please let me know the steps how to get the newly added filed in the data source.
    Thanks,
    Visu

    Hi Yadav,
    yes i have alreday created the info objects in the BW side. In the Oracle DB i can see the fileds in the data sources. Newly added filed is not displaying where as previous all fileds are displaying in the oracle DBside.
    Thanks,
    Visu

  • How to get Workflow code/wtf file from Oracle Customization Form

    Hi All,
    I am new to this forum. Can some one please help me how to get this wft file from customized oracle PO form ?
    Thanks,

    Pl post details of OS, database and EBS versions.
    What is "this wft" file ? WFT files are txt files of workflow definitions that can be downloaded from the database (or uploaded to the database) using WFLOAD utility.
    HOW TO DOWNLOAD WORKFLOW FILE .wft          [Document 578248.1]
    How To Update and Move Workflow From One Instance to Another?          [Document 398460.1]
    HTH
    Srini

  • Is there any interface support for Microsoft MSMQ from Oracle AQ?

    Hi frns,
    Like Oracle's Native AQ Interface for Java , Is there any support for microsft?.
    Is there any way of posting msgs from AQ to MSMQ?
    Regards
    Sunil

    Take a look at DUMP_CSV function by Tom Kyte.

  • How to get support for servlets?

    Hello, I've been successful at creating applets and applications. Now I want to play with servlets. I use jpadpro IDE, and when I compile a sample servlet, it says javax.servlet.* does not exist. So I fetched j2sdkee131 which I guess contains servlet support. When I tell my IDE to use j2sdkee131, it doesn't work because this doesn't contain the compiler ie javac. Anyone know what I need to do to be able to compile a simple servlet? Thanks.

    you need servlet.jar which comes with tomcat...I also think it is included in J2EE JDK

  • How to get support for a UPS (battery backed power supply)?

    According to all documentation, there should be a tab under "System Preferences/Energy Saver".
    However in MAC OS X 10.5.6 there are only Sleep and Options tabs.
    Any idea?

    HI Moshe,
    Try a different USB port.
    Here's a thread that might help: http://discussions.apple.com/thread.jspa?threadID=1484450
    And here: http://www.xvsxp.com/system/power_management.php
    If drivers (software) came with the hardware, is it installed?
    Carolyn

  • How to get more than 1000 rec from Oracle?

    Hi
    i got this issue from 1 of my fnd.
    can any one tell me how to over come this issue?
    I need help in solving the issue
    This is the oracle error coming when we try to export
    the records to the excel sheet.
    Macromedia][Oracle JDBC Driver][Oracle]ORA-01795:
    maximum number of expressions in a list is 1000
    This error is due to the limitation in oracle db list
    query.
    example:
    select * from FEEDBACK_IN Where feedback_in.case_id
    IN ( (param 1) , (param 2) , (param 3) , (param 4) ,
    (param 5) , (param 6) , (param 7) , (param 8) , (param
    9) , (param 10) , (param 11) , (param 12) , (param
    13)……………………….(param
    5000))
    If the list exceeds 1000, we will get the following
    error from the database. And there is a limitation in
    oracle db to 1000.
    We need to rewrite the query to avoid the list error
    if the list exceeds more then 1000 records.

    You must work with the guy who asked the same question
    yesterday.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=6&threadid=1149324&ente rthread=y

  • How to get result of select query from  oracle  in VC

    Dear All ,
    I have a application in oracle which insert the data in the oracle database table.
    Now i want to show all the data that has been inserted into the database table in my VC application but i don't know how to handle select query in VC.
    Regards
    Krishan

    Hi Goivndu
    Thanks for your reply .
    I know all those things.
    I have created the system & alias  for my backend oracle system.
    I can also see all the stored procedure that are there in my oracle system.
    I just want to know how to write a select query in a stored procedure .
    you can insert data , Update data through oracle procedure but i don't think there is any way to get the result of select query in stored procedure .
    If you know any way to do that please do let me know .
    Regards
    Krishan

  • How to get utf-8 Chinese Characters from Oracle DB by EJB

    We have found that after disabling JIT in weblogic, the Chinese can be displayed correctly, otherwise, it doesn't work.How come this happens?

    Thanks for all of your suggestions. It still refuses to work.
    I entered the following: ���^�E on the HTML form using the Chinese(PRC)keyboard on my Win2K box.
    I checked and verified the correct encoding in the servlet request (GB2312 for chinese characters)
    request.getParameter(xxx) yields ???
    new String(request.getParameter(xxx).getBytes("GB2312")) yields three boxes (values 20309, 27946 and 23380)
    new String(request.getParameter(xxx).getBytes("GB2312"), "UTF-8") yields nothing
    Any ideas?

  • How to get Operating System Space Info from Oracle database using SQL

    Our oracle databases are installed on Unix operating system. Currently our DBA wrote a view to get space info of table spaces and He is requesting me to add Operating system level(file system) drive space info to the same report.
    Can you please let me know the easiest way to get this information to sql table so that it can be used for reporting purposes?

    You should be able to create a shell script with the OS commands to generate the information for the mount points that you want to access in Oracle, then read it in as an external table using the preprocessor feature of external tables:
    http://download.oracle.com/otndocs/products/database/enterprise_edition/utilities/pdf/xtables_preproc11g_1009.pdf

  • How can I get support for Canon Powershot S110 in CS5 Photoshop?

    Does anybody know how to get support for using raw files created by Powershot S110 in PS CS5? PS CS5 does not open them and requires an update. However, this camera is not listed in the description of Camera Raw updates (the top model of this series is S100 in the list) and the latest update is also not compatible with CS5.

    Which operating system are you using?
    Since photoshop cs5 can only use up to camera raw 6.7 and that camera needs at least camera raw 7.3, you'll need the 8.6 adobe dng converter to convert the canon s110 camera raw files to dng copies which then photoshop cs5 should be able to open.
    For windows xp, vista or mac os x 10.6.8 use the 8.3 adobe dng converter
    windows
    Adobe - Adobe Camera Raw and DNG Converter : For Windows
    mac
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh
    How to use the dng converter
    Camera Raw: How to use Adobe DNG Converter - YouTube

  • Is there a way to get support for add-ons thru your site...especially since I can't actually contact Firefox?

    I have been trying repeatedly to find out how to get support for the FIREFTP add-on. I have a HDD that is in the midst of crashing and I need to get the ftp accts from it. I have followed every direction they have specified but none work. Need to speak to a developer. Now that I am trying to getting a hold of someone from mozilla, i find the same difficulty getting in touch with someone. This type of support model is a joke.
    I had no idea i would be on my own once a problem occurs.

    The first place to look for a support link for a particular extension is that extension' download page, in the right-column to the right of '''''About this Add-on'''''.
    https://addons.mozilla.org/en-US/firefox/addon/fireftp/ <br />
    http://fireftp.net/help.html
    If the extension developer didn't provide that information or doesn't have a support page, the Addons.Mozilla.Org forum is the second place to look. <br />
    https://forums.mozilla.org/addons/
    Third place is the Extension/Theme Releases forum over at MozillaZine. <br />http://forums.mozillazine.org/viewforum.php?f=48&sid=74e031d1d4cf5f018a1299f902d76641

  • HT4356 I can't get air print to work from my iPhone 4. I've verified everything. Th phone gets WIFI from AT&T. Computer's WIFI through Netgear, Charter.  How do I resolve this?

    I can't get air print to work from my iPhone 4. I have newest phone operating system, and the phone is air print enabled.
    The phone gets WIFI from AT&T.  My computer, to which my printer is wirelessly connected, gets WIFI from Charter Communications and a Netgear router. 
    That must be the problem.  How do I resolve that?

    For Airprint to work your iPhone and printer must be on the same local network. Your printer must support Airprint (see here for list: http://support.apple.com/kb/ht4356).
    Can you connect your iPhone to the Netgear router WiFi?

Maybe you are looking for

  • Numbers syncing on iPad and iPhone

    I have numbers on both my iPad and iPhone. Both are set up for iCloud. It is my understanding that they should automatically sync my spreedsheets. Is that wrong? Is there a step I'm missing?

  • Cant Restore ipod mini

    My Ipod mini has the folder with an exclamation point icon on it and I have tried all the solutions apple provided and none have worked to solve the problem. So I tried to restore my ipod mini and even that didnt work. I switch my ipod mini into disk

  • Lost the iTunes app - how do I recover it?

    At some point, I lost the iTunes application on my iPhone. I cannot figure out how to bring it back. Help? Much obliged.

  • Disabling selection of JSeparator in a JComboBox

    Does anyone know how to disable the selection of a JSeparator in a JComboBox? I'm using JRE 1.1.8.

  • WxWidgets applications failing to compile

    I'm running Arch Linux with KDE over it. I have wxWidgets installed via the user repository, and for some reason, it won't work now with g++ `wx-config --libs` `wx-config --cxxflags` -o target target.cpp. It worked yesterday, but now it won't for wha