- Oracle Database XE 11gR2 Jump Start Guide
- Asif Momen
- 148字
- 2021-08-13 18:28:09
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: " Navigate to the Disk1
folder under c:\temp
and double-click on setup.exe
. A new window pops up."
A block of code is set as follows:
groupadd oinstall groupadd dba useradd -g oinstall -G dba,oper,asmadmin oracle passwd oracle
Any command-line input or output is written as follows:
# /etc/init.d/oracle-xe start
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on the Install button to continue installing Oracle Database XE".
推薦閱讀
- 軟件安全技術
- Learn TypeScript 3 by Building Web Applications
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 跟小海龜學Python
- 基于免疫進化的算法及應用研究
- Learning Neo4j 3.x(Second Edition)
- PostgreSQL 11從入門到精通(視頻教學版)
- SQL Server 2012數據庫管理與開發項目教程
- MATLAB for Machine Learning
- 快人一步:系統性能提高之道
- Windows Phone 7.5:Building Location-aware Applications
- Express Web Application Development
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Getting Started with Python and Raspberry Pi
- Learning Node.js for .NET Developers