October 2025

ORA-01536

  • Published in Oracle
  • November 5, 2010

ORA-01536: 超出表空间'表空间名'的空间限量

 

相同的语句放在另外一台数据库去运行是好的丫,再查了查,不出错的这个用户有DBA权限:) , 有错的没有DBA权限,那应该与权限有关了。

再查了查表空间,发现有200M,但只用了15M,KAO。

google了一下,说是运行

GRANT UNLIMITED TABLESPACE TO jwgl;

可以解决问题,果然如此。

但问题是,我的表空间还有这么多空的,为什么会出现超出表空间的空间限量错误呢?

不明白啊。

 

 

你虽然有200M,但jwgl用户只有15M的使用权,

 

http://mis.im.tku.edu.tw/~xman13a/oracle/tablespace/ora_1.htm

 

 

Read more...

set use and accec for a doc 设置权限

  • Published in Debian
  • November 5, 2010

----------------------------------------------------------------------------------------------

 

chown -R 1005:1005 /home/yvesblog1/public_html

 

chmod 750 /home/yvesblog1/public_html -R

 

----------------------------------------------------------------------------------------------

 

chown -R 1004:1004 /home/ilci/public_html


chmod 750 /home/ilci/public_html -R

 

----------------------------------------------------------------------------------------------

Read more...

加速 mldonkey

  • Published in Debian
  • October 22, 2010

option webin

增加 kad 增加 serveur met

Remove
DL
geoip.dat
0
http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz
DL started


Remove
DL
contact.dat
168
http://download.overnet.org/contact.dat
unknown


Remove
DL
server.met
24
http://www.emule.org.cn/server.met
DL started


Remove
DL
kad
0
http://renololo1.free.fr/e/nodes.dat
File loaded


Remove
DL
guarding.p2p
96
http://www.bluetack.co.uk/config/level1.gz
File loaded


Remove
DL
kad
0
http://www.emule-inside.net/nodes.dat
unknown


Remove
DL
hublist
0
http://dchublist.com/hublist.config.bz2
unknown


Remove
DL
nodes.gzip
0
http://update.kceasy.com/update/fasttrack/nodes.gzip
unknown

Read more...

mldonkey install debian 安装

  • Published in Debian
  • October 17, 2010

apt-get install mldonkey-server



在安装到最后的时候会提示你是否要开机自动启动该服务,选择Yes.

好,现在mldonkey已经启动了!不过需要做一些配置,才能让他发挥出他的极致!

先停止此服务


需要使用 用户 mldonkey 做下面的事情

su mldonkey

 

/etc/init.d/mldonkey-server stop

然后修改一下配置文件

nano /var/lib/mldonkey/downloads.ini

找到allowed_ips = [“127.0.0.1″; “89.88.100.190″;]

 

建立 目录  /home/DL/file

和          /home/DL/dir

设置权限  用户组 用户 mldonkey

在 web 界面 option  share 设置 add share

0 /home/dl/file incomefile

类推

 

option client name 改成

[CHN][veryCD]yourname


allowed_ips 意思 允许访问的IP,需要把你另外机器的IP添加上!~具体看本行上面的注释…

然后启动服务

使用用户 mldonkey

/etc/init.d/mldonkey-server start

因为要配合Sancho来使用,而安装ML的主机没有GUI所以,在另外的机器安装Sancho(Linux,windows均支持)去http://sancho-gui.sourceforge.net/下载适合你的版本!

现在就可以使用远端的sancho来登录mldonkey的那个主机了!当你安装完sancho之后运行会出现

这样一个配置框,你的可能是英文的,主机地方填写你ml机器的IP,默认用户amdin不变,密码是空然后点击”完成”就连接到你的ML服务器了!

点击Tools –> Preferences –> sancho:Main 下的 General 里找到 (*) Use locale file: 在后面的下拉框中找到 zh_CN 然后保存一下,重新启动就是中文界面了!

好现在是中文页面,简单的多了吧!?

现在要开始配置Ml服务器了!

**现在在Sancho上所做的修改,都会反应到ml主机的相应配置文件中!只不过是远程图形界面更容易修改,当然你也可以直接修改配置文件!

工具–>首选项–>Main(Mail下的)在client_name 输入一个服务器名字 格式最好为 [CHN][VeryCD]yourname ,因为这个连接到eMule几率大些(本人没有证实)..

