Building index on a map element in DPL

Hi,
If I have an entity which has a map in its data elements:
@Entity
static class Person {
@PrimaryKey
String ssn;
Map<String, String> attributes;
where the map takes key value pairs for the person attributes like { ("name","Jane"), ("age", "25") }. Is there a way to build a secondary index on the name attribute, meaning that the index is on attributes.get("name")?
Thanks,
Walaa.

Using the DPL, the only way to do this (that I know of) is to create a many-many secondary index. Each key in the index could be a two part (name, value) key object. For example:
@Entity
static class Person {
    @PrimaryKey
    String ssn;
    @SecondryKey(relate=MANY_TO_MANY)
    Set<Atrribute> attributes;
@Persistent
static class Attribute {
    @KeyField(1)
    String name;
    @KeyField(2)
    String value;
}You can use the SecondaryIndex<Attribute, String, Person> to query Person by Attribute.
You previously said that you're using the collections API with a TupleSerialBinding, so I'm a little confused. I guess you're exploring multiple APIs?
--mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Best Way To Build An Array Of Many Elements

    Simple question for you LabVIEW experts: I want to build an array of many element for use in my code.  The problem is I have 20 elements I need to insert into the "Build Array Function."  This takes up much code space and is really not that clean.  I was thinking of using a For Loop and use the iteration terminal as the index for each element.  The For Loop would then use auto indexing and build this array for me.
    Is there a more efficient way to do this?  Thanks!

    hobby1 wrote:
    Crossrulz, I was planning on handling it like this: 
    I have a total of 17 element I need to build an array from.  Each case would include another element to be written to the array.  Is this the correct way to handle this?
    Thats one way to do it.  Not nearly as efficient as using the Build Array, but it will work.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to get Index of a single element in a table

    Hi Gurus,
    I need to get the index number of the element in a table even if the row is not selected.
    I've already searched the forum for this but all i'm getting are selected rows in the table.  I need to get the index even if that elemen's row is not selected in the table.
    Please advise.
    Regards,

    Hi,
    Could you please specify what exactly you want to do?
    You said you want to get the index of an element even if the corresponding row is not selected. But there might be more than one element where the correponding rows are not selected. So it would be better if you could be more specific about what you want to achieve.
    Regards,
    Srilatha

  • Build index on olap's table

    Hi,
    I am on an OLAP application which has a table having millions of records, and the table doesn't have any index. When checking the data found one particular column has total less than 50 distinct values which likely to be a good candidate for building index against. Another column on the same table is composed of [fixed_character_string]_[random_value], e.g. BLABLABLA_000000001, BLABLABLA_000000002, etc. what kind of index should I build, normal index for the first one, and bitmap index for the second?
    Last, This is a partitioned table.
    Regards

    rac100g wrote:
    When checking the data found one particular column has total less than 50 distinct values which likely to be a good candidate for building index against. Not true.
    rac100g wrote:
    Another column on the same table is composed of [fixed_character_string]_[random_value], e.g. BLABLABLA_000000001, BLABLABLA_000000002, Sounds like you should have 2 columns and not one.
    In general, we're not going to be able to help you much with the level of detail you have given us.
    If you want to share DDL's for the tables, data volumes / distributions as well as the types of queries your application is going to be issuing then we may be able to get somewhere. You may also want to look at using enterprise manager / tuning pack (if your licensed for it), check the documentation for your version (which you should always mention when posting a question).

  • env-entry-mapping element is removed during deployment process

    I overwrite the variable value defined in ejb-jar.xml by the one defined in orion-ejb-jar.xml using <env-entry-mapping> element. But after my appliocation has deployed I don't find this element in the application orion-ejb-jar.xml. Oracle AS just removes this element from the descriptor!
    ejb-jar.xml:
    <env-entry>
    <env-entry-name>server</env-entry-name>
    <env-entry-type>java.lang.String</env-entry-type>
    <env-entry-value>172.38.48.12</env-entry-value>
    </env-entry>
    orion-ejb-jar.xml:
    <session-deployment name="Inventory" max-instances="-1" location="Inventory">
    <env-entry-mapping name="server">dummy</env-entry-mapping>
    </session-deployment>
    Can anybode help?

    Avi!
    Of course, I had tried it before I wrote the question. I put the modified xml file into the application area. After that AS restarts OC4J instance. And then I find my xml without any changes I made! I tried to do the same thing from the AS console. The same!
    Leonid

