- Oracle SQL Developer
- Ajith Narayanan
- 146字
- 2021-07-16 09:39:09
DB Doc generation
One of our more popular features is DB Doc. We can generate an HTML documentation selected schema with a right-click.
You can generate a documentation about your schema in the HTML format for your own review or to share with others. Follow these steps to generate and view schema documentation:
- Connect to the HR schema.
- Right-click on the HR_ORCL connection and select Generate DB Doc.
- Select or create a suitable location for the generated files.
- An
index.html
file should open automatically in your default browser. If it doesn't, navigate in a browser to the\working\index.html
file and open it.
To see the details for any database object in the HTML documentation, select the object type in the schema panel in the top left corner. A list of all the objects of that type will then appear in a panel below the schema panel.
推薦閱讀
- Learning Scala Programming
- 深入理解Android(卷I)
- Modular Programming with Python
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Oracle從新手到高手
- Mastering Selenium WebDriver
- 深入理解Django:框架內幕與實現原理
- Python金融數據分析
- 云計算通俗講義(第3版)
- Getting Started with Python Data Analysis
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Django 3.0入門與實踐
- 愛上C語言:C KISS
- Learning Grunt
- Python程序設計教程