<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "Tuning and Migration Wizard"]]></title>
		<link>http://forums.enterprisedb.com/forums/show/11.page</link>
		<description><![CDATA[The newest discussed topics in the forum "Tuning and Migration Wizard"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>unable to run the query</title>
				<description><![CDATA[ select s.*,a.actid,a.phone,d.domid,d.domname,d.domno,a.actno,a.actname,p.descr as svcdescr<br /> from vwsubsmin s <br /> inner join packages p on s.svcno=p.pkgno <br /> inner join account a on a.actno=s.actno <br /> inner join ssgdom d on a.domno=d.domno <br /> inner join (select subsno from getexpiringsubs($1,cast($2 as integer),cast($3 as double precision),$4) as (subsno int,expirydt timestamp without time zone,balcpt double precision)) as e <br /> on s.subsno=e.subsno where s.status &lt;=15 and d.domno=$5 order by d.domname,s.expirydt,a.actname<br /> <br /> When i run this query i am facing the following error: <br />  <br /> ERROR:  there is no parameter $1<br /> LINE 3: ...no inner join (select subsno from getexpiringsubs($1,cast($2...<br />                                                              ^<br /> <br /> ********** Error **********<br /> <br /> ERROR: there is no parameter $1<br /> SQL state: 42P02<br /> Character: 277<br /> <br /> <br /> Please let me know the issue on <a class="snap_shots" href="mailto:srikanth@inventum.net">srikanth@inventum.net</a>]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2347/8821.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2347/8821.page</link>
				<pubDate><![CDATA[Sat, 3 Jul 2010 06:00:54]]> GMT</pubDate>
				<author><![CDATA[ Srikanth_Kata_2]]></author>
			</item>
			<item>
				<title>pg_restore problem: extra data after last expected column</title>
				<description><![CDATA[ Dear All,<br /> <br /> I've the same problem with postgreSQL 8.4. When I try to restore a .backup file created with pg_dump (by using the pg_restore procedure)<br /> I get the error "Extra data after last expected column". I suspect that is a problem of encoding or delimiters. Can you help me?<br /> <br /> here is the log:<br /> <br /> 2010-06-18 17:13:19 CEST ERROR: language "plpgsql" already exists<br /> 2010-06-18 17:13:19 CEST STATEMENT:<br /> CREATE PROCEDURAL LANGUAGE plpgsql;<br /> 2010-06-18 17:24:26 CEST ERROR: extra data after last expected column<br /> 2010-06-18 17:24:26 CEST CONTEXT: COPY cart_accert, line 3084737: "\N N \N \N \N 0 785 \\N N \N \N \N41-21 100oRI\N \N 0 2952 MW67J@Y9[WER¶ 2000-01-25 2000-02-11 1..."<br /> 2010-06-18 17:24:26 CEST STATEMENT: COPY cart_accert (num_ese, ac_prn, ac_prezzo, ac_query, stampato, ac_out, ac_paga, ac_scad, ac_ripe, ac_code, ac_nt_code, ac_nt_fonte, ac_norma, ac_um, indotto, cod_ese, codificato, codice, data_open, data_upd, time_last, rowid, ora, userid, pb_code, ac_des, ac_val, ac_mem, ac_ese, ac_tipo, euro, rowid_master, ur_pb_id, data_richiesta, evidenza_referto, ritornato) FROM stdin;<br /> 2010-06-18 17:24:26 CEST LOG: could not send data to client: No connection could be made because the target machine actively refused it.<br /> <br /> 2010-06-18 17:24:26 CEST LOG: could not receive data from client: No connection could be made because the target machine actively refused it.<br /> <br /> 2010-06-18 17:24:26 CEST LOG: incomplete message from client<br /> <br /> <br /> <br /> Many thanks,<br /> <br /> Federico ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2333/8758.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2333/8758.page</link>
				<pubDate><![CDATA[Sat, 19 Jun 2010 10:15:10]]> GMT</pubDate>
				<author><![CDATA[ Federico_Belotti]]></author>
			</item>
			<item>
				<title>MySQL to Postgres Migration Wizard by EnterpriseDB v1.1</title>
				<description><![CDATA[ Hi Guys,<br /> I downloaded this archive but I have no idea what I'm supposed to do with it. No readme file,<br /> nothing that looks like an executable, can someone point me in the right direction please?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2288/8517.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2288/8517.page</link>
				<pubDate><![CDATA[Sun, 16 May 2010 22:49:53]]> GMT</pubDate>
				<author><![CDATA[ baloney]]></author>
			</item>
			<item>
				<title>Migration Oracle to EnterpriseDB function sys_context</title>
				<description><![CDATA[ Recently started experimenting with EDB trying to migrate our oracle db.<br /> The import failes for a big part due to the function 'sys_context("unknown", "unknown") does not exist'<br /> Anyone care to share the solution or point me in the direction.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2239/8312.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2239/8312.page</link>
				<pubDate><![CDATA[Thu, 1 Apr 2010 15:52:19]]> GMT</pubDate>
				<author><![CDATA[ Bendy_Damen]]></author>
			</item>
			<item>
				<title>Database wont Start after Tuning Wizard</title>
				<description><![CDATA[ Hey there!<br /> <br /> I am running PostgreSQL 8.4 on a dedicatet Server (OS: Windows Web Server 2008 R2) <br /> <br /> I installed the Tuning Wizard, and ran it, chosing the "dedicated" Option.<br /> After Replacing the Original "postgesql.conf" file, the SQL Server wont start, just times out.<br /> <br /> Any Ideas, or known problems?<br /> <br /> Kind Regards<br /> <br /> Julius<br /> <br /> P.S: The Server has plenty power, and I need to bulk load a big Database (~2TB), which would be quite annoying, if I had to do that with the default "slow" settings.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2183/8104.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2183/8104.page</link>
				<pubDate><![CDATA[Mon, 1 Mar 2010 12:16:46]]> GMT</pubDate>
				<author><![CDATA[ Julius_Petzholdt]]></author>
			</item>
			<item>
				<title>MS-SQL to Advanced Server</title>
				<description><![CDATA[ We are working on migrating from MS-SQL to Postgres Advanced. We are using the Migration studio to attempt to convert the Schema and data. Schema is coming over but we have several tables that are giving us encoding errors (see below). We can't figure out the right combination of setting to resolve the issue.<br /> <br /> The other issue we have is with the delimiter character we have a few tables that contain | characters. In fact all 127 of the Basic ASC chart are represented in our data, and my first attempt at using extended ascii characters above 127 didn't seem to work either. Any suggestions on what character to use?<br /> <br /> Thanks<br /> Pete Halsted<br /> JK Harris<br /> 636-432-9339<br /> <br /> <br /> First error:<br /> Loading Table: prospect ...<br /> Error Loading Data into Table: outboundcustomer: ERROR: invalid byte sequence for encoding "UTF8": 0xd13f<br />   Hint: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".<br />   Where: COPY outboundcustomer, line 865<br /> <br /> Then when it completes all tables in first pass we get:<br /> Trying to reload table: outboundcustomer through bulk inserts with a batch size of 1000<br /> ERROR: character 0xefbfbd of encoding "UTF8" has no equivalent in "WIN1252", Skipping Batch<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2131/7960.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2131/7960.page</link>
				<pubDate><![CDATA[Wed, 20 Jan 2010 12:01:45]]> GMT</pubDate>
				<author><![CDATA[ Pete_Halsted]]></author>
			</item>
			<item>
				<title>MySQL migration wizard</title>
				<description><![CDATA[ Hi,<br /> <br /> I was wondering where I can find installation/build instructions.  A simple make fails<br /> because the PATH to the wx includes on my system differs from /usr/include/wx<br /> <br /> <br /> Cheers,<br /> Andrej]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2116/7882.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2116/7882.page</link>
				<pubDate><![CDATA[Sun, 10 Jan 2010 17:02:17]]> GMT</pubDate>
				<author><![CDATA[ Andrej_Ricnik]]></author>
			</item>
			<item>
				<title>Tuning Wizard account problem</title>
				<description><![CDATA[ Hi,<br /> <br /> I'm trying to install Tuning Wizard for Postgre 8.4. <br /> <br /> I've created an enterprisedb.com account and be able to log in onto your site. But if I try to use my account details during the installation process, I always get the following error msg: <br /> <br /> "Error in calling web service. Please check the internet connection and try again."<br /> <br /> System: Windows 7 64bit<br /> Firewall: Windows firewall off, basic router firewall on <br /> <br /> It would be great, if somebody can help...<br /> <br /> <br /> Regards,<br /> Chris]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2054/7554.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2054/7554.page</link>
				<pubDate><![CDATA[Sun, 29 Nov 2009 14:59:45]]> GMT</pubDate>
				<author><![CDATA[ Chris_Schra]]></author>
			</item>
			<item>
				<title>problem with autovacuum processes</title>
				<description><![CDATA[ Hi,<br /> <br /> We are using PostgreSQL 8.3.7 version and our DB size is around 200GB and its OLTP database. We are having partition tables and maintains for 120 days data.<br /> <br /> But from couple of days we are getting the processes slow down and i noticed the following processes like:<br />  procpid | usename |     query_start           |    run_time        | waiting |                                    current_query<br /> ---------+----------+---------------------+-----------------+---------+---------------------------------------------------------------------------------------------------------------------<br />    14971 | postgres | 2009-11-07 16:17:49 | 5 days 13:15:51 | f          | autovacuum: VACUUM test.tr_td_dimension_2009_08_21 (to prevent wraparound)<br />    19674 | postgres | 2009-11-11 09:43:15 | 1 day 19:50:25  | f          | autovacuum: VACUUM test.tr_stg_hr_dimension_2009_08_18 (to prevent wraparound)<br />    28064 | postgres | 2009-11-10 12:26:26 | 2 days 17:07:14 | f          | autovacuum: VACUUM test.tr_td_dimension_2009_08_18 (to prevent wraparound)<br />    17044 | postgres | 2009-11-12 17:03:06 | 12:30:34           | f          | autovacuum: VACUUM ANALYZE test.dn_rule_data (to prevent wraparound)<br />    25602 | postgres | 2009-11-11 22:12:49 | 1 day 07:20:51  | f          | autovacuum: VACUUM test.tr_td_dimension_2009_08_02 (to prevent wraparound)<br /> <br /> We enabled autovacuum for every 2million records.... but these processes are runnning for days and which is causing for the partition tables creation and delinking failures and also the drastic performance failure.<br /> <br /> Is there any way where we can reduce the time of running of these autovacuum processes.<br /> <br /> --Venkat <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2028/7426.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2028/7426.page</link>
				<pubDate><![CDATA[Fri, 13 Nov 2009 00:56:29]]> GMT</pubDate>
				<author><![CDATA[ Venkat_B]]></author>
			</item>
			<item>
				<title>Oracle to Postgres Migration</title>
				<description><![CDATA[ I have found some issue with Migrating Oracle XML Type objects. Can any one help in finding an alternative solution for XML type Procedures migration to Postgres. Nearly 50% of Procedures are used XML type. ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2027/7424.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2027/7424.page</link>
				<pubDate><![CDATA[Thu, 12 Nov 2009 08:31:41]]> GMT</pubDate>
				<author><![CDATA[ Bhanu_Prasad]]></author>
			</item>
			<item>
				<title>Migration tool missing varbinary</title>
				<description><![CDATA[ I'm trying to convert a database from MySQL to PostgresPlus using the Migration Toolkit but it's currently failed due to the lack of varbinary support causing some tables to go missing.<br /> Would it be possible to extend the MTK with an option field or something that allows someone to tell the MTK "If you see this type, and you don't support it yet, replace it with this type." (such as doing so with varbinary and replacing it with bytea)<br /> Would such a thing be possible?<br /> <br /> Regards,<br /> <br /> Jeroen Kleijer]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2017/7393.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2017/7393.page</link>
				<pubDate><![CDATA[Sat, 7 Nov 2009 07:24:30]]> GMT</pubDate>
				<author><![CDATA[ jeroen.kleijer@cvis.nl]]></author>
			</item>
			<item>
				<title>Oracle migration problem.</title>
				<description><![CDATA[ Hello, I have an interesting issue when I migrate my database from Oracle 10 to enterpriseDB.<br /> The database migration tool refuse to migrate the packages that have " ... IS NUMBER ..." in their descriptions.<br /> For example for the package that begins with:<br /> <br /> CREATE OR REPLACE PACKAGE       Force_to_Finish AS<br /> 	TYPE t_return IS REF CURSOR;<br /> 	SUBTYPE t_number IS NUMBER;<br /> ...<br /> <br /> migration tool says:<br /> <br /> Creating Package: FORCE_TO_FINISH<br /> Error Creating Package Spec FORCE_TO_FINISH: ERROR: syntax error at or near "IS" at position 89<br /> ; 	SUBTYPE t_number IS NUMBER<br />                     ^<br /> <br /> Can anyone help me with this problem?<br /> Thanks.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1955/7051.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1955/7051.page</link>
				<pubDate><![CDATA[Mon, 5 Oct 2009 05:13:37]]> GMT</pubDate>
				<author><![CDATA[ IoaN_Bah]]></author>
			</item>
			<item>
				<title>MySQL database and cloud computing</title>
				<description><![CDATA[ <br /> Hi all, <br /> <br /> We are a young, new company on the market. We are starting to open up new markets in other countries (Europe). <br /> <br /> It somewhat is a challenge for us: we can't share our data and mysql database between all our different services. So here is my question: do you think it would be possible to find an ETL program that could work in the cloud? <br /> <br /> It would not have to be too complex, but sturdy and working as a Software as a Service. <br /> <br /> Thanks a lot for your help.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1884/6697.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1884/6697.page</link>
				<pubDate><![CDATA[Wed, 2 Sep 2009 10:10:11]]> GMT</pubDate>
				<author><![CDATA[ Tom_T]]></author>
			</item>
			<item>
				<title>Training on an ETL tool</title>
				<description><![CDATA[ <br /> Hi all, <br /> <br /> We are in the process of getting an ETL program. We need it to perform some basic extract, transform and load jobs. <br /> But we want to get an open source tool with good training. <br /> Our team is mainly business oriented, with some computer knowledge. We would like to have someone come to our company and explain to all the team how to operate the tool. <br /> <br /> I can operate the tool on my own, but I am not experienced enough to show other people how to operate the software. <br /> So would someone know which open source companies offer ETL tools with good training and how much time would it take? <br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1876/6677.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1876/6677.page</link>
				<pubDate><![CDATA[Tue, 1 Sep 2009 05:07:38]]> GMT</pubDate>
				<author><![CDATA[ Tom_T]]></author>
			</item>
			<item>
				<title>MySQL Migration Wizard (Migrator) Blank Dialog</title>
				<description><![CDATA[ Hi,<br /> <br /> I installed PostgresPlus 8.3 on Ubuntu 9.04 (Jaunty Jackalope) and wanted to try out the MySQL migration wizard.  However, when I launch the wizard, a dialog appears with the title "MySQL to Postgres Migrator by EnterpriseDB", but the rest of the dialog is blank.  When I click the X to close the window, I do see a confirmation dialog asking if I really want to exit.  The contents of the confirmation dialog appear correctly.  Has anyone seen this or have any ideas?<br /> <br /> I tried uninstalling and installing PostgresPlus, but that did not fix the problem.  I thought that I might be using an old version of Java, but it appears that I am running the latest.<br /> <br /> $ java -version<br /> java version "1.6.0_14"<br /> Java(TM) SE Runtime Environment (build 1.6.0_14-b08)<br /> Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)<br /> <br /> pgAdmin III works and I am able to connect to the newly installed database server.<br /> <br /> One last note, I do have postgresql (from repositories) and PostgresPlus installed.  The postgres server is listening on port 5432 and the PostgresPlus server is listening on 5433.  I doubt that this is causing the problem, but I thought that I would mention it.<br /> <br /> Thanks,<br /> Chuck]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1863/6632.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1863/6632.page</link>
				<pubDate><![CDATA[Sat, 22 Aug 2009 14:16:13]]> GMT</pubDate>
				<author><![CDATA[ charles.grindel@incentivetargeting.com]]></author>
			</item>
	</channel>
</rss>