Missing Feature: Drop a table on a DataSet

Hi
Is there no possibility to drag & drop a table from the Oracle Explorer to a DataSet (*.xsd) ?
Another feature would be really helpful: Drag & drop a stored procedure on a DataSet generating a DataTable for each ref cursor!
Kindly, Stefan

Hi Stefan,
Thanks alot for your feedback. It's very valuable. These are a few of the most requested features we have been hearing from customers like you.
Christian

Similar Messages

  • ICal (Calendar.app) - Is My Current-Time Marker Missing? Feature Dropped?

    Hello iCalers,
    I recently made the switch to Mountain Lion from Snow Leopard. I was quite a fan of iCal in Snow Leopard—it was one of the reasons I downgraded to Snow Leopard from Lion—but since I have a newer computer that doesn't allow Snow Leopard, and I've got Mountain Lion set up pretty well for me, I'm sticking with Mountain Lion.
    My standard view for things in iCal is "Weekly." In Mountain Lion's incantation, I don't see the red marker that scrolls downwards, the one that corresponded to the current time. I'm wondering: was this feature dropped in Lion/Mountain Lion, or is mine buggy, or is it an out-of-the-way preference somewhere? I peeked in some .plists and com.apple.iCal files—I laugh that Apple still calls it "iCal" at the programming end—but I couldn't see any obvious mention of that time-of-day marker.
    Any ideas?
    I liked it a lot—enough to open a discussion about it!

    Thanks John M,
    It  indeed worked when I made a new user account, so I trashed and deleted my <user>/Library/Calendars folder, as well as <user>/Library/Preferences/com.apple.ical.plist—(backing them up elsewhere beforehand, in case something terrible happened), then re-set-it-up. (Holy cow it's easy to work with iCal after iCloud—literally seconds when it used to be at least a couple of minutes using Google Apps caldav or making an ical backup file and restoring calendars + fixing buggy events). It seems to be all good now.
    A few times in my OS X history I've had issues come up where something is busted and I make a new user account that demonstrates that it's not busted universally. I hadn't even thought of doing that this time. Thanks for the idea!
    May your days be merry and bright!

  • How to get missing records from one table

    I have one table with many records in the table. Each time a record is entered the date the record was entered is also saved in the table.
    I need a query that will find all the missing records in the table.
    so if I have in my table:
    ID          Date          Location
    1           4/1/2015        bld1
    2           4/2/2015        bld1
    3           4/4/2015        bld1
    I want to run a query like
    Select Date, Location FROM [table] WHERE (Date Between '4/1/2015' and '4/4/2015') and (Location = bld1)
    WHERE Date not in
    (Select Date, Location FROM [table])
    and the results would be:
    4/3/2015   bld1
    Thank you

    Do you have a table with all possible dates in it?  You can do a left join from that to your above mentioned table where the right side of the join is null.  If you don't have a table with all possible dates you could user a numbers table.
    Below is one way to achieve what you want with a numbers table...
    DECLARE @Table table (ID Int, DateField Date, Location VarChar(4))
    DECLARE @RunDate datetime
    SET @RunDate=GETDATE()
    IF OBJECT_ID('dbo.Numbers') IS NOT NULL 
    DROP TABLE NUMBERS
    SELECT TOP 10000 IDENTITY(int,1,1) AS Number
       into Numbers
        FROM sys.objects s1
        CROSS JOIN sys.objects s2
    ALTER TABLE Numbers ADD CONSTRAINT PK_Numbers PRIMARY KEY CLUSTERED (Number)
    INSERT INTO @Table (ID, DateField, Location)
    VALUES ('1','20150401','bld1')
    ,('1','20150402','bld1')
    ,('1','20150404','bld1');
    WITH AllDates
    as
    SELECT DATEADD(dd,N.Number,D.StartDate) as Dates
    FROM Numbers N
    cross apply (SELECT CAST('20150101' as Date) as StartDate) as D
    select * 
    from AllDates AD
    left join @Table T on AD.Dates = T.DateField
    where ad.Dates between '20150401' and '20150404'
    AND T.ID IS NULL
    LucasF

  • Dropping a table

    If dropping a table without the PURGE clause sends table definition, indexes and triggers to the recycle bin leaving the table data inaccessible then where exactly is that table data? Is it just unstructured data floating around in the tablespace sucking up the user's quota?
    Matt

    Once a table is dropped, if the 'PURGE' clause was not declared, it will remain there as a ghost object, actually consuming space.
    SQL> select * from tab;
    TNAME                          TABTYPE  CLUSTERID
    CREATE$JAVA$LOB$TABLE          TABLE
    JAVA$OPTIONS                   TABLE
    EMP                            TABLE
    SQL> drop table emp;
    SQL> select * from tab;
    TNAME                          TABTYPE  CLUSTERID
    CREATE$JAVA$LOB$TABLE          TABLE
    JAVA$OPTIONS                   TABLE
    BIN$aCRWNoJ2TE+g+lQ/XJutWg==$0 TABLEThere you can see the EMP table turned into a Recycle Bin object. This will remain there until you issue the command:
    SQL> PURGE RECYCLEBIN;
    This will definitely and permanently purge the object. What it really happens in 10g R1 and above, is that the recycle bin feature is enabled by default, but you can change this behavior at either session or instance level.
    ~ Madrid
    http://hrivera99.blogspot.com

  • My list of missing features

    Ok, some are repeats:
    PivotTables and Grouping.
    Although I'm no scientist or engineer, missing those two key features is frustrating.
    Another thing I find missing is summaries within the graphs themselves. And especially auto-update. Right now to get that to work I can drag my series to include the footer, but then it includes the footers value into my chart. In Excel, the tables know when you've added an additional row and adds that to the chart. I mostly use trend graphs, so having to go back to each chart and update the selection is very tedious. Or having the Sum value at the end throw off the averages I'm trying to trend. Nothing like having a bunch of values around 2-3 or 20-30 over an average and then a huge 10k number at the end to make the rest unreadable.
    While I may just be missing how to do this, but I don't see any easy way of bringing data in from another workbook.
    I know this one is a little silly, but clipart. I love the idea of iPhoto integration (and Aperature) it's only a shame I use LightRoom but at the same time, I'm a photographer, so why would I have little silly clipart's in my DAM system? It would be nice to have a clipart gallery that's separate from iPhoto that can be accessed through all the iWork programs.
    Another thing, Data Validation. Either in the form of verifying data is within a certain range or doesn't exceed a set amount, to creating lists.
    Oh, and a Divide function. Why can't this ever be easy? lol I know you can just us / but they have a Quotient function, but it only rounds to whole numbers and then MOD which does the remainder, why not just a simple function for both?
    And password protection.
    Yes, I know it's just a 1.0.0 release, and I think it's pretty good for a start, but I do think it's a little premature and hopefully not going to follow the XBox trap of ruining itself before it's supposed to be released. However, the same things happened with Aperature and Apple was quick to address many of those issues. So here's to ditching Office for good . . . just not yet.

    Since I don't know how to edit my own posts . . .
    Another missing feature, automatically filling in formulas when a new row is created. For instance, say you have 3 columns, 1 + 2 = 3. In Office 2004, when I add a new row, that formula is automatically inserted. It's just one of those nice little time saving features that would be nice.

  • Missing features and bugs in 2.2 update...

    Missing features and bugs in 2.2 update...
    Here is my shortlist:
    1. Copy/Cut and paste - sadly still missing...
    2. Landscape view for keyboard - SMS and Email - still missing...!
    3. AM/PM indicator missing from "unlock" screen (in 12 hour clock) - BUG
    ... What's wrong with Apple these days - all of these issues (listed above) could have been easily implemented in version 2.2 and were frequently requested by all iPhone users since version 1.0 and yet Apple have ignored all of them...

    These features may or may not be that difficult to include, but what made you "fork out huge amounts to pay for a 'top of the range' iPhone" in the first place?
    As already provided, Apple has what is called their own "allocation of resources and prioritization", and if what is included doesn't meet your needs or wants, you should not have purchased an iPhone in the first place, or continue to keep using the iPhone if Apple doesn't include the features you need or want in a time table that meets your expectations, since there are plenty of cheap $100 phones that meet your needs or wants, you have a wide range of other phones to choose from which are less expensive, so that is exactly what you should do. No point in continuing to use a device that does not meet your needs or wants. Use one of the many less expensive devices you have to choose from that meets your needs or wants and move on.

  • Is it planned to add feature for creating tables and lists in Adobe Edge Reflow?

    First of all, thank you very much guys for all your work!
    In my opinion Adobe Edge Reflow is missing quite important features, like creating tables and lists. For me it's a reason why I can't switch to Reflow. Any plans for implementing these? Is there any place where I can see the list of planned feature implementation? Didn't find it.

    Missing tables is a big one for me too, especially when doing data-grids. My last prototype was using multiple responsive data-grids where I used the simpler essential/optional hide column approach, instead of stacking or scrolling the data. I had used Reflow in the past for basic content prototypes... but had to do this one by hand... took longer. Using divs for this did not collapse properly in all the browsers, plus the back-end team use widgets that only generate tables. Here is the example:
    http://www.topwebworks.com/assets/test/prototype/riocompass_prototype_v1

  • Dropping multiple tables in SQL Developer 1.1.25

    HI all
    I am trying to drop multiple tables simultaneously from tha schema but I am unable to find any such option. My host end database in Oracle 9.2.0 and client on Win XP.
    Thanks!
    Ankur

    Hi Ankur,
    Currently that's not possible. It is requested on the SQL Developer Exchange though. If you go vote there, you'll be adding more weight to the feature, so it will be implemented sooner.
    K.

  • Error while dropping a table

    Hi All,
    i got an error while dropping a table which is
    ORA-00600: internal error code, arguments: [kghstack_free1], [kntgmvm: collst], [], [], [], [], [], [], [], [], [], []
    i know learnt that -600 error is related to dba. now how to proceed.
    thanks and regards,
    sri ram.

    00600 errors should be raised as service request with Oracle as it implies some internal bug.
    You can search oracle support first to see if anyone has had the same class of 00600 error, and then if not (and therefore no patch) raise your issue with Oracle.
    http://support.oracle.com

  • Dropping a table gives an error

    When I try to drop a table it gives the following error?
    SQL> drop table FLOWS_010600.SYS_IOT_OVER_55056;
    drop table FLOWS_010600.SYS_IOT_OVER_55056
    ERROR at line 1:
    ORA-25191: cannot reference overflow table of an index-organized table
    what should i do, please help!

    Hi ,
    You cannot refer the overflow table ...
    You have to drop the parent index-organized table containing the specified overflow table...!!!!
    Regards,
    Simon

  • Ora-00604,ora-01422 error while dropping the table

    Hi gurus,
    I am using Oracle 10g R2 on windows 2000 platform,while dropping the table the following error occured.
    ORA-00604 : error occurred at recursive sql level 1.
    ORA-01422: exact fetch returns more than requested number of rows.
    Need urgent help.
    Thanks in advance

    Is there an AFTER EVENT trigger defined on this database? Can you check that?
    Secondly, was this database migrated from earlier version? I remember having seen this problem on 9i (it was 9.2.0.1 or 9.2.0.2; I can't recall exactly).

  • Ora-00600 error when dropping a table

    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    When I tried to drop a table, I got 600 error:
    SQL> desc DEV.ATTR_IDX$EX
    Name Null? Type
    NODE_ID NOT NULL NUMBER
    COL1 NUMBER
    SQL> show user;
    USER is "DEV"
    SQL> select count(*) from DEV.ATTR_IDX$EX;
    COUNT(*)
    0
    SQL> drop table DEV.ATTR_IDX$EX;
    drop table DEV.ATTR_IDX$EX
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [],
    SQL> drop table DEV.ATTR_IDX$EX purge;
    drop table DEV.ATTR_IDX$EX purge
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [],
    I guess this is because it had a parent table, which I dropped (I used "drop table <parent_table>", and it did not give me error, very strange).
    SQL> select dbms_metadata.get_ddl('TABLE','ATTR_IDX$EX') from dual;
    DBMS_METADATA.GET_DDL('TABLE','ATTR_IDX$EX')
    CREATE TABLE "DEV"."ATTR_IDX$EX"
    ( "NODE_ID" NUMBER NOT NULL ENABLE,
    "COL1" NUMBER,
    FOREIGN KEY ("NODE_ID")
    REFERENCES () ON DELETE CASCADE ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    MONITORING
    Try to drop FK constraints yields the same error.
    So now how can I drop this table table, any work around?
    Thanks.

    This is a bug. There is no Patch avaialble for this yet. This error is seen where recyclebin is enabled. Possible workaround is to disable the recyclebin.
    This happens with the dictionary corruption due to inconsistency between obj$ and seg$.
    This is a correct answer but still i would suggest to contact Oracle support.

  • Problem while dropping a table

    Dear All,
    I am facing a problem while dropping a table in Oracle 10g.
    I am able to find the number of records in the table but unble to delete it.
    SQL> select count(*) from merchant_audit;
    COUNT(*)
    30028278
    SQL> drop table merchant_audit;
    drop table merchant_audit
    ERROR at line 1:
    ORA-00942: table or view does not exist
    I have to drop this table from the database. Please help.
    regards,
    Santhosh

    Hi,
    IS it a table ? Is it your table ?
    Read this example :
    sqlplus scott/*****
    SQL> create table merchant_audit(col1 number);
    Table created.
    SQL> create public synonym merchant_audit for merchant_audit;
    Synonym created.
    SQL> grant select on merchant_audit to merchant;
    Grant succeeded.
    SQL> conn merchant/merchant
    Connected.
    SQL> select count(*) from merchant_audit;
    COUNT(*)
    0
    SQL> drop table merchant_audit;
    drop table merchant_audit
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL>
    See owner into the dba_tables, and if synonym into dba_synonyms.
    Nicolas.
    Message was edited by:
    Nicolas Gasparotto

  • List of missing features in CC 2014 for film editors

    hello everyone,
    I was thinking about some features I miss in CC 2014 (and I really was hoping they will be there, because the most of them are just basics...) and made a list which I want to send (again...) to Adobe as feature request. Premiere improved a lot in last years, but there are still some basic functions which you absolutely need as a professional editor, which still aren`t implemented. What do you think about the list? or maybe did I overlook some of the new features in CC 2014? Just so you know, I`m using Premiere mostly for editing movies (shorts, but will edit my first feature film this year), also promotional films, but much more less. So my biggest concern right now is if Premiere is the right choice for editing a feature, which of course means a lot of material, probably Red Raw.
    so here`s what I totally miss in Premiere:
    1. auto sync/auto merge: synching by timecode or waveform all of the video and audio clips in the bin/in the timeline at once and not one after another. and merging them all at once, not one after another. it works of course, but it takes ages!
    2. merged clips should be more flexible,
    - it should be possible to use the option "interpret footage" on merged clips, sometimes you have to modify them after they were merged and you`re already editing for a long time.
    - replacing raw footage should also replace the footage in the (already merged and edited in a timeline) merged clips
    3. the aaf export is much too simple, there are a lot of options I miss there. it is great solve in Avid and in automatic duck in Final Cut, something like that would be great
    4. the possibility to change color space in the project and play out. yes, this option is available in After Effects, but you can`t always use it, because there is some footage you can`t import in AE (like titles!)
    5. .. which leads me to the last point: it should be possible to export the titles from Premiere with an alpha channel (I`m using the titles as the subtitles)
    bugs that need to be fix:
    - audio dropouts!
    Are there any feature films editors here? what is your experience with working on big projects on premiere?

    Since I don't know how to edit my own posts . . .
    Another missing feature, automatically filling in formulas when a new row is created. For instance, say you have 3 columns, 1 + 2 = 3. In Office 2004, when I add a new row, that formula is automatically inserted. It's just one of those nice little time saving features that would be nice.

  • Can't drop database table objects on a EJB Diagram.

    JDeveloper 10.1.3 EA.
    When I drop a database table object on a EJB Diagram the error below occurs. Also dropping components from the Component Palette doesn't work. A wizard opens, but after completing that, nothing is on the EJB Diagram.
    However, after dropping a table and a restart of JDeveloper, there is an empty 'tablename EJB' on the EJB Diagram, but a click with the mouse on it generates the same error as the drop did.
    Simular errors occur with JDeveloper 10.1.2, so writing this I realize that this might be a database version problem. I'm using 9i! I'll try 10g and see what happens.
    Message
    BME-99003: An error occurred, so processing could not continue.
    Cause
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
         at oracle.jdevimpl.xml.DescriptorNode.getWhitespaceHandler(DescriptorNode.java:349)
         at oracle.jdevimpl.xml.DescriptorNodeDomIO.load(DescriptorNodeDomIO.java:164)
         at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:43)
         at oracle.jdevimpl.xml.DescriptorNode.getNewDescriptorImpl(DescriptorNode.java:506)
         at oracle.jdevimpl.xml.DescriptorNode.getDescriptor(DescriptorNode.java:140)
         at oracle.jdeveloper.xml.oc4j.ejb.OrionEjbJarNode.getOrionEjbJar(OrionEjbJarNode.java:145)
         at oracle.jdeveloper.ejb.BaseEjbModuleContainer.getOrionEjbJar(BaseEjbModuleContainer.java:476)
         at oracle.jdeveloper.ejb.modeler.diagram.dropHandler.TableDropEJB21Handler.isAvailable(Unknown Source)
         at oracle.bm.diagrammer.ui.DropChooserPanel.populateOptions(Unknown Source)
         at oracle.bm.diagrammer.ui.DropChooserPanel.createComponents(Unknown Source)
         at oracle.bm.diagrammer.ui.DropChooserPanel.<init>(Unknown Source)
         at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.createPanel(Unknown Source)
         at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.processObjects(Unknown Source)
         at oracle.bm.addinUtil.IDEAppContext$4.performAction(Unknown Source)
         at oracle.bm.diagrammer.LockMonitor.performLockedAction(Unknown Source)
         at oracle.bm.diagrammer.BaseDiagram.performDiagramLockedAction(Unknown Source)
         at oracle.bm.addinUtil.IDEAppContext.dropNavigatorNodeLater(Unknown Source)
         at oracle.bm.addinUtil.IDEAppContext$5.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Action
    If further errors occur, you should restart the application.
    Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.
    ________________________________________________________________________________

    Hi lisa, you've said that the problem does not occur in the 10.1.3 build but I have almost the same problem with the BME-99003 error message.
    I used the same workaround "changing the regional settings from BE to US" and the BME-99003 problem disappears :-)
    Here is the error message that I receive while I add a table into the EJBDiagram. I'm using
    windows XP SP2
    ADF Business Components     10.1.3.34.12
    Java™ Platform     1.5.0_04
    Oracle IDE     10.1.3.34.12
    Struts Modeler Version     10.1.3.34.12
    UML Modelers Version     10.1.3.34.12
    Versioning Support     10.1.3.34.12
    Abdelkrim BOUJRAF
    Message
    BME-99003: An error occurred, so processing could not continue.
    Cause
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
    at oracle.jdevimpl.xml.DescriptorNode.getWhitespaceHandler(DescriptorNode.java:349)
    at oracle.jdevimpl.xml.DescriptorNodeDomIO.load(DescriptorNodeDomIO.java:164)
    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:43)
    at oracle.jdevimpl.xml.DescriptorNode.getNewDescriptorImpl(DescriptorNode.java:506)
    at oracle.jdevimpl.xml.DescriptorNode.getDescriptor(DescriptorNode.java:140)
    at oracle.jdeveloper.xml.oc4j.ejb.OrionEjbJarNode.getOrionEjbJar(OrionEjbJarNode.java:145)
    at oracle.jdeveloper.xml.oc4j.ejb.OrionEjbJarHelper.findOrionEjbJar(OrionEjbJarHelper.java:82)
    at oracle.jdeveloper.xml.oc4j.ejb.OrionEjbJarHelper.findOrCreateOrionEjbJar(OrionEjbJarHelper.java:73)
    at oracle.jdeveloper.ejb.modeler.diagram.dropHandler.TableDropEJBCommonHandler.processTableNodes(Unknown Source)
    at oracle.jdeveloper.ejb.modeler.diagram.dropHandler.TableDropEJB21Handler.processTableNodes(Unknown Source)
    at oracle.bm.typemodel.dropHandler.TableDropSubHandler.processDBObjectNodes(Unknown Source)
    at oracle.bm.typemodel.dropHandler.DBObjectDropSubHandler.processObjects(Unknown Source)
    at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.processObjectsImpl(Unknown Source)
    at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.processObjects(Unknown Source)
    at oracle.bm.addinUtil.IDEAppContext$4.performAction(Unknown Source)
    at oracle.bm.diagrammer.LockMonitor.performLockedAction(Unknown Source)
    at oracle.bm.diagrammer.BaseDiagram.performDiagramLockedAction(Unknown Source)
    at oracle.bm.addinUtil.IDEAppContext.dropNavigatorNodeLater(Unknown Source)
    at oracle.bm.addinUtil.IDEAppContext$5.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Action
    If further errors occur, you should restart the application.
    Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.

Maybe you are looking for

  • How to change fonts and background in a finder window?

    I have searched all over the system (10.5.4) and can't figure out how to change the font that displays the text in any finder window. I know you used to be able to change the background of any finder window too. I must be getting old! Any ideas?

  • New Oracle Forms demos

    I've just uploaded a new Forms 11g demo showing how the external events feature can be used to create a "chat" window in a Forms application. The instructions and downloads are available here Any questions about this demo please post on this thread.

  • The Ipod couldnt be stored an unknown error occured (2003)

    I bought the 3.1 Software upgrade for my first generation IPOD touch in order to be able to find apps to use.....after i purchased the upgrade it started to download and then stopped and an error msg read that there was a problem downloading that upg

  • Two Machines, Merge To Make 1 Address Book Without Duplicates

    Hello, So I currently have two computers I use: MacBook (White) running Snow Leopard iMac (21.5'') running OSX Lion I use both computers, and also do email on both. I do email through Sparrow.app which when I add to address book, adds to the local ad

  • Unable to install open solaris

    Dear all, We have sun sparc T5220 server with solaris 10/U7.we are trying to install open solaris.But geting error can not open boot device,using same cd we are able to install normal sparc server.please help me. Regards kk