Oracle 数据库应用的一些小技巧

本文介绍如何使用SQLPlus工具连接Oracle数据库,并详细解释了过程与函数这两种PL/SQL子程序的区别。包括过程的组成部分:说明部分与主体部分,以及函数返回值的概念。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1,sqlplus 连接:

firstly you need to prepare the tns file under $oraclehome/Network/Admin/tnsnames.ora

tnsping SID; if it works fine, you can go ahead to do following steps.

in cmd input: sqlplus /nolog

and then input: conn username/password@SID

 

2, the difference betweeen procedure and function

A procedure contains two parts specification and the body. Procedure specification begins with CREATE and ends with procedure name or parameters list. Procedures that do not take parameters are written without a parenthesis. The body of the procedure starts after the keyword IS or AS and ends with keyword END.

 

They are all subprograme, function same as procedure, but it has return value.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值