  • How can I use index in xsl mapping

    Hi All,
    How can I use index in XSL mapping.

    Hi Shiva,
    I am using two more select queries with the same manner ....
    here are the other two select query :
    ***************1************************
    SELECT * APPENDING CORRESPONDING FIELDS OF TABLE tbl_summary
        FROM ztftelpt LEFT JOIN ztfzberep
         ON  ztfzberep~gjahr = st_input-gjahr
         AND ztfzberep~poper = st_input-poper
         AND ztfzberepcntr  = ztftelptrprctr
        WHERE rldnr  = c_telstra_projects
          AND rrcty  = c_actual
          AND rvers  = c_ver_001
          AND rbukrs = st_input-bukrs
          AND racct  = st_input-saknr
          AND ryear  = st_input-gjahr
          and rzzlstar in r_lstar             
          AND rpmax  = c_max_period.
    and the second one is
    *************************2************************
      SELECT * APPENDING CORRESPONDING FIELDS OF TABLE tbl_summary
        FROM ztftelnt LEFT JOIN ztfzberep
         ON  ztfzberep~gjahr = st_input-gjahr
         AND ztfzberep~poper = st_input-poper
         AND ztfzberepcntr  = ztftelntrprctr
        WHERE rldnr  = c_telstra_networks
          AND rrcty  = c_actual
          AND rvers  = c_ver_001
          AND rbukrs = st_input-bukrs
          AND racct  = st_input-saknr
          AND ryear  = st_input-gjahr
          and rzzlstar in r_lstar                              
          AND rpmax  = c_max_period.
    for both the above table program is taking very less time .... although both the table used in above queries have similar amount of data. And i can not remove the APPENDING CORRESPONDING. because i have to append the data after fetching from the tables.  if i will not use it will delete all the data fetched earlier.
    Thanks on advanced......
    Sourabh

  • A mapped elements relationship with other elements cannot be preserved

    Hi,
    I am trying to create an XML file from an XSD using excel macros and data from excel worksheet. The mapping takes place fine. However, when I try to save the mapped items into an XML file using SaveAsXML function, it gives me the following reason why the
    XML is not exportable:
    A mapped elements relationship with other elements cannot be preserved
    Could someone please help is resolving this issue?
    Thanks

    Preamble: I am not a specialist, on the contrary. I discovered xml a few days ago trying to submit returns based on two quite different compulsory xsd schemas established by local authorities. So this note has no other pretention than
    to try to help others starting from same level.
    The plus: I discovered I could do it (with limitations) from Excel 2010 by attaching the provided xsd and mapping the relevant fields to excel data cells. This is reasonably described on MS sites & elsewhere, although the MS tutorials
    do not focus on this particular objective, which is important as authorities are using more and more XML to expect returns.
    The minus: I stumbled across stupid issues (in fact pulling my hair...), which could be better highlighted in MS doc for the newbies like me, because at that stage of knowledge and on your own, all seems unsurmountable. When Excel gives
    the error messages, there is little indication on why and where the error occurs. My two common errors difficult to debug:
    1. Denormalized data error
    2. Relationship cannot be preserved error
    What I was doing wrong for the first xsd then even for the second by accident:
    1. In error, I was mapping an element occurring max once in the XSD schema to an element in an "Excel Table" (the “new” table formatting available in Excel 2010). I solved this by de-mapping the culprit element, converting the "Excel Table"
    to ordinary ranges using the button provided in the ribbon for this, and re-mapping. From there, (nearly) each time I was mapping a new element / attribute to a cell in the worksheet, I used the button "Verify map for Export" giving me debugging message soon
    enough before mapping the whole data set and finding it was wrong a bit late and not knowing exactly where it started to go wrong. Also, for the repeating component, I had set manually the Excel table for the whole recursive element beforehand as I found out
    that when using the dragging process, the results could be random (some attributes in the table, others in other tables resulting in errors type 2 relationship).
    2. Relationship error is a more nagging issue as it seems to relate to a structural limitation of this Excel 2010 export mechanism. Flattening a database with several depth levels (list of lists) is not trivial, so Microsoft stipulates
    a bit buried in notes while it should be in bold at the top that Excel (which version? also 2013?) "does not support recursive structures that are more than one level deep". Happily, while the xml schemas I had to follow where providing for several levels
    deep (3 in my case), I needed only one for both xml files.  So, I copied the “too complex” xsd schema, updated it manually to suppress 2 levels. I remapped and tested. The error messages had gone. I exported. Then, I had to simply add the
    previously deleted opening & closing tags manually using a free editor (Vim with thanks to that author).  
    But unless my understanding is wrong, which is quite possible, readers should understand that this documented limitation can become a structural stumbling block if they need absolutely recursivity with more than one level depth (list of lists). So, if
    I can do it in Access from a DB (I still need to find out how & forum guidance is more than welcomed), this will be my future way to explore.
    To finish, I validated the exported xml against the compulsory xsd schema using the online tool provided free by CoreFiling to ensure basic formatting mistakes had not been committed before submitting the returns for online validation
    by Authorities application. I have MS Visual Studio Express installed which may help as well but I don’t know how to use it for this.
    NB: I found also easier to copy (dragging top of the xsd tree) all the xsd elements /attributes in bulk from the xsd schema from the box on the right to a worksheet. While results would not be useable “as is” to map (it would most probably
    give errors), at least, it provides a good initial template with the right headings for all the elements / attributes facilitating restructuring (occurring once, elements part of a recursive table) then map properly and reasonably fast. Before doing this,
    I was copying manually the xml headings from the Word documentation provided by Authorities, which worked but was more cumbersome and risky.
    Conclusion
    I had never read about xml before (just heard often about it). It took me around 6-7 hours to learn some critical basics about it and about these specific xsd schemas. With a few trials & errors, I could use Excel 2010 to produce the
    xml files required for the two schemas I needed. The great advantage compared to an online submission of data to Authorities is that it a process easy to repeat quietly at work (or at home) and enabling to check peacefully and thoroughly the xml data files
    before submitting them.  If wrong submissions have been made, it enables automated corrections much easier as well. It is within reach for users with reasonable but not outstanding Excel / Xml knowledge but it requires some initial time investment.  
    Hope this saves time for others.
    acontrario
    Brussels

  • Getting th following error while trying to do BUILD INDEX for search in BCC

    Hi I am getting the following error while I am trying to build index through search administration from BCC.
    I am using windows7, Weblogic 10.3.2 and ATG9.2
    On BCC screen I am getting the message as : An unexpected error has occurred. Please try again later or contact system administrator.
    In the console logs, the following error is occurring:
    2011-10-06 18:26:58,319;;;org.apache.commons.digester.Digester.sax;;;DEBUG;endDocument()
    **** Error Thu Oct 06 18:27:35 CEST 2011 1317918455348 /atg/searchadmin/repository/service/SyncService No partition_step step found in task '
    700001' of type 'check' atg.search.exception.ObjectNotFoundException: SyncStepDefinition not found.. id=null, item-desciptor=null
    **** Error Thu Oct 06 18:27:35 CEST 2011 1317918455348 /atg/searchadmin/repository/service/SyncService at atg.searchadmin.repository.
    beans.methods.BaseSyncTaskMethods.setSyncStepDefinitionOption(BaseSyncTaskMethods.java:307)
    **** Error Thu Oct 06 18:27:35 CEST 2011 1317918455348 /atg/searchadmin/repository/service/SyncService at atg.searchadmin.repository.
    beans.methods.BaseSyncTaskMethods.setPartitionReuseType(BaseSyncTaskMethods.java:101)
    **** Error Thu Oct 06 18:27:35 CEST 2011 1317918455348 /atg/searchadmin/repository/service/SyncService at atg.searchadmin.repository.
    beans.methods.BaseSyncTaskMethods.setPartitionReuseType(BaseSyncTaskMethods.java:91)
    **** Error Thu Oct 06 18:27:35 CEST 2011 1317918455348 /atg/searchadmin/repository/service/SyncService at atg.searchadmin.repository.
    beans._SyncTaskDefinition_Impl.setPartitionReuseType(_SyncTaskDefinition_Impl.java:107)
    **** Error Thu Oct 06 18:27:35 CEST 2011 1317918455348 /atg/searchadmin/repository/service/SyncService at atg.searchadmin.adminui.for
    mhandlers.EstimateIndexSummaryFormHandler.createTask(EstimateIndexSummaryFormHandler.java:144)
    **** Error Thu Oct 06 18:27:35 CEST 2011 1317918455348 /atg/searchadmin/repository/service/SyncService at atg.searchadmin.adminui.for
    mhandlers.EstimateIndexSummaryFormHandler.handlePerformSyncTask(EstimateIndexSummaryFormHandler.java:236)
    **** Error Thu Oct 06 18:27:35 CEST 2011 1317918455348 /atg/searchadmin/repository/service/SyncService at sun.reflect.NativeMethodAcc
    essorImpl.invoke0(Native Method)
    **** Error Thu Oct 06 18:27:35 CEST 2011 1317918455348 /atg/searchadmin/repository/service/SyncService at sun.reflect.NativeMethodAcc

