Where do i see all the default tables and views in oracle 10g

hi,
I have installed oracle 10g in the linux os.
I just wanna see the list of deffault tables and views created by oracle.
can anyoone hlep me on this
thanx in advance....

Check DBA_OBJECTS for all seeded objects in an Oracle database. For tables, check DBA_TABLES. For views, check DBA_VIEWS. All of this is documented in the fine documentation - take some time out to read thru it.
http://docs.oracle.com/cd/E11882_01/server.112/e25513/statviews_4156.htm#REFRN23146
http://docs.oracle.com/cd/E11882_01/server.112/e25513/statviews_5056.htm#sthref2482
http://docs.oracle.com/cd/E11882_01/server.112/e25513/statviews_5085.htm#sthref2521
HTH
Srini

Similar Messages

  • Users not able to see all the default reports in FDM under analysis

    All,
    Users in FDM are not able to see all the default reports which will be available under Analysis. I have checked the MenuNavigation and MenuNavigationItems under object maintainence in FDM which have "ALL" as the provisioning level. I am not sure where the issue is as the users still not able to see the reports. Please advise if there is something that can be done in workbench.
    Regards

    You can set security on Report folders in workbench.  You would go to the report tab in workbench, and right click on a Folder (Cannot do it on the individual report, it has to be on the folder), and you can assign security levels to the report folder.  There are some in here that default to the admin level but you can override it.
    Regards
    JTF

  • By default, on a mac keyboard F3 lets you see all the open apps and the such. However, I changed it so that I use those keys for keyboard shortcuts; But i'd like the normal F3 key to still work without me having to press FN.

    By default, on a mac keyboard F3 lets you see all the open apps and the such. However, I changed it so that I use those keys for keyboard shortcuts; But i'd like the normal F3 key to still work without me having to press FN.

    rajlego,
    in the Keyboard pane of System Preferences, select the Shortcuts tab, and then select Mission Control on the left-hand side. On the right-hand side, make sure that the Mission Control checkbox is checked, double-click on its current key combination (by default “^↑”) so that the key combination is highlighted, and then press the F3 button — that will set its shortcut to be F3. You can now press F3 to bring up Mission Control without needing to also press the Fn button.

  • How to find all the DDIC tables and fields of Tcode?

    Hi All,
    For several transactions we have caprtured all the filed names along with the technical names.
    Ex : in VA03 - in the initial screen ,postal code field is there.When i see F1 help for that field i could see POST_CODE2 as its technical name.
    But i want to see the actuall DDIC table field which corresponds to this field that is LFA1-PSTLZ.
    Like wise there are so many T-codes for which i need do the same thing.But for some transactions i am unable to find out the database tables and the corresponding fields.Please suggest any other easier way to do this.
    Is there any way to find out  all the DDIC tables and fields that gets updated for a Tcode?
    Please help me out in this.
    Thanks,
    Jyothi D.
    Edited by: jyothi dosapati on Mar 27, 2008 2:48 PM

    HI,
    DDIC tcode is  SE11
    GIVE THE TABLE NAME THERE AND CLICK DISPLAY
    FOR EXAMPLE
    TYPE LFA1 THERE AND CLICK DISPLAY....
    Regards,
    V .Balaji
    Reward if usefull

  • From where can i find/download it's tables and data? ("Oracle iDS Froms:...

    i have Student Guide named => "Oracle iDS Froms: Build Internet Application I" from
    Oracle Corporation, part number D32772, May 2001. it uses "The Summit Sporting Goods Schema"
    as an example throughout the book.
    from where can i find/download it's tables and data?
    will be thankful for guidence.
    Arif.

    from where can i find/download it's tables and data? ("Oracle iDS Froms:... Jan 22, 2004 6:34 PM
    Reply
    i have Student Guide named => "Oracle iDS Froms: Build Internet Application I" from
    Oracle Corporation, part number D32772, May 2001. it uses "The Summit Sporting Goods Schema"
    as an example throughout the book.
    from where can i find/download it's tables and data?
    will be thankful for guidence.
    Arif.

  • Not able to see all the SAP tables from CR 2008

    Hi All,
    1)I am not able to see all the SAP database tables(DEV server) from Database expert menu in CR 2008. Only tables those start with alphabet letters upto A & B are visible. I checked the database connection>right click>options> found no filters as well.
    We are using the CR 2008 trial version with SAP ECC.
    2) When i am trying with Production Server of SAP ECC, I am not able to logon to the SAP from CR 2008. It is giving error message
    as : LOGON FAILED : User USER1 has no RFC AUTHORIZATION for function group SYST
    Please help me to resolve these. Thanks in advance.

    Thank you very much ingo.
    You helped me a lot.
    One more question, when I am trying for SAP database connections say for ex: 10.57.410.70, again and again some times the connection is getting saved in my connections with as new versions/variants like
    10.57.410.70_1 or so. How to overcome this.
    Thanks in advance ingo
    Badari

  • Can we see all the Technical names and field/common names in one screen

    Hi SAP Gurus,
    Can any one plz. clearify the querry of 'all the technical names, field names, common names, table names in one screen? if so, how?
    Thanks inadvance
    Regards
    Namrata

    Hi,
    For a particular screen,if u want to see all the technical data,
    Go to system->status->screen->double click on the screen->flow logic.
    Regards,
    Manoj.

  • The Relation between tables and views in oracle financial

    Dears
    I am work in oracle e business r12
    and i need to build report as xml
    when run my select its need big time to view data i have a huge of data so i need to clear the relation of this tables if there is miss and if there another technique in select statement
    this is my select statement
    select
    j_hdr.je_header_id je_header_id,
    hdr.VENDOR_NAME supplier,
    SEGMENT1||'-'||SEGMENT2||'-'||SEGMENT3||'-'||SEGMENT4||'-'||SEGMENT5||'-'||SEGMENT6||'-'||SEGMENT7||'-'||SEGMENT8||'-'||SEGMENT9 Account_number,
    hdr.gl_date gl_date,
    j_hdr.CURRENCY_CODE CURRENCY_CODE,
    inv_lin.DESCRIPTION DESCRIPTION,
    j_lin.ENTERED_DR ENTERED_DR,
    j_lin.ENTERED_CR ENTERED_CR,
    j_lin.ACCOUNTED_DR ACCOUNTED_DR,
    j_lin.ACCOUNTED_CR ACCOUNTED_CR,
    j_hdr.JE_SOURCE JE_SOURCE,
    j_hdr.DEFAULT_EFFECTIVE_DATE Transaction_DATE,
    hdr.INVOICE_NUM INVOICE_NUM,
    QUICK_PO_NUMBER PO_NUMBER,
    null ASSET_CATEGORY_ID,
    hdr.VENDOR_ID VENDOR_ID
    from gl_je_headers j_hdr,gl_je_lines_v j_lin,ap_invoice_distributions dist,ap_invoices_v hdr,ap_invoice_lines_v inv_lin
    where code_combination_id = DIST_CODE_COMBINATION_ID
    and hdr.invoice_id = inv_lin.INVOICE_ID
    and dist.invoice_id = inv_lin.INVOICE_ID
    and j_hdr.JE_HEADER_ID = j_lin.JE_HEADER_ID
    and j_hdr.status = 'P'
    and nvl(:P_SOURCE,'Payables') = 'Payables'
    and je_source = 'Payables'
    and j_lin.CODE_COMBINATION_ID between ( select CODE_COMBINATION_ID
    from gl_code_combinations_kfv
    where CONCATENATED_SEGMENTS = :P_FROM_COMBINATION_CODE)
    and ( select CODE_COMBINATION_ID
    from gl_code_combinations_kfv
    where CONCATENATED_SEGMENTS = :P_TO_COMBINATION_CODE)
    AND TRUNC(dEFAULT_EFFECTIVE_DATE) BETWEEN NVL(:P_FROM_DATE, DEFAULT_EFFECTIVE_DATE) AND NVL(:P_to_DATE, DEFAULT_EFFECTIVE_DATE)
    Thanks in advance

    Welcome to the world of complicated Oracle Application queries. Didn't fully understand your question, so a few guesses -
    I think that you are asking how to make your query faster? I would reference the FAQ section on how to post a question regarding performance.
    Your title indicates you want to understand the relationship between tables and views. In general, Oracle Applications uses views for 2 reasons - to join data from multiple tables for display, and to differentiate data from different organizations. (I am still on 11i and have heard organizations are handled differently in 12 so I can't speak to that for sure).
    To understand the relationship between tables in a view, you can access the view's source code, either through a development tool such as PL/SQL Developer or TOAD (I'm guessing Oracle's tool does this also, but have never used it), or by querying the source from the dba_source table.
    select * from dba_source where name = (name of view) and type = 'VIEW' order by line;without the ( ) just the view name, in all capital letters i.e. , 'GL_JE_LINES_V'
    Good luck!

  • Backing Up Database Table and Records in Oracle 10g

    Hi All,
    I created database for my company with Oracle 10g Database Server and want to backup all my database tables and records within (i.e creating another username inside the data and transfer them) and outside (i.e transfering them in another destination outside the database server) the database. Could you please instruct me on how to achieve?
    I look forward to hearing from you all.
    Thank you.
    Jc

    Hi, use RMAN utility
    do this
    rman target sys/*** nocatalog
    run {
      allocate channel t type disk;
      backup
        format '/app/oracle/backup/%d_t%t_s%s_p%p'
          (database);
       release channel t;
    {code
    Also read backup and recovery guide at http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/toc.htm
    regards                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Where I can see all document of pay and the user that modified

    Hello people
    Where I can generate a report with all user that modified a document of pay.
    I have a problem, in the finance area, they request a reports with all users that modified some document of  pay.
    In the FB04 transaccion  I see the document of pay and user that modified, but is one for one, in my company are generated thousand documents pay for day.
    I see that the transacction FB04 gets the information of the tables "BSEG", but in this table I do not have the field "User"  and with this I will can link the document of pay more the user and date
    Example
    Number of document              User                              Date
    30004567                                Pvaldez                        05.01.2010
    30008756                                Rpower                         07.08.2011
    30008890                                Mramos                        15.11.2012

    Hi Naveen.
    I reviewed the two notes, but  this not help me with my problem.
    I think that in the system when a user modify a document pay this is saved a register in some table.
    In the table BSEG I find that there a part, but this have link with other table for complete the report, I do not know what other table complemented this information.
    I require a report with all document of pay more the user that modified and the date
    How  I can generated this report ? 
    atte.
    Gerardo Ceballos

  • Where can I see all the iPhones I've registered?

    I'm really hard on my phones and have gone through about 7 or so of them since the iphone3G was released
    and I want to know if there is somewhere I can go to see all of the apple products (namely my iphones) that have been registered.
    There's no reason why this information shouldn't be easily accessible when signed into support with my apple id. I also know that every phone is automatically registered with apple when signing up with a carrier like AT&T or Verizon.

    Hi,
    Goto LBWE->find out ur Data Source -> click onMaintanence ->find out hte field name for contract references on the right side of the maintanence structure  and move it to left side and activate it.
    Before this you have delete the data from the steup table using  SBIW - >Settings for Application Specifica Data Sources(PI) - >Logistics ->Managing Extract Structures - >Initialization -> Delete the contents of setup table -> Give the application Component and execute it.
    Regards,
    Sangeetha.A

  • I went on iTunes today and the app store on my iPhone 5 and both were in the UK location. How do I change my locatin back to america so I can see all the american trends and not the UK/London ones?

    I went on iTunes and the App store today and both of them have somehow changed to be in UK form. The money symbol is different and it shows me whats trending there and not in america, where I live. How can I change the location back to it's original form so I can see whats trending in america and everything else. Please help.

    Try going to the bottom of the Featured tab in the App Store app on your phone and tap on your account id, tap on 'View Apple ID' on the popup and log into your account, and then select the Country/Region section and select the US.

  • I am new to OWC , installed all the required software's and trying to install OWC sites in weblogic server and in the middle of the installation it is creating all the required tables and throwing below exception

    [2013-06-12 21:52:15,554 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=xceleditor&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=63&PASSWORD=<user password>&
    [2013-06-12 21:52:15,566 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=xceladmin&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=127&PASSWORD=<user password>&
    [2013-06-12 21:52:15,578 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=xcelpublish&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=63&PASSWORD=<user password>&
    [2013-06-12 21:52:15,590 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=Visitor&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=63&PASSWORD=<user password>&
    [2013-06-12 21:52:15,602 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=VisitorAdmin&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=127&PASSWORD=<user password>&
    [2013-06-12 21:52:15,614 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=RemoteClient&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=127&PASSWORD=<user password>&
    [2013-06-12 21:52:15,627 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=WSUser&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=1&PASSWORD=<user password>&
    [2013-06-12 21:52:15,639 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=WSEditor&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=63&PASSWORD=<user password>&
    [2013-06-12 21:52:15,652 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/AddACL?name=WSAdmin&command=addacl&COMMANDNAME=READURL&USERNAME=ContentServer&permission=127&PASSWORD=<user password>&
    [2013-06-12 21:52:15,663 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.EventManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'CSEvents'
    [2013-06-12 21:52:15,664 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xml] Installation Error in Basic/Install: errno -22 from EVENTMANAGER.INSTALL: Error: com.openmarket.xcelerate.commands.EventManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'CSEvents'
    [2013-06-12 21:52:15,666 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/Basic/Install?editacl=xceleditor&adminacl=xceladmin&COMMANDNAME=READURL&upgrade-log=C:/owcSites/oracle/webcenter/sites/logs/sites.log&USERNAME=ContentServer&upgradefrom=0.0.0.0.0&PASSWORD=<user password>&
    [2013-06-12 21:52:15,681 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.ObjectPublishManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'ObjectPublish'
    [2013-06-12 21:52:15,682 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.DistributionListDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'DistributionList'
    [2013-06-12 21:52:15,682 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.ApprovedAssetsDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'ApprovedAssets'
    [2013-06-12 21:52:15,683 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.AssetExportTargetManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetExportData'
    [2013-06-12 21:52:15,684 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.AssetDefaultTemplateManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetDefaultTemplate'
    [2013-06-12 21:52:15,684 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.AssetPublishListDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetPublishList'
    [2013-06-12 21:52:15,685 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.framework] error: errno -22 on attempt to create table
    [2013-06-12 21:52:15,686 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.SessionTableDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'PubSession'
    [2013-06-12 21:52:15,687 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.PubTargetManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'PubTarget'
    [2013-06-12 21:52:15,688 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.framework] error: errno -22 on attempt to create table
    [2013-06-12 21:52:15,698 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xcelerate] Error: com.openmarket.xcelerate.commands.EmbeddedReferenceTableDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'EmbeddedReference'
    [2013-06-12 21:52:15,699 IST] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.xml] Xcelerate Installation Error in Publish/Install: errno -22 from APPROVEDASSETS.INSTALL: Error: com.openmarket.xcelerate.commands.ApprovedAssetsDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'ApprovedAssets' errno -22 from ASSETTARGETMANAGER.INSTALL: Error: com.openmarket.xcelerate.commands.AssetExportTargetManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetExportData' errno -22 from ASSETTEMPLATEMANAGER.INSTALL: Error: com.openmarket.xcelerate.commands.AssetDefaultTemplateManagerDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetDefaultTemplate' errno -22 from ASSETPUBLISHLIST.INSTALL: Error: com.openmarket.xcelerate.commands.AssetPublishListDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetPublishList' errno -22 from DELIVERYTYPE.INSTALL: Error: com.openmarket.xcelerate.commands.AssetPublishListDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'AssetPublishList' errno -22 from SESSIONMANAGER.INSTALL: Error: com.openmarket.xcelerate.commands.SessionTableDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'PubSession' errno -22 from PUBTARGETMANAGER.INSTALL errno -22 from PUBCONTEXT.INSTALL errno -22 from EMBEDDEDREFERENCETABLE.INSTALL: Error: com.openmarket.xcelerate.commands.EmbeddedReferenceTableDispatcher: Install: com.openmarket.basic.interfaces.AssetException: Error: errno=-22 on call to catalog manager for table 'EmbeddedReference'
    [2013-06-12 21:52:15,699 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURLProblem in CallElement. Error number=-22
    Can some one help me in identifying the issue.

    Hello,
    errno -22 means " Table already exists."
    This could occur if:
    - The install had failed before during the 2nd stage (i.e. some tables were created previously) and you did not drop the schema before re-install.
    - The database user you are using has access to more than 1 WCS schemas and thought the tables exist already.
    Suggestions:
    1. Make sure the db user is set up as per the Configuring Supporting Software document ( http://docs.oracle.com/cd/E29495_01/doc.1111/webcenter_sites_11gr1_bp1_configuring_supporting_software.pdf )
    2. If the second stage of the install fails, you must drop the database tables, undeploy the WebCenter Sites application, delete the WebCenter Sites file structure, and re-install WebCenter Sites. ( http://docs.oracle.com/cd/E29495_01/doc.1111/webcenter_sites_11gr1_bp1_install_on_weblogic.pdf )
    Regards,
    Yu-Chun

  • Getting all the CRM on Demand Data in Oracle 10g database

    Hello Everyone,
    The requirement is to get all the module data into Oracle 10g database.
    Currently i am using the background worker in .NET to span through all the modules, but recently experiencing performance issues due to data volume.
    I want to use .NET as the programming language.
    Kindly suggest any other methids / techniques.
    Thanks in advance.
    Regards.

    Thanks for your reply.
    We are using CRMOD webservices.
    We want the full OD data to be refreshed overnight and we havve used .NET to build the EXE, the same we have configured as a task.
    Could you please shed some more light as to what would be the best practices to do this.
    Regards.

  • Default username and password for Oracle 10g

    I have installed Oracle 10g Standard edition on my PC, but do not know the username and password to login. Does anyone know the username and password?
    Thanks,
    YR

    Hello,
    Did you create database using dbca after installation or you choose to created during install?
    If you did you can create scott schema using this
    sql> @\Oracle\product\10.2.0\...\RDBMS\ADMIN\scott.sql
    You can login as sysdba and see if scott user created for you, offcourse if you have created database using DBCA or during isntall in first place.
    sqlplus "/as sysdba"
    Sql> select username , status from dba_users where username='SCOTT';
    I strongly recommend you to create new database using DBCA and it will let you walk thru all the steps.
    Regards
    Edited by: OrionNet on Mar 2, 2009 11:50 AM
    Edited by: OrionNet on Mar 2, 2009 11:52 AM

Maybe you are looking for

  • Dashed line with jdk1.1.8?

    Hello Does anyone know how to make dashed lines with jdk 1.1.8? Yes, that means no Graphics 2D nor BasicStoroke class. Also how do you make the line wider with 1.1.8? I appreciate any response. Thanks michiko

  • BB Link does not recognize Outlook as a source for calendar and contact sync

    When setting up BB Link for my BB Classic it does not recognize Outlook 2013 (on Windows 7) as a source for calendar and contacts.

  • Advanced JavaBean support  in Oracle 9i Forms

    I am able to use javabean components in 9i forms,i am able to access methods properly.I need to change the look and feel (like color,font etc).The methods in the bean take Color,Font etc as parameters. How can i use the FBEAN_INVOKE method with param

  • Show the different key figures

    Hi, Can we define a query, and show the different key figures, base on the different value of the characteristic? Let's say, in the query, it contains a characteristic called "store", and if the store = A1,i want to only show key figure K1, K2, and a

  • Recruitment actions -- Actions on same day

    Hi, I have a requirement to configure actions ,which can be executed on the same date. Eg: Initial entry date 01.01.2008      Offer of contract 01.01.2008      Prepare for hiring 01.01.2008 Note:All the actions should exist in actions infotype(4000).