Importing Data From Oracle Enterprise Manager Console
Jun 12, 2007how can I import a database dump from the Oracle Enterprise Manager 10g console? The Oracle is running on a Red Hat Linux Server.
View 0 Replieshow can I import a database dump from the Oracle Enterprise Manager 10g console? The Oracle is running on a Red Hat Linux Server.
View 0 Repliesi have setup fresh Centos 6.5 with Plesk Pannel 12.0.18. When i execute the attached command from the console, i get it work, some posts are auto created within wordpress. When i enter the attached command within Plesk (Tools / Settings - Taskmanager - root New Task, the command is not executed...
/usr/bin/wget --post-data='id=4&minposts=1&maxposts=3' -O /dev/null http://www.mydomain.com/wp/wp-content/plugins/WPRobot3/cron.php?code=UNIQUEID
I tried also without /usr/bin at the beginning, but its not working with cron automatic
Currently i am using webalizer... How can i switch to aw stats by importing the current data...
View 1 Replies View RelatedAnyone checked this out yet, sounds like PR speak to me but maybe there some truth to it?
'non-Oracle applications, and is three times more efficient than other server virtualization products'
[url]
I have a new Server (CentOS Linux 7.1.1503) and will migrate the Data from my old Server (Ubuntu 14.04 LTS) with the Migration Manager. Both Servers running with Plesk 12.0.18
After i entered the Server-IP and the Login-Data for the old Server i became this Error on the new Server:
Fehler: launchpad error (Error code = 2):
== STDERR ====================
Cannot request remote agent status using command line /var/cache/20150518173107557/PleskX.pl: UNIVERSAL->import is deprecated and will be removed in a future perl at (eval 25) line 3.
UNIVERSAL->import is deprecated and will be removed in a future perl at IPC/Run.pm line 1060.
UNIVERSAL->import is deprecated and will be removed in a future perl at IPC/Run/IO.pm line 78.
UNIVERSAL->import is deprecated and will be removed in a future perl at IPC/Run/Timer.pm line 161.
Died at AgentConfig.pm line 23.
==============================Click to expand...
I get an error while importing the backup file of oracle database. It's giving me some header file verification failed. Can anybody guide me about what it could be?
View 14 Replies View Relatedif its possible to install oracle on a Cpanel server? if so any pointers and is it advisable?
View 1 Replies View RelatedI understand there is a price difference, that aside I wonder if anyone has any experience using both?
I.e. What if anything would make someone switch to Coherence over Memcached? And does anyone have any thoughts on a different alternative specially for .NET
1.) What will happen to Sun’s open-source initiatives?
2.) Oracle was never an initiator to open source - so what’s the incentive for them to keep the show running?
3.) What about MySQL – a direct competition to Oracle’s core, i.e. Oracle DB? Will it meet the same fate as Siebel?
3.) What are the problems should be raise for webhosting industry due to this acquisition?
I've installed Zend Core for Oracle on a RH ES4 server. Unfortunately, ZCO doesn't have the Postgres extension enabled by default.
Do I have to recompile my PHP installation to enable it?
I currently own a gaming website, and it's database has about 70mb.
I'm changing to a VPS, so today i put the site under maintenance, uploaded the files to the new server, changed the DNS of the domain, and when i was uploading the database (Using PhpMyAdmin), everything looked fine until after like 1:20 hs, the window changed from the "uploading" status to the login page of plesk.
So i though "It must've finished"... but no, i logged in, and the database was empty, so apparently it didn't work.
Maybe because my internet connection isn't very good (640k) and a timeout occured?, idon't know.. but the thing is,
Is there a different way to upload the database that it isn't phpmyadmin?, or using it but uploading by small pieces, so this doesn't happen again... something like that.
I'd really appreciate different options, and as soon as possible, since i don't want to have my website offline for so long
have been handed a project to migrate a web page from our old Oracle OAS 10G server to a Oracle Weblogic llg server.
This page is manually deployed along with the web folder from a third-party Automic Applications Manager (formerly Appworx).
We are not using the default Apache server that ships with the product due to all the paperwork and configuration required to deploy it in a secure environment.
The old configuration is already approved to allow connection via our Oracle (Apache) webservers.
I can launch the page fine but when I call the .jsp file to launch it it opens the file instead of launching it (Windows 2008 server).
I've associated the file types, jsp and jnlp to javaws.exe. I found a reference in the old httpd.conf file and added this to the new httpd.conf file on the weblogic server. I also dug into the default install and found the same line. I've bounced the ohs to source this and it still opens instead of launches. How do I change this behavior?
AddType application/x-java-jnlp-file JNLP jnlp...
I have an app that opens a new browser window to a URL that opens a PDF file at a named destination. For example: URL.....I need to authenticate each user that enters this link, but preferably only once per browser session (valid until user closes browser). This authentication process needs to be performed by an oracle-database stored procedure (via a Java servlet, or other technology). Any outline steps or reference link?
The idea would be when the user enters this link, that a popup window appears asking for a username and password, which then get verified by the stored procedure, and then, and only then, the URL address is allowed to proceed.I know I can implement password protection in `.htaccess` as follows.
AuthType Basic
AuthName "Secured Area"
AuthUserFile /path/to/.htpasswd
<Files "myFile.pdf">
Require valid-user
</Files>
But, I need this process to connect to the stored procedure to validate the user, because this stored procedure has to apply business logic to determine the users' subscription status, etc., which can change at any time.
I've been trying to import a 1MB sql file into mysql under GoDaddy Linux Deluxe shared hosting and after waiting forever I get a 2006 error -server has gone away. didn't know that 1MB was such a big file!! anyone else experiencing the same?
View 9 Replies View RelatedQuote:
Error
SQL query:
CREATE TABLE `hm2_deposits` (
`id` bigint( 20 ) NOT NULL AUTO_INCREMENT ,
`user_id` bigint( 20 ) NOT NULL default '0',
`type_id` bigint( 20 ) NOT NULL default '0',
`deposit_date` datetime NOT NULL default '0000-00-00 00:00:00',
`last_pay_date` datetime NOT NULL default '0000-00-00 00:00:00',
`status` enum( 'on', 'off' ) default 'on',
`q_pays` bigint( 20 ) NOT NULL default '0',
`amount` double( 10, 5 ) NOT NULL default '0.00000',
`actual_amount` double( 10, 5 ) NOT NULL default '0.00000',
`ec` int( 11 ) NOT NULL default '0',
`compound` float( 10, 5 ) default '0.00000',
PRIMARY KEY ( `id` ) ,
KEY `hi1` ( `user_id` ) ,
KEY `hi2` ( `deposit_date` ) ,
KEY `hi3` ( `status` ) ,
KEY `hi4` ( `user_id` , `status` )
) ENGINE = MYISAM AUTO_INCREMENT =538 DEFAULT CHARSET = latin1;
MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 18
if there was a way for me to cut up a large mysql database in shell. We're talking almost 8 gigs here.
I would like to import it in chucks, something like 1 gig per shot. Is that doable with some software that I can use in shell? I wouldn't want to use vim to splice up that sucker.
Or is there a better method of doing this? I already dumped this and I rather not do it again unless if I could perhaps dump this in chunks.
I have been trying quite unsuccessfully to import a large sql db file via phpMyAdmin for one of my clients. Since the db file is about 250mb I get a server timeout error.how I can do this via SSH...I have a CentOS server 6.5, 64 bit that runs Plesk v 12.0.18
View 4 Replies View RelatedI'm on a VPS with Ubuntu 14.04 and Plesk 12 Web Admin Edition. I can't import a large (20 MB zipped) database dump to phpmyadmin because there is a 2MB file size limit. I suppose I have to change the server-wide PHP configuration (if I change the PHP settings for the domain nothing happens). Is there a way to change the global PHP settings via the Plesk panel?
View 2 Replies View RelatedI've noticed on some rackmount servers and firewall appliances there are ports labelled console, and look like serial ports. Are these related to connecting to KVM? I am looking for a cheap appliance for some rackmount servers I have (1U half depth would be ideal), to remotely recover the server if it goes down. I figured they'd connect through PS2 connectors, but then I thought that if the console port was related, then going through that might have the option for power cycling or something.
View 7 Replies View RelatedI'm trying to knock a bug out of our new Hardy Heron Xen template. Basically when the old ones boot up /bin/sh is spawned on the console. Now with Hardy init has been replace with /etc/event.d handling.
So I've replace /etc/event.d/ttyS0 and ttyS1 (not sure which one is the console but I think ttyS0)
Code:
# tty0 - shell
# This service maintains a getty on tty1 from the point the system is
# started until it is shut down again.
start on stopped rc2
start on stopped rc3
start on stopped rc4
start on stopped rc5
stop on runlevel 0
stop on runlevel 1
stop on runlevel 6
exec /bin/bash
respawn
Is there a good one around on the internet?
HyperVM has a nice one.
Terrible
[url]
under Plesk 12.0.18 PHPMyAdmin is failing to import a 3 MB SQL dump of a simple Joomla website. "Error 505 Bad Gateway", it says.It happens with other dumps too, some as small as ~500 KB. The format (SQL or ZIP) of the file uploaded doesn't seem to matter, because the upload itself seems to work; it seems it's the post-processing what is raising the error.
The funny thing is that the import itself seems to work (the contents of the SQL dump are imported), but the error message appears and causes confusion and support requests from our clients./var/log/sw-cp-server/error_log says:
2015/05/15 03:19:31 [error] 10215#0: *5 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: XX.XX. XXX. XXX, server: , request: "POST /domains/databases/phpMyAdmin/import.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "xxxx. xxxxxxx.com:8443", referrer: URL.....To me it sounds like a timeout.
This seems to be a "popular" error among Plesk users, and I have tried this, this and this with no luck.
I see following error in comand console.
I know its firewall log, but how can disable show firewall logs in command console?
See: [url]
I am upgrading my current colo'd server from a 1U dual core xeon with 2x500GB drives to a 2U core 2 quad with 8x750GB drives (raid5).So far I have ran into two issues. One is the rails are too large for the cabinets (problem #1 which I put in another thread). The only other problem is I am having problems with remote console on the new hardware.
It should be setup correctly since I basically rsync'd everything from the old server to the new one. The device is detected:
root@houkouonchi: 03:19 AM :~# dmesg | grep -i tty
Command line: root=/dev/sda2 gpt pci=nomsi console=tty0 console=ttyS0,9600 notsc
Kernel command line: root=/dev/sda2 gpt pci=nomsi console=tty0 console=ttyS0,9600 notsc
console [tty0] enabled
console [ttyS0] enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
But when I connect to the digi I am not getting any console output. I have tried a different serial -> Ethernet adapter and tried a different patch cable/port on the digi so I am pretty sure those are fine. The motherboard (nforce 650i chipset) didn't have an onboard serial port so I am using a port hooked up to a bracket which has a ribbon cable which connects to the motherboards COM port. I also tested another serial connector which the case has built in and both give me problems.
Maybe the motherboard is just busted?
How can change hypervm console user for a vps?
For example how can change persianwhoisvm@72.xxx.xxx.xx to microvm@72.xxx.xxx.xx
I have this error when i put import to mysql database
Code:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<script></script><p>ERROR: Maximum execution time of 300 seconds exceeded (Util.' at line 244
I have in domain > doemainname >
max_execution_time
Standaard
Geef een aangepaste waarde op 0
and insert in
usr/local/psa/admin/htdocs/domains/databases/phpmyadmin in the file config.sample.inc.php following command
$cfg['ExecTimeLimit'] = 70000;
but it will not work...
I have Plesk Windows version, when I want import my backup mysql, i see below error:
Error: dbbackup failed: Unable to restore database 'admin_IranDnn'
ERROR 2006 (HY000) at line 1: MySQL server has gone awayClick to expand...
What type of cable/settings are needed to access the console port of a ProCurve 2626 J4900A? the recent one I ordered wasnt working with the regular way I access these switches.
I use a null modem (crossover) female-female serial console cable and connect it to my laptop serial port w/9600-8-1-None to access my ProCurve 2900 48G series.
But I tried using a straight/null/rollover(cisco's) and none of them worked. I also tried 9800-8-1-xoff/xon. All of them are giving me weird text when I press [ENTER] numerous times. I can access my 2900 series switches fine, no problem, just these 2626 ones I cant. My laptop can definitely detect the port cause when I disable it, I get a message on my terminal window which says "disconnected". So I am messing up somewhere.
By the way, I actually returned the switch when it came the first time because I thought they gave me a faulty one and I got another one, but it behaves the same way. But the actual switch functionality has no issues as I can assign my servers IPs and be able to access them remotely. I just cant configure the switch itself without the console port.
I have a SuperMicro server with AOC-SIM1U.
I was able to login from IPMI View just fine, and everything works as expected except
"Text Console ". I was able to hit the start button and get the black screen on IPMI View, but that was just about it.
Only a cursor blinking without texts.
Is there something else that I should do in order to get text console working? I've tried all baud rates.