Networks下Donkey ED2K-force_client_hight_id,ED2K-force_high_id,ED2k-keep_best_server打勾,修改 max_connected_servers 为 30,ED2K-port 填入你开放的TCP端口.

添加我们常用的服务器,当然这不是在Preferences中设置的,而是在Sancho的主界面中上方第二行点击Server,然后点击绿色+号旁边的 带+的地球图标的按钮来添加一个server.met,比如电驴用的http://www.emule.org.cn/server.met

带宽设置 Bandwidth 相应自己修改.

设置amdin密码:

在sancho面板点击控制台下方输入:

useradds admin **** (****为你要设置的密码)

在首选项的Networks 下把 enable_kademlia ,enable_overnet 打钩.

然后上google上搜索一些emule的服务器列表,添加上基本上就可以驾驭你的驴了!

关于下载BT速度不理想,我还在找办法…

web 端口号4080

多用户没研究呢。

Read more...

Oracle install sur debian 远程 安装 oracle XE 在 debian

  • Published in Oracle
  • October 16, 2010

MIN 1g ram

 

资料

http://www.debianhelp.co.uk/oracle.htm

 

 

 

APT-GET 安装过程

 

To use this reposotory you need to add following lines to /etc/apt/sources.list file:


deb http://oss.oracle.com/debian/ unstable main non-free
deb-src http://oss.oracle.com/debian/ unstable main

 

# apt-get update

# apt-get install oracle-xe-universal

安装完成

 

设置

# /etc/init.d/oracle-xe configure

Specify the HTTP port that will be used for Oracle Application Express [8080]:

设置web界面端口


Specify a port that will be used for the database listener [1521]:


程序端口


Specify a password to be used for database accounts. Note that the same
password will be used for SYS and SYSTEM. Oracle recommends the use of
different passwords for each database account. This can be done after
initial configuration:

Confirm the password: (* make sure you remember this password *)

 

设置密码


Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]: y


打Y是确定
Starting Oracle Net Listener…Done
Configuring Database…Done
Starting Oracle Database 10g Express Edition Instance…Done
Installation Completed Successfully.
To access the Database Home Page go to “http://127.0.0.1:8080/apex”

 

远程安装web界面不可用 需要设置


Now you have installed Oracle Express Edition on your Debian Sarge server.

 

开启 远程 端口

Specify the HTTP port that will be used for Oracle Application Express [8080]:

Specify a port that will be used for the database listener [1521]:

Specify a password to be used for database accounts. Note that the same
password will be used for SYS and SYSTEM. Oracle recommends the use of
different passwords for each database account. This can be done after
initial configuration:

Confirm the password: (* make sure you remember this password *)

Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]: y

Starting Oracle Net Listener…Done
Configuring Database…Done
Starting Oracle Database 10g Express Edition Instance…Done
Installation Completed Successfully.
To access the Database Home Page go to “http://127.0.0.1:8080/apex”

Now you have installed Oracle Express Edition on your Debian Sarge server.

 

 

 

解决 sqlplus: command not found

 

sudo vim /etc/profile

最下面增加
export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server 
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH 
export ORACLE_SID=XE 
export PATH=${PATH}:${ORACLE_HOME}/bin

重新加载 profile
source /etc/profile

 

sqlplus 可用

 

命令 web界面可以远程访问

$ sqlplus -S system/password@//localhost/XE <<!
EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE); 
EXIT;
/
!


现在就可以用

http://your-host-adress:8081/apex/

访问了
Read more...

释放空间

  • Published in Windows 7
  • October 14, 2010

1。

关闭虚拟内存

 

2。

关闭休眠 休眠是保存到硬盘 睡眠是保存到内存

关闭休眠 没有事情

powercfg -h off

Read more...
Subscribe to this RSS feed
Notice: Undefined offset: 1 in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/pagination.php on line 18

Notice: Undefined offset: 1 in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/pagination.php on line 34

Notice: Undefined offset: 2 in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/pagination.php on line 34

Notice: Undefined offset: 3 in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/pagination.php on line 34

Notice: Undefined offset: 1 in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/pagination.php on line 18

Notice: Undefined offset: 1 in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/pagination.php on line 34

Notice: Undefined offset: 2 in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/pagination.php on line 34

Notice: Undefined offset: 3 in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/pagination.php on line 34