How to make database documentation

Hi,
I am using JDeveloper as a tool for UMl and database modeling.
Is it possible to make documentation from JDeveloper ( similar to Repository reports in Designer) ? Are there any predefined report ?
Thanks
Dusica

Unfortunately, not yet (as of JDeveloper 10.1.3). It might be possible in JDev 11.
Today, you can use SQLDeveloper to achieve this...
--olaf                                                                                                                                                                                                                                                                                               

Similar Messages

  • How to make database instances available in the SAP MMC

    Hello,
    I have been trying to figure out on how to make a database instance, which I installed on the MSSQL Server, available in the SAP Management Console in order to start the instance. I am able to view the instance over the Enterprise Manager of the MSSQL Sever, but I cannot start it from there (this is only possible from the SAP MMC). I have the SAP MMC installed on my computer, but just cannot figure out on how to control the instance from there because I cannot see it.
    I hope someone can help me on this matter!
    Thanks....
    Katharina

    Hello Katharina,
    Run SAP MMC and right-click to SAP R/3 Systems.
    Choose properties and go to Fixed tab.
    In 'System' field enter Your SID (e.g. EBP)
    In 'Instance' field enter hostname<space>instance number (e.g. epb01 10) Remember, there is space between ebp01 and 10.
    Click on 'Add' button and then OK.
    Best Regards,
    Marcin Gajewski

  • How to make appliction server and how to make database server

    Hi all
    Release 12.1.1 software bundle are labeled as follows:
    • Start Here - Disk 1
    • APPL_TOP - Disk n
    • RDBMS - Disk n
    • Tools - Disk n
    • Databases - Disk n
    i want to make database server and other one is application server
    which one software is install in database server and which one software is install in appliction sever

    Hello,
    Please, find enclosed a link about Oracle Application Concept:
    [http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120oacg.pdf]
    [http://download.oracle.com/docs/cd/B40089_10/current/html/homeset.html]
    You'll get many answers and the best practices.
    Hope it can help.
    Best regards,
    Jean-Valentin

  • How to make database table WRITE PROTECTED

    Dear All,
    The table TRDIR is write protected. One cannot chahge the content of that table using MODIFY or UPDATE Statemnt.
    I want this write protection in my ZABC table also.
    please suggest me how to do this..;
    Thanks in advance

    Hi,
    TRDIR is not a database table...
    its database view
    and the maintenance status for it is assigned to read only... and also the data browser setting is mentions as Display/Maintenance allowed with restriction...
    so if you want the same for your z table make a custom view for it and give the same setting no body can change the entries in the view....
    Regards,
    Siddarth

  • How to make database read only?

    Hi
    All,
    I have restored my production database to development. I want to make these database available only for reading purpose means nobody can make any changes to that database only thing is that they can see the data. Is there any feature available to achieve the same?
    Thanks,
    Vishal

    Hi,
    >>I am guessing: Use triggers not to allow insert, update or delete on that table.
    The easy trick is create a check constraint with disable validate state ... but you are not safe in case a drop statement is issued ...
    TEST@XE> create table t1 (id number);
    Table created.
    TEST@XE> alter table t1 add constraint chk_readonly check (1=1) disable validate;
    Table altered.
    TEST@XE> insert into t1 values (1);
    insert into t1 values (1)
    ERROR at line 1:
    ORA-25128: No insert/update/delete on table with constraint (TEST.CHK_READONLY) disabled and validated
    TEST@XE> truncate table t1;
    truncate table t1
    ERROR at line 1:
    ORA-25128: No insert/update/delete on table with constraint (TEST.CHK_READONLY) disabled and validated
    TEST@XE> drop table t1;
    Table dropped.Cheers
    Legatti

  • How to make Database calls without directly htting the DB Listener?

    Hi
    I have a frontend end (code sitting on user's PC) application that needs to call the database, say, to look up table data and populate a JTable.
    So, I make a call directly to the database, on the default 1521 (yes, it's Oracle!) and get my data. However, I have other server side java code connecting with my application over a Java socket. (sending messages back and forth).
    So, I've got two ports open, 3041 (arbitrary ) for the Java socket and 1521 for the DB.
    I want to close 1521 and move the sql statements to the server.
    I can't work out a way to do this effectively. At the moment, I'm sending a message through 3041 to tell the server side code to perform a DB call. Then the database returns the info and I send a message back to the client PC with the data.
    It makes the DB call asynchronous (good or bad thing?), since I have a listener on the client waiting for messages from the server.
    It all looks a bit messy....ie sending messages and waiting for replies just for a DB call.
    Is there a standard practice for my problem that I can use?
    Thanks

    Your script won't work.
    #Renamed the variable so that it's less confusing.
    $webUrl = "http://spsite"
    #There's no point getting the SPSite object if you only want/need the SPWeb object.
    #$spSite = Get-SPSite -Identity $mySiteUrl
    #$spWeb = $spSite.OpenWeb()
    $spWeb = Get-SPWeb $webUrl
    #You've copied this from an example that uses a subsite which has the documents. That's not a great approach and probably not valid for yours
    #$cvDocumentLibrary = $spWeb.GetList("subsite/Documents")
    $library = $spWeb.Lists["ListName"]
    #Here you are referencing '$lib' which hasn't been declared. PowerShell will be completely ignorant of what on earth that is and will throw a null reference exception
    # $item = $lib.Items | where {$_.Name -eq "Report.docx"}
    #This still isn't perfect as it's slow and won't work on lists that are over the throttling limit but it'll work most of the time.
    $item = $library.Items | where {$_.Name -eq "Report.docx"}
    $item.Delete()
    You need to slow down and check things.
    $webUrl = "http://spsite"
    $spWeb = Get-SPWeb $webUrlWrite-Host "The URL of the website is: " $SPWeb.URL
    $library = $spWeb.Lists["ListName"]
    Write-Host "The Library title is: " $Library.Title$item = $library.Items | where {$_.Name -eq "Report.docx"}
    Write-Host "Deleting item named: " $item.Name$item.Delete()
    In that version it should print out some lines as it processes which will confirm that you've found the web, list and item before it does anything.
    If you hit errors post up the EXACT code you're using, change the URLs a little bit if you want but try to only replace words rather than missing out whole chunks.

  • How to Make Database online

    Hi,
      During the startup of WAS, it is getting struck at jcontrol.exe . I think it is happening due to database problem. I have checked the status of databse.
      The status shows as "admin". When i click the button "offline" , the databse goes offline. But when i click the "online" button, it doesnt respond.Can you plesae guide me with this.
      If this is not the root cause of jcontrol.exe being stopped, please let me know.
    Thanks & Regards,
    Shiva

    hi KSK,
    there are DB services. eg. if u are using oracle, you have services like OracleORAHOME92TNSLISTENER, OracleServiceJ2E etc. they are db services. start them.
    You have SAP services like SAPJ2E_00 and SAPJ2E_01 and SAPosCOL. start them too. this should be done in Control Panel --> Admninistrative tools --> Services.
    here, J2E is the System Id and 00,01 are instance numbers. i've installed my WebAS on Oracle DB and Win32 OS. if you ahve a different OS-DB combination, get the corresponding services up and running.
    Gotcha?
    Rgds,
    Ak.

  • Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the rows? Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the records?
    Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    The Oracle documentation has a good overview of the options available
    Generating XML Data from the Database
    Without knowing your version, I just picked 11.2, so you made need to look for that chapter in the documentation for your version to find applicable information.
    You can also find some information in XML DB FAQ

  • How to make a physical standby database in the read_only state in 11g?

    In 10g, we can make a physical standby database in the read_only state. But in 11g, no a read_only state for a physical standby database. How to make a physical standby database in the read_only state in 11g?

    Hi
    read-only mode (for 11g physical standby)
    A mode in which a database can be opened that allows queries, but disallows modifications.
    A physical standby database can be opened read-only so that queries may be performed. If a license for the Oracle Active Data Guard option has been purchased, a physical satndby database can be open while redo apply is active. This capability is known as Real-time Query.
    For more details have a look at:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28294/manage_ps.htm#SBYDB00706
    Hipe this Helps
    Regards

  • How to make common database connection using bean, etc.

    anyone know how to make a coomon database connection because on my web pages each of them need to connect on the database for their specific objectives... please help
    regards
    blingbling
    Edited by: BlingBling15 on Oct 22, 2007 1:16 PM

    Making a 'common' connection and passing it around is a bad idea. And making a new connection on every page, as you seem to have already guessed, also involves an overhead that you can do without.
    Like drvijayj2k2 has mentioned, you should use connection pooling.
    Take a look at the Apache Commons DBCP [1] and it's examples [2].
    [1] http://commons.apache.org/dbcp/
    [2] http://wiki.apache.org/jakarta-commons/DBCP
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    ----------------------------------------------------------------

  • How to make new database connection using Oracle BI Interactive Dashboards

    Hi,
    I install Oracle BI Intelligence on my system.
    I am using Oracle BI Interactive Dashboard. Here we have default database connection.
    but now i want to use it for my own database. Can any body give me guideline how to
    make a new data base connection using this s/w or how to connect to my database so
    that i can make my own reports.
    I am using
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
    this link.
    i make odbc connection which is fine.
    but
    Restoring the Business Intelligence Presentation Catalog and Updating Metadata
    The third point blow above heading is not clear.
    Thanks

    Umesh - in order to build Answers and Dashboard content you must first setup a Physical model, then a Business model, followed by a Presentation Catalog/Subject Area.
    All these tasks are carried out using the Repository Administration Utility.
    1) Import your physical tables using OCI/ODBC into the physical layer.
    2) Build your model
    3) Deploy
    Then you're ready to start building answers/dashboards.
    Good Luck.

  • How to make more than one person can access the database at one time

    how to make  more than one person can access the database at one time 

    Please post further f'up's in the Access forum.
    In short: for different reasons it is best practice that each user gets its own local copy of the database. This means that you need to split it into a front-end which only consists of the forms, queries, reports etc. Everything which doesn't need to be
    shared. And a back-end, which only stores the data.
    Take also a look at Allen Browne's article:
    Split your Access database into data and application.
    When you've splitted your database, you may often consider to use SQL Server as back-end. Here you may read Armen Stein's
    The Best of Both Worlds: Access-SQL Server Optimization.

  • I have a problem with my ipad. I can make online documentation before but when I updated my iOS, I can't longer make notes. How can I fix this problem?

    I have a problem with my ipad. Before I can make online documentation but when I updated my iOS, I can no longer make notes. How can I fix this?

    What does "online documentation" mean exactly?  Are you using the Notes app to try to create notes in iCloud, for example?
    If so, that should still work in iOS 7.1.
    If not, please tell us specific symptoms of what is (or is not) happening.

  • How get rid of flashback info in database documentation?

    Hi everyone,
    I tried to create a database documentation in SQLDeveloper using the context menu on the connection icon.
    For each table SQLDeveloper extracted flashback info, amounting to several GB. It took hours to complete!
    Is it possible to disable this feature somehow? I do not want flashback scns to be part of a documentation, for sure!
    Any help would be appreciated.
    Yours,
    qwe15056.

    I'm assuming you've tried all of the different options when you configure the express VI. That being the case, you should just skip using the Write to Measurement File. It is purposely designed for a limited number of options and it is not a trivial task to edit the function. Much simpler to use some of the lower level file i/o functions such as Write to Spreadsheet File or Write to Text File.

  • How to link to online 9iR2 database documentation on OTN

    I'd like to link to online 9iR2 database documentation on OTN. Just by browsing OTN I got, for example,
    http://www.oracle.com/pls/db92/db92.to_toc?pathname=datamine.920%2Fa95961%2Ftoc.htm&remark=docindex
    which, in turn, redirects to to
    http://download-west.oracle.com/docs/cd/B10501_01/datamine.920/a95961/toc.htm
    Which of these links should I use? Which of them is more stable?

    We recommend the use of this URL:
    http://www.oracle.com/technology/documentation/oracle9i.html
    Cheers, OTN

Maybe you are looking for