1. Set SIDin bashORACLE_SID=ocmexport
ORACLE_SID2. Set Env VarsORACLE_SID and ORACLE_HOME3. Choose a Database
Administrator Authentication Methodpassw...
分类:
数据库 时间:
2014-05-30 21:16:16
阅读次数:
405
Oracle 10g 增加了drop database 命令,这样我们删除数据库会方便很多。
不过DROP DATABASE还是有一定的限制条件的:一些错误1.ORA-01586: database must be mounted EXCLUSIVE
and not open for this op...
分类:
数据库 时间:
2014-05-30 19:49:07
阅读次数:
421
Speaking Tips from Popular TED Talks1. best
practices in presenting THE2. Knowledge is power. Pass it on. Click this button
to share information on ea...
分类:
其他好文 时间:
2014-05-30 19:39:38
阅读次数:
417
Given inorder and postorder traversal of a
tree, construct the binary tree.Note:You may assume that duplicates do not exist
in the tree./** * Definiti...
分类:
其他好文 时间:
2014-05-30 16:12:22
阅读次数:
288
Given preorder and inorder traversal of a tree,
construct the binary tree.Note:You may assume that duplicates do not exist in
the tree./** * Definitio...
分类:
其他好文 时间:
2014-05-30 16:02:40
阅读次数:
289
Given a stringSand a stringT, count the number
of distinct subsequences ofTinS.A subsequence of a string is a new string which
is formed from the orig...
分类:
其他好文 时间:
2014-05-30 15:58:40
阅读次数:
187
Given a binary tree, find its maximum depth.The
maximum depth is the number of nodes along the longest path from the root node
down to the farthest le...
分类:
其他好文 时间:
2014-05-30 15:03:42
阅读次数:
237
Given a triangle, find the minimum path sum
from top to bottom. Each step you may move to adjacent numbers on the row
below.For example, given the fol...
分类:
其他好文 时间:
2014-05-30 14:59:37
阅读次数:
241
DescriptionAn ascending sorted sequence of
distinct values is one in which some form of a less-than operator is used to
order the elements from smalle...
分类:
其他好文 时间:
2014-05-30 14:31:10
阅读次数:
297
解决办法:vi
/xx/database/install/oraparam.ini找到【Certified
Versions】Linux=redhat-3,SuSe-9,redhat-4,后面加上redhat-5保存并退出即可。如图:
分类:
数据库 时间:
2014-05-30 14:16:05
阅读次数:
320