    Please check:
    1) Values of in engineDir and deployShare in LaunchingService component
    2) Search environment name
    3) To create a full index, the indexing engine requires a clean partition, a file from which all indexes are created: /atg/search/routing/RoutingSystemService
    You need to identify the location of the clean partition by creating a /localconfig/atg/search/routing/RoutingSystemService.properties file. Use the cleanPhysicalPartitionPath property
    to identify the full path to the clean partition. There is a copy of the clean partition located at <Searchdir>/SearchEngine/operatingsystem/data/initial.index. To resolve the path
    correctly, use a relative path to identify the clean partition location as a local copy. For example: cleanPhysicalPartitionPath =../data/initial.index
    Thanks and regards,
    Anuj

  • Build Indexes Script Stopped After 20 Indexes. Is there a limit?

    I created a script to build indexes for my database. I've run it several times and the scrip stops (is shown as cancelled) aftr 20 indexes are built. Is there a limit to the number of indexes available in a database for XE?

    I created this file using an export from the database on another machine.
    I then edited the export file to collect all the "create index" sql statements
    into a single file.
    I am running this file Index.sql using the XE SQL>SQL Scripts window,
    clicking on the script file, and selecting Run.

  • Can you create an index on a Map?

    I have a few questions that I can't seem to figure out nor find a viable example for. Can you create an index for a Map contained within a nested object, and if so, how would you do this? I currently have a Filter the inspects this criteria in the cache but am unable to figure out to create a usabe index for the custom filter. I'm using Coherence 3.5.2 - any help would be most appreciated. I'm not sure if/what I need to do with the SimpleMapIndex....
    Here's the basic object map below. My filter is retrieving all of the CustomerGroup objects that have a Customer in it's collection that contains the passed in Integer value in the Customer's Map. So can you create an Index on a Map (and a nested one at that) and how do you that? The index would need to be on the nested customerValues hashmap.
    class CustomerGroup
        Set<Customer> customers ;
    class Customer
        Map<Integer, CustumerValue> customerValues;
    }

    If you write a custom ValueExtractor, which you need to create an index, then you will not need a custom Filter.
    Depending on how efficient you need to be you custom extractor can use POF and not have to deserialize the entries to create the index, or it can deserialize the class, which will make the code more straight forward.
    For example, without using POF
    public class MapKeyExtractor extends EntryExtractor implements PortableObject {
        public MapKeyExtractor() {
        @Override
        public Object extractFromEntry(Map.Entry entry) {
            Set<Integer> keys = new HashSet<Integer>();
            CustomerGroup group = (CustomerGroup) entry.getValue();
            Set<Customer> customers = group.getCustomers();
            for (Customer customer : customers) {
                keys.addAll(customer.getCustomerValues().keySet());
            return keys;
        @Override
        public boolean equals(Object obj) {
            return (obj instanceof MapKeyExtractor);
        @Override
        public int hashCode() {
            return MapKeyExtractor.class.hashCode();
        @Override
        public void readExternal(PofReader in) throws IOException {
            super.readExternal(in);
        @Override
        public void writeExternal(PofWriter out) throws IOException {
            super.writeExternal(out);
    }The extractor above will return a collection of all of the Integer values in the keys of all the customerValues of all the customers in a CustomerGroup (I have guessed you might have accessor methods on the classes you posted).
    You can then use a ContainsFilter for your query. For example to get all the values from the cache where the customerValues map contains a 19 in the key...
    Set results = cache.entrySet(new ContainsFilter(new MapKeyExtractor(), 19));You could write a version of the MapKeyExtractor that uses POF and would not deserialize the values but this would be more complicated code as it would need to extract the Map from the POF stream of the value and walk down the keys and values extracting the keys. It is doable but not worth it unless you are really worried about performance of index updates.
    Discalimer I have written the code above from the top of my head so have not compiled it or tested it but it should be OK.
    JK

  • Building index from multiple master and child relationship tables

    Hello,
    My question is:
    Is it possible to create the index for master and child tables?
    If yes, can you please point me out to any links or give me an example.
    Actually i just followed this below link to create the index using multiple tables
    Building index from multiple tables for text search
    I am able to create the index using above link,but problem accured , when i search for one master data column value then it is returning many rows with same master data for each child row.
    for example
    SELECT
    a.conc_program_name,
    a.conc_program_desc,
    b.param_name
    FROM a_master a, b_child b
    WHERE b.report_dtls_id = a.report_id
    AND CONTAINS (a.dummy, 'PAY') > 0
    Which retruns
    PAY Master A
    PAY Master B
    PAY Master C
    Please let me know is there any way i can restrict this to single row with concatination of child data like
    PAY Master A B C
    Another doubt is ,i have the column value like p_consolidation_set_id,when i give this in CONTAINS (a.dummy, 'p_consolidation_set_id') > 0 ,then not able to get the any results.
    please let me what shall i do for this issue.
    Thanks
    Message was edited by:
    user496798

    There are various ways to concatenate the values. One nice generic solution is to use Tom Kyte's stragg function:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:2196162600402
    If p_consolidation_set_id is a variable name, not a value, then do not put quotes around it.
    Message was edited by:
    Barbara Boehmer

  • What's its meaning? "% java lia.meetlucene.Indexer build/index /lucene"

    I try it in the common line, aways show error:
    Exception in thread "main" java.lang.NoClassDefFoundError: lia/lucene/Indexer

    I have typed this 'java lia.meetlucene.Indexer build/index /lucene' into the command prompt to run indexer but failed.
    The error shows:
    Exception in thread 'main' java.lang.NoClassDefFoundError: lia/meetlucene/Indexer
    Hence, i don't understand how to use the command prompt to run the indexer that i have just built.
    thanks.

  • After building index is crawler deletes the data from crawl db?

    HI
    how the search service crawl component works,
    each time after building index is crawler deletes the data from crawl db
    adil

    Hi Adil,
    Index Database is usually called Crawl Database.
    I found a series of articles which goes through what these components are, how they work together, and how to provision them:
    http://blogs.msdn.com/b/russmax/archive/2010/04/16/search-2010-architecture-and-scale-part-1-crawl.aspx
    http://blogs.msdn.com/b/russmax/archive/2010/04/23/search-2010-architecture-and-scale-part-2-query.aspx
    SharePoint Server 2010 Enterprise Search Evaluation Guide:
    https://www.microsoft.com/en-us/download/details.aspx?id=24189
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Exeception while building index for viewController Project

    Hi,
    When i work with the viewController project, i have this message in the window Messages-log :
    Aug 18, 2010 1:43:54 PM oracle.ideimpl.index.IndexRoot run
    SEVERE: Exception while building index for C:\JDeveloper\Easy\EasyPilot\Trunk\EPILOTV2\ViewController\public_html
    java.lang.ArrayIndexOutOfBoundsException: -2
    *     at oracle.ideimpl.index.IndexRoot.mergeData(IndexRoot.java:773)*
    *     at oracle.ideimpl.index.IndexRoot.saveIndex(IndexRoot.java:726)*
    *     at oracle.ideimpl.index.IndexRoot.run(IndexRoot.java:610)*
    *     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)*
    *     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)*
    *     at java.util.concurrent.FutureTask.run(FutureTask.java:138)*
    *     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)*
    *     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)*
    *     at java.lang.Thread.run(Thread.java:619)*
    which causes Jdeveloper to ask me to exit from Jdeveloper.
    What happens ? What i have to do to correct the problem cause it seems dangerous.
    Thanks for any help,
    David

    Sorry,
    i have not precised that i work with Jdev 11.1.1.1.0 studio edeition version
    hope it will help
    David

  • Mapping elements of VRA to a number

    hi,
    My project involves maintaining the database for a bus company.
    Each bus_route is divided into regions. Each bus-stop on a route maps to a region.
    eg. bus-stop numbers 1,2,4,5,6,8 map to Region 2.
    I was thinking of having a table regions with the following structure:
    create table regions
    Region_id NUMBER,
    route_id VARCHAR2(20),
    bus_stops stops_va
    INSERT INTO regions VALUES(2, '459UP', STOPS_VA(1,2,4,5, 6, 8));
    However, given a route_id and bus-stop number determining the region is a little tedious involving
    looping through the varray elements of all rows with given route_id.
    Is there an easier and more efficient way of doing this?
    Amina

    Amina
    You may find it easier to stick to a relational model if you want to be able to query rapidly:
    Region ---< Stop ----<Route-Stop>----- Route
    Route-Stop represents the M:M relationship between Route and Stop. I'm assuming that a Stop is always in the same Region (for all the bus routes that use the stop). Assuming your bus company works like the London Underground (stop = station) then for example
    Stop "Victoria Station" is in region 1;
    It is on 3 lines (District, Circle, Victoria Line)
    It is stop #4 on Victoria Line; (counting from Brixton)
    It is stop #12 on District Line; (counting from Ealing Broadway)
    It is stop #8 on Circle Line (counting anti-clockwise from Edgeware Road)
    (see map at http://www.tfl.gov.uk/tfl/pdfdocs/colourmap.pdf). Actually, for timetabling purposes its on at least 10 lines (Circle line both ways, Victoria line both ways, District Line both ways to each of Wimbledon, Richmond, Ealing ...)
    I'm presuming that the Route-Stop would have a stop_number (start to finish of route).
    So if you want to list out a bus route from beginning to end:
    select rt.route_id, rt.route_desc,
    st.stop_id, st.stop_desc,
    rs.stop_number,
    rg.region_id, rg.region
    from routes rt
    inner join route_stops rs on rs.route_id = rt.route_id
    inner join stops st on st.stop_id = rs.stop_id
    inner join regions rg on rg.region_id = st.region_id
    where rt.route_id = :my_route
    order by rs.stop_number
    route_stops has columns (route_id, stop_id, stop_number); the PK is all the rows together; you could make this an index organised table.
    Having a relational structure makes it easy to query from any viewpoint; eg if you want to print timetables for a specific bus stop, you easily could...
    Failing that, if you really want to pack the route into a nested table (and you've realised that it can be inconvenient) then it's the M:M relationship that wants to be nested. The 'route-stop' table should be nested into the routes table, not the regions table. Essentially, the stop is a more or less permanent fixture; routes may change; you can regard the sequence of stops as a (list) attribute of the route (if the route is axed, the sequence of stops is axed too). When you change a route, you change the list of stops. You'd want to edit one row in routes, not every combination of region/route. Your proposed table means that a route crossing regions would have several rows in the 'regions' table - not very well normalised :-)
    HTH, but let me know if you want more information on manipulating nested tables in a relational way
    Regards Nigel

Maybe you are looking for

  • Error while running config.sh to configure OIM 11.1.1.5.0

    Hi I have installed all the required SW to run OIM 11.1.1.5.0 - DB 11.2.0.1 - WLS 10.3.5.0 - RCU 11.1.1.5.0 - SOA 11.1.1.5.0 - OIM 11.1.1.5.0 I was able to create the WLS domain and to start the AdminServer. But when I try to run *~oracle/Middleware/

  • Linking to Podcast No Longer Works

    Hi, I have a link to my podcast embedded on a webpage as: http://www.itunes.com/podcast?id=214320347 The link used to work, but now gives me a file download dialogue instead of taking me to the podcast in iTunes as it used to. Any help on how to get

  • What Datarate (kbit/s) to choose in my situation

    HY, I have a Canon HG20 AVCHD Cam which shoots at 24mbit. When I cut my video in iMovie I'd like to export it to mp4 with h.264. I choose export using Quicktime conversion; format MPEG-4; under file format select MP4; under video tab select H.264; 19

  • Preview keeps crashing in mavericks

    how can I fix preview.  It keeps crashing.  It pulls up the same file that was opened weeks ago and then crashes

  • How to change system Window 7 32BIT to Window 64BIT

    Please help. My system is: System Directory C:\Windows\system32 Processor Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz, 2400 Mhz, 4 Core(s), 4 Logical Processor(s)BIOS Version/Date LENOVO 2SKG28A, 9/4/2007SMBIOS Version 2.5Windows Directory C:\Win