- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Saurabh K. Gupta
- 185字
- 2021-08-20 10:43:49
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The modified SELECT
query is then executed in the HR schema of the database."
A block of code is set as follows:
/*Create the stored procedure to set the context attribute*/ CREATE OR REPLACE PROCEDURE p_app_context (p_val VARCHAR2) IS BEGIN /*Create a namespace DEMO_CONTEXT*/ DBMS_SESSION.SET_CONTEXT( NAMESPACE => 'DEMO_CONTEXT', ATTRIBUTE => 'COUNTRY', VALUE => P_VAL); END; /
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: "This is how interpreted compilation works. In the case of native compilation,, a sharable dynamic linked library (DLL) is generated instead of a machine code."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Practical Data Analysis Cookbook
- CMDB分步構(gòu)建指南
- Spring Cloud Alibaba微服務(wù)架構(gòu)設(shè)計(jì)與開(kāi)發(fā)實(shí)戰(zhàn)
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務(wù)、多團(tuán)隊(duì)協(xié)同等核心場(chǎng)景實(shí)戰(zhàn)
- Python爬蟲(chóng)開(kāi)發(fā)與項(xiàng)目實(shí)戰(zhàn)
- Python王者歸來(lái)
- Python程序設(shè)計(jì)
- Java項(xiàng)目實(shí)戰(zhàn)精編
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- Node.js:來(lái)一打 C++ 擴(kuò)展
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- Geospatial Development By Example with Python
- Buildbox 2.x Game Development
- Spring Data JPA從入門到精通
- 軟件測(cè)試技術(shù)