Need a favor (schemas)

Hello,
I am doing some studying using a book that references oracle schemas
HR schema, OE Schema, PM Schema,IX Schema, SH Schema
In my comp I only have the hr_main.sql, but not the rest.
I went to documentation and there is always the same explanation to use
oe_main.sql and ix_main.sql...l
the problem is that these files are not on my comp and I don't have the companion CD.
Would somebody please be so kind and send me these scripts on the following mail or just post them somewhere on net and send me the link.
[email protected]
Much oblighed

In case anybody will need this in the future - I found them.
All the schemas are available on
http://download.oracle.com/docs/cd/B10501_01/server.920/a96539/scripts.htm#31399
Oracle folks placed the scripts in alphabetical order, because the scripts have to be executed in perscribed order, visit the first page of the documentation and read Schema Dependencies.
Cheers

Similar Messages

  • Is there any need to create schema in unvierse designer of business objects

    HI this is sridhar
    is there any need to create schema in unvierse designer of business objects xi r2,  when i integrated sap bi data into business objects,i,e i have fetched sap-bi/bw data to business objects universe
    please help me

    I don't see what is wrong with
    <jsp:useBean id="tabsConfigurator" class="com.mypackage.TabLayoutConfiguratorImpl"/>
    The class has a no-args constructor at least. The useBean tag will work with it. Probably.
    But still, some code just can't be translated into scriptless JSTL.
    Calling methods which take parameters is one of those things.
    In this case you probably want to write a custom tag to work with your tabs
    I would probably look at using custom tags like this:
    <%@ taglib prefix="tab" uri="/WEB-INF/TabLayout.tld"%>
    // tab to create the configurator.
    // either export it as a var, or use other tags only nested within this one
    // so you can get access to the configurator.
    <tab:configure var="configurator">
      <tab:render configurator="${configurator}" tab="${tab}">
    </tab:configure>I don't know exactly what the scriptlet code will be doing. But I think a custom taglib would be the only way to eliminate scriptlet code that you have here.

  • I need a favor

    Hallo
    please I need a favor, can somebody open this zip.file and save it using LV 6.X so I can open it with LV 8.5.
    I know it's  weird what i am asking but I tried to open the LV's examples and  I couldn't  coz the VI-Version is too old compared with LabVIEW-Version.
    I had the same problem with another file . I did the same thing ; I opened it with LV 6.1 and I saved it on a USB and than I opened it with LV 8.5 , it works
    so please if anyone can do that for me I will be greatfull
    Thank you in advance
    Toni
    Attachments:
    LanLV101.zip ‏397 KB

    Here is it in LV8.5
    Attachments:
    LV8_5.ZIP ‏359 KB

  • Is there any need to create schema in univese designer,when using sap data

    hi this is sridhar,  i have integraed sap bi with business objects,now i have all cube chars and keyigures in BO UNIVERSE DESIGNER,NOW is there any need to create schema in universe designer to get a report in web intelligence

    Hi Reetha,
    [BAPI create invoice;
    Try if this works out.
    Regards
    Abhii...

  • Advice needed on designing schema to accomodate multiple transaction tables.

    Hi,
    The attached images shows my current schema. It consists of three transaction tables, a product table and a calendar table.
    - Background -
    The product table 'Q1 Data Set' contains all unique sales. In addition it also contains a number of columns by which I will later filter my pivot tables (e.g. whether the customer of the order is new/returning). This
    table also contains a column named 'DateOrdered',the date the order was originally placed (but not paid). 
    Each sale that is paid can be done so either in a single transaction, or across multiple transactions of different transaction types.
    An example of a sale  paid in multiple parts would be an order that has three transactions;
    one online (table 'trans_sagepay',
    one over the phone (table'trans_epdq')
    and another by card (table'trans_manual'). Furthermore there can be more than one transaction of each type for an sale.
    I have created measures which total the sales in each transaction table.
    Each transaction has a 'transaction_date' which is the date of that individual transaction.
    The calendar is simply a date table that has some friendly formatted columns for laying out pivot tables. An example column
    is FiscalMonthAbbrv which displays months similar to '(04) - January'
    to accommodate our fiscal year.
    - Problem -
    My problem is that I need the ability to create some tables that have the
    Date Ordered as the rows (listed by Year>Month), and I need to produce other tables that have
    Transaction Date as the rows.  
    Date ordered works fine, however the problem comes when I try and create a table based on the transaction date.
    With the current model seen in the attached image I cannot do it because the transactions have a relationship to
    Q1 Data Set and this table has the relationship with the
    Cal_Trans table. What happens in this scenario is that whenever I set the rows to be FiscalMonthAbbr  the values it displays is the transactions based not on transaction date but date ordered. To explain further:
    If I have an order A with a DateOrdered of 01/01/2014, but the transaction of £100 for that order was made later on the 05/01/2014, that £100 is incorrectly attributed to the 01/01/2014.
    To clarify the type of table I am aiming for see the mock-up below, I however NEED the ability to filter this table using columns found in
    Q1 Data Set.
    How can I make a schema so that I can use both DateOrdered and TransactionDate? I cannot combine all three transaction tables into one because each transaction type has columns unique to that specific type.

    Thanks for your suggestions, at the moment I don't have time to prepare a non-confidential copy of the data model, however I've taken one step forward, and one step back!
    First to clarify; to calculate sales of each transaction type I have created the following measures (I've given them friendly names):
    rev_cash
    rev_online
    rev_phone
    I then have a measure called rev_total which sums together the above measures. This allows me to calculate total revenue, but also to break it down by transaction type.
    With this in mind I revised the schema based on Visakh original suggestion to look like this:
    Using this I was able to produce a table which looked like that below:
    There were two issues with this:
    If I add the individual measures for each transaction type I get no errors, as soon as I add the 'Total Sales' measure on the end of the table I get an error "Relationship between tables may be needed". Seemingly however the numbers still calculate as expected
    - what is causing this error and how do I remove it?
    I CAN with this scenario filter by 'phd' which is a column in the Q1 Data Set table
    and it works as expected. I cannot however filter by all columns in this table, an example would be 'word count'.
    'Word Count' is a integer column, each record in the Q1 Data Set table has a value set for this column.
    I would like to take the column above and add a new measure called 'Total Word Count' (which I have created) which will calculate the total number of words in that monthly period. When I add this however I get the same relationship error as above and it
    display the word count total for the entire source tbale for every row of the pivot table.
    How can I get this schema working so that I can filter by word count and other columns from the product table. It Is confusing me how I can filter by one column, but not by a another in the same table.
    Also, I don't fully understand how I would add a second date table or how it would help my issues.
    Thanks very much for you help.

  • Need to know schema name and table name associated with a column-URGENT

    Hi folks,
    I need to know the schema name and the table name associated with a column. Though jdbc has the api to getTableName and getSchemaName, some database vendor like oracle does return empty upon call of mentioned methods. I found that oracle driver does not support that ……
    Can any one give me the solution? It is urgent. Or do you suggest any third pary jdbc driver which can provide those?
    Thanks
    Angelina

    Angelina,
    Your question has been discussed several times previously in this forum. Search this forum's archives for "getTableName". Oracle JDBC driver does not implement this (because "it is not feasible" -- according to Oracle).
    First of all, I would suggest that you could probably change your application's logic so that you would not need this functionality (but I guess that is not feasible either, right :-)
    Alternatively, you could try querying the Oracle database data dictionary.
    Good Luck,
    Avi.

  • Need to know schema and table name

    Hi folks,
    I need to know the schema name and the table name associated with a column. Though jdbc has the api to getTableName and getSchemaName, some database vendor like oracle does return empty upon call of mentioned methods. I found that oracle driver does not support that ��
    Can any one give me the solution? It is urgent. Or do you suggest any third pary jdbc driver which can provide those?
    Thanks
    Angelina

    hi,
    does not work for me.
    more pls
    --thanks                                                                                                                                                                                                                   

  • DR database Needs Different Application Schemas

    I am looking for experienced thoughts on Logical Standby database configurations using Data Guard...
    I have a Production database containing three application-specific schemas along with a handfull of schemas supporting business data. The DR site needs to receive replicated business data, but allow extra schemas to exist to support DR-side apps, which have a configuration based on location. E.g. the DR-side apps need to be setup using paswords that are hashed using hostnames, which are different given the DR site...
    My initial thoughts are to use a Logical Standby configuration to solve this, opening the standby database to allow the creation of extra application schemas.
    Can anyone tell me how suitable a solution this is, or if there is a better alternative?
    Oracle documentation explains that Logical standby database are generally used to off-load reporting and backups so I am concerned that my solution is going to produce management problems later down the line.
    Any comments much appreciated!
    Richard

    Many thanks for getting back to me!
    I agree that Logical standbys are not ideal for DR, but I can't see any other option in my situation. The problem is that a Physical standby won't work because I need the DR database to contain different application data to the Live site.
    Can you think of any other approved/reccommended solutions or technologies that will help, where Prod and DR are both single instance 10g DBs?
    One thought is to have separate databases on the DR side: one to host the app schemas and one acting as a physical standby for business data.
    Many thanks again,
    Richard

  • I need to create schema objects like OE,HR,SCOTT in existing ORACLE DATABASE INSTANCE

    I have oracle 9i installed and running.
    I need to create in existing Oracle Instance only few more schema.
    In instance we have schemas like SCOTT,OE,HR etc.,........
    How do I create my own schema object say PRODUCTS so that I can assign the required tables.
    has anyone has points and tips....
    please do send me the information
    thanks & regards
    Prakash

    Pl do not post duplicates - continue the discussion in your original thread - Re: Exp/Imp Database (DATA PUMP)

  • Need a table schema query

    First of all, sorry if this is covered in another thread... the topic is very hard to search for... "table field query"? lol
    I need to make a query of Oracle system tables to report on the schema of a particular table; i.e.:
    Fieldname, datatype, length, nullable, PK?, FK?
    I can do this in SQL Server by querying system tables. In Oracle I need it even more because all the tools I have tried (SQL Developer, TOAD, PLSQL Developer) don't let you save or print table schemas for some reason. The best I can do is script out DDL and edit out all the goop and format everything to a report. That takes forever.
    Thanks in advance for any tips...

    This is a sample query to get table details and its PK:
    select a.table_name, a.column_name, a.DATA_TYPE, a.DATA_LENGTH,
           a.NULLABLE, b.constraint_name, b.position, c.constraint_type
       from all_tab_columns a,
              all_cons_columns b,
              all_constraints c
      where a.table_name      = 'TABLE_NAME'
        and a.table_name      = b.table_name (+)
        and b.constraint_name = c.constraint_name (+)
        and a.column_name     = b.column_name (+)
        and (c.constraint_type IS NULL or c.constraint_type = 'P');

  • Delete a attribute not needed according to schema? (JAXB)

    Hi.
    I unmarshal an xml-file, and i want to delete a attribute not needed inte the file according to the schema. Is it possible to get rid of the attribute when I marshall or do i set it like this service.setAttribute("") and still have it there but with no data?
    thanks in advance.

    Yes, you can delete pages that are not needed, see this help text :
    Add, remove, move pages  http://help.apple.com/iphoto/iphone/2.0/?handbuch#blnkc0bbefcc
    Only, the book needs a minimum number of 20 pages.
    And when you want to upload it for printing, make sure, that you have plenty of free storage. Typesetting the book will need a lot of space on your device.

  • Need help applying Schema to doc

    Hi,
    I am trying to validate a xml document using a schema. I can avoid having to put the "schemaLocation" attribute in the doc to be validated by creating a XSDBuilder object. However, i can't figure out how to avoid having to put the xmlns attribute in the root element of the document:
    XML Doc:
    <?xml version="1.0" encoding="UTF-8"?>
    <request xmlns="http://www.example.com/orders">
    <id>12345456</id>
    <title>my title</title>
    <url>http://whatever.com</url>
    </request>
    Schema:
    <?xml version="1.0"?>
    <schema xmlns = "http://www.w3.org/1999/XMLSchema" targetNamespace = "http://www.example.com/orders" >
    <element name="request">
    <complexType>
    <element name="id">
    <simpleType base="string">
    <maxlength value="10"/>
    </simpleType>
    </element>
    <element name="title">
    <simpleType base="string">
    <maxlength value="200"/>
    </simpleType>
    </element>
    <element name="url">
    <simpleType base="string">
    <maxlength value="200"/>
    </simpleType>
    </element>
    </complexType>
    </element>
    </schema>
    If the targetNamespace in the schema can't be found in the root element of the doucment, the document will fail the validation.
    Is there anyway to apply a schema to an xml doc without having the xmlns attribute in the root element.
    thx,
    e

    Keep the first parameter of "" or you can even use this in your java code
    dp.setXMLSchema(xsdbuild.build("","C:\xmlschema\sample\catalogue.xsd)); assuming that your xsd file is in that location.
    In the xsd file keep your root tag like this
    <schema targetNamespace="">
    </schema>
    Hope this helps

  • Help needed with XML Schema Processor sample

    I'm trying to run the sample that came with the Oracle XML Schema Processor (XSDSample.java) and get the following error:
    -- process file: catalogue.xml
    file:/D:/java/xml/ORACLE/XSD/catalogue.xml<Line 8, Column 32>: XSD-2001: (Error) Can not create instance of: 'oracle.xml.parser.schema.XSDBuilder'
    What am I doing wrong. I am running the sample unchanged.
    thx,
    e
    null

    Looks like unzipping the jar and making sure its in your classpath fixed the problem. not sure why explicitly having the xschema.jar in the classpath didn't work.
    e

  • A partition tab is needed in the schema-table browser and it's missing

    After a first sight with the product, I couldn't find a partition tab in the schema-table browser.
    For those having partitions it is absolutely essential.

    It's easy to add,
    create a file that has the following content
    <?xml version="1.0" encoding="UTF-8"?>
    <items>
    <item type="sharedQuery" id="PartSubPartkeys">
    <query minversion="9">
         <sql>
         <![CDATA[ select 'PARTITION KEYS' PARTITION_LEVEL,substr(sys_connect_by_path(column_name,','),2) "PARTITION KEYS"
                   from (select column_name, column_position
                   from all_part_key_columns
                   where owner = :OBJECT_OWNER
                   and name = :OBJECT_NAME
                   and object_type='TABLE' )
                   start with column_position=1
                   connect by column_position=prior column_position+1
                   union all
                   select 'SUBPARTITION KEYS' ,substr(sys_connect_by_path(column_name,','),2)
                   from (select column_name, column_position
                   from all_subpart_key_columns
                   where owner = :OBJECT_OWNER
                   and name = :OBJECT_NAME
                   and object_type='TABLE' )
                   start with column_position=1
                   connect by column_position=prior column_position+1]]></sql>
         </query>
         </item>
    <item type="sharedQuery" id="PartSubPartkeysFI">
    <query minversion="9">
         <sql>
         <![CDATA[ select 'PARTITION KEYS' PARTITION_LEVEL,substr(sys_connect_by_path(column_name,','),2) "PARTITION KEYS"
                   from (select column_name, column_position
                   from all_part_key_columns
                   where owner = :OBJECT_OWNER
                   and name = (select table_name
                             from all_indexes
                             where index_name=:OBJECT_NAME
                             and owner=:OBJECT_OWNER)
                   and object_type='TABLE' )
                   start with column_position=1
                   connect by column_position=prior column_position+1
                   union all
                   select 'SUBPARTITION KEYS' ,substr(sys_connect_by_path(column_name,','),2)
                   from (select column_name, column_position
                   from all_subpart_key_columns
                   where owner = :OBJECT_OWNER
                   and name =(select table_name
                             from all_indexes
                             where index_name=:OBJECT_NAME
                             and owner=:OBJECT_OWNER)
                   and object_type='TABLE' )
                   start with column_position=1
                   connect by column_position=prior column_position+1]]></sql>
         </query>
         </item>
    <item type="sharedQuery" id="Partitions">
    <query minversion="9">
         <sql>
         <![CDATA[ select partition_name,  num_rows,AVG_ROW_LEN, blocks ,LAST_ANALYZED from all_tab_partitions where table_owner = :OBJECT_OWNER and table_name = :OBJECT_NAME order by partition_position]]></sql>
         </query>
         </item>
    <item type="sharedQuery" id="SubPartitions">
    <query minversion="9">
         <sql>
         <![CDATA[ select subpartition_name, partition_name,  num_rows,AVG_ROW_LEN, blocks ,LAST_ANALYZED from all_tab_subpartitions where table_owner = :OBJECT_OWNER and table_name = :OBJECT_NAME order by partition_name,subpartition_position]]></sql>
         </query>
         </item>
    <item type="editor" node="TableNode" >
    <title><![CDATA[Partitions/SubPartitions]]></title>
    <query id="PartSubPartkeys" />
    <subquery>
    <title>Partitions/SubPartition</title>
    <query>
    <sql><![CDATA[select partition_position, partition_name "Partition/Subpartition",  tablespace_name,high_value,compression,num_rows,AVG_ROW_LEN, blocks ,LAST_ANALYZED from all_tab_partitions where table_owner = :OBJECT_OWNER and table_name = :OBJECT_NAME and 'PARTITION KEYS'=:PARTITION_LEVEL
             union all
             select subpartition_position, partition_name||'/'||subpartition_name, tablespace_name,high_value,compression,num_rows,AVG_ROW_LEN, blocks ,LAST_ANALYZED from all_tab_subpartitions where table_owner = :OBJECT_OWNER and table_name = :OBJECT_NAME and 'SUBPARTITION KEYS' =:PARTITION_LEVEL
             order by 2]]></sql>
    </query>
    </subquery>
    </item>
    <item type="editor" node="MViewNode" >
    <title><![CDATA[Partitions/SubPartitions]]></title>
    <query id="PartSubPartkeys" />
    <subquery>
    <title>Partitions/SubPArtition</title>
    <query>
    <sql><![CDATA[select partition_position, partition_name "Partition/Subpartition",  tablespace_name,
             high_value,compression,num_rows,AVG_ROW_LEN, blocks ,LAST_ANALYZED
             from all_tab_partitions where table_owner = :OBJECT_OWNER and table_name = :OBJECT_NAME and 'PARTITION KEYS'=:PARTITION_LEVEL
             union all
             select subpartition_position, partition_name||'/'||subpartition_name, tablespace_name,high_value,
             compression,num_rows,AVG_ROW_LEN, blocks ,LAST_ANALYZED
             from all_tab_subpartitions where table_owner = :OBJECT_OWNER and table_name = :OBJECT_NAME and 'SUBPARTITION KEYS' =:PARTITION_LEVEL
             order by 2]]></sql>
    </query>
    </subquery>
    </item>
    <item type="editor" node="IndexNode" >
    <title><![CDATA[Partitions/SubPartitions]]></title>
    <query id="PartSubPartkeysFI" />
    <subquery>
    <title>Partitions/SubPArtition</title>
    <query>
    <sql><![CDATA[select partition_position, partition_name "Partition/Subpartition",  tablespace_name,high_value,compression,
             Leaf_Blocks, Distinct_Keys, clustering_factor ,LAST_ANALYZED
             from all_ind_partitions where index_owner = :OBJECT_OWNER and index_name = :OBJECT_NAME
             and 'PARTITION KEYS'=:PARTITION_LEVEL
             union all
             select subpartition_position, partition_name||'/'||subpartition_name, tablespace_name,high_value,compression,
             Leaf_Blocks, Distinct_Keys, clustering_factor ,LAST_ANALYZED
             from all_ind_subpartitions
             where index_owner = :OBJECT_OWNER
             and index_name = :OBJECT_NAME
             and 'SUBPARTITION KEYS'=:PARTITION_LEVEL
             order by 2]]></sql>
    </query>
    </subquery>
    </item>
    <item type="editor" node="TableNode">
    <title><![CDATA[Unabridged SQL]]></title>
    <query>
    <sql><![CDATA[select :OBJECT_OWNER OOWNER, :OBJECT_NAME ONAME, 'TABLE' OTYPE from dual union all select owner,index_name,'INDEX' from all_indexes where table_owner= :OBJECT_OWNER and table_name=:OBJECT_NAME ]]></sql>
    </query>
    <subquery type="code">
    <query>
    <sql><![CDATA[select dbms_metadata.get_ddl(:OTYPE,:ONAME, :OOWNER) "SQL Statements" from dual]]></sql>
    </query>
    </subquery>
    </item>
    <item type="editor" node="TableNode">
    <title><![CDATA[Partition Columns Statistics]]></title>
    <query id="Partitions" />
    <subquery>
    <query>
         <sql>
         <![CDATA[ select COLUMN_NAME, NUM_DISTINCT, LOW_VALUE, HIGH_VALUE, DENSITY, NUM_NULLS
             from all_part_col_statistics where owner = :OBJECT_OWNER
             and table_name = :OBJECT_NAME
             and partition_name= :PARTITION_NAME
             order by column_name]]></sql>
    </query>
    </subquery>
    </item>
    <item type="editor" node="TableNode">
    <title><![CDATA[SUBPartition Columns Statistics]]></title>
    <query id="SubPartitions" />
    <subquery>
    <query>
         <sql>
         <![CDATA[ select COLUMN_NAME, NUM_DISTINCT, LOW_VALUE, HIGH_VALUE, DENSITY, NUM_NULLS from all_subpart_col_statistics where owner = :OBJECT_OWNER and table_name = :OBJECT_NAME and subpartition_name=:SUBPARTITION_NAME order by column_name]]></sql>
         </query>
    </subquery>
    </item>
    <item type="editor" node="MViewNode">
    <title><![CDATA[Partition Columns Statistics]]></title>
    <query id="Partitions" />
    <subquery>
    <query>
         <sql>
         <![CDATA[ select COLUMN_NAME, NUM_DISTINCT, LOW_VALUE, HIGH_VALUE, DENSITY, NUM_NULLS
             from all_part_col_statistics where owner = :OBJECT_OWNER
             and table_name = :OBJECT_NAME
             and partition_name= :PARTITION_NAME
             order by column_name]]></sql>
    </query>
    </subquery>
    </item>
    <item type="editor" node="MViewNode">
    <title><![CDATA[SUBPartition Columns Statistics]]></title>
    <query id="SubPartitions" />
    <subquery>
    <query>
         <sql>
         <![CDATA[ select COLUMN_NAME, NUM_DISTINCT, LOW_VALUE, HIGH_VALUE, DENSITY, NUM_NULLS from all_subpart_col_statistics where owner = :OBJECT_OWNER and table_name = :OBJECT_NAME and subpartition_name=:SUBPARTITION_NAME order by column_name]]></sql>
         </query>
    </subquery>
    </item>
    <item type="editor" node="SchemaFolder" minversion="10.1">
    <title><![CDATA[Sessions]]></title>
    <query>
    <sql><![CDATA[select sid,serial#,program,last_call_et,machine, status, sql_hash_value shv,sql_child_number scn
             from v$session
             order by 1]]></sql>
    </query>
    <subquery>
    <query>
    <sql><![CDATA[select * from table(dbms_xplan.display_cursor(:SHV,:SCN))]]></sql>
    </query>
    </subquery>
    </item>
    </items>
    and add the following line to your ide.conf file (in jdev/bin directory in the sqldev install dir)
    AddVMOption -Draptor.user.editors=fullpathofthefile(dir and name)
    and restart, you'll get several additional tabs to the ones displayed for tables.
    enjoy

  • Sometimes you just need a favor...

    Hello all. 
    I will not bother you all with the details, but I need an image file of an OS that is running on a machine similar to mine. It can be either XP, Vista, or 7 - i really don't mind either. 
    Is anyone willing to do this for me (I know it's not the usual request, and I apologize for even asking, but this is my last chance)?
    [in short, the issue is that my LCD display is dead, and I connected and external monitor, but this one will NOT light up - no matter what I do (I tried the Fn+F7 combo, and no go), so I can't access the Bios and I don't have an OS on my laptop. Although, I know that the screen and the output  is working, because when I insert a UBUNTU LIVE-CD it fires up the external monitor once Ubuntu is up and running). And so - the only way for me to save my laptop is by having an IMAGE of someone else's OS (and I have to windows, as I need the programs that only Windows supports). 
    Can ANYONE save me?
    Thanks a lot
    Hello all. 
    I will not bother you all with the details, but I need an image file of an OS that is running on a machine similar to mine. It can be either XP, Vista, or 7 - i really don't mind either. 
    Is anyone willing to do this for me (I know it's not the usual request, and I apologize for even asking, but this is my last chance)?
    [in short, the issue is that my LCD display is dead, and I connected and external monitor, but this one will NOT light up - no matter what I do (I tried the Fn+F7 combo, and no go), so I can't access the Bios and I don't have an OS on my laptop. Although, I know that the screen and the output  is working, because when I insert a UBUNTU LIVE-CD it fires up the external monitor once Ubuntu is up and running). And so - the only way for me to save my laptop is by having an IMAGE of someone else's OS (and I have to windows, as I need the programs that only Windows supports). 
    Can ANYONE save me?
    Thanks a lot
    Lenovo 3000 N100 0768-BLG
    T5500
    Geforce 7300 Go
    2 Gig Ram

    I have read your 'cris de coeur' and cannot help with the OS image but suggest some ideas....
    1) Unless there is a hardware problem you should definitely get the BIOS if you tap F1 continuously from cold power-up! 
    2) If you cannot get the BIOS this way then I cannot rationalise how UBUNTU finds the secondary screen!
    3) The secondary screen needs to be powered on and ready when you do the  cold powerup for that screen to be recognised
    4) Unfortunately the Fn+F7 switch control will not work until you have the boot module loaded
    5) I can only assume that when you load UBUNTU it bypasses the video controller
    6) It is VERY likely that your board error is with the video control chip!!
    7) If it is ONLY your TFT display and NOT the video controller then the systen should boot although you cannot see it!!!
    8) Watch the hard drive light and see if it continues to flash after you have booted the system? If so then you will get a booted 'invisible' system. At this point (when the HD light has stopped)  try Fn+F7 again and it may switch!!
    9) The 'drop dead' method I sometimes use is to disconnect the small display lead from just under the (easily) removeable cover above the keyboard and borrow another 3000 series and plug in that one. There is no need to remove or change the screens then.... (If in doubt of how to access the lead then read the appropriate online hardware options installation manual??)
    Somewhere along the way you should 'see' your system and then able to resolve some problems?? BTW if you do have hardware problems then run the NEW LENOVO TOOLS package - very good!!
    Tony 

Maybe you are looking for

  • HT1766 Backed up files and iMessages/SMS messages missing from current backup when restored

    My backed up photos and sms messages are not showing up when restoring from latest backup but if I look at backup with third-party restore tools I can see the missing files - How do I fix this without these tools??

  • MSCS and Kernel patches: Can someone please refresh my memory?

    Greetings, We run 4.7 Ent on a 2-node MSCS Cluster (SQL). I need to do a kernel upgrade, but I have forgotten the precise distribution of kernel files outside of the "run" directory for the cluster. I understand they are: Main Kernel Files shared_dri

  • Cancel Work process using SM50 fails

    When I ran a custom program while developing and system was hung. So I did CNTR ALT DEL. After that tried to cancel a work process using SM50 cancel without core, cancel with core, end session, end session using SM04 etc. I am getting a message "&An

  • Photoshop CS5 Repousse Slow/ material plugins?

    Two questions: 1.  Just installed CS5 upgrade today from CS4, excited about the new Repousse feature. I opened Photoshop 64 Bit, made some text, went to Repousse, and any change to 3d text had a 15 second wait.  Not sure why this is running slow, any

  • Notebook does not see mPCIe card (asm1061)

    Aloha Community, i am using an old notebook as a small server (cups/ftp/http/etc). The Notebook is an old Dell Inspiron 1520. I attached three 3,5'' HDDs to it which are powered via an external PSU. the first HDD is connected to the original sata-por