<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Informix database migration on HP-UX	</title>
	<atom:link href="https://www.krazyworks.com/informix-database-migration-on-hp-ux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.krazyworks.com/informix-database-migration-on-hp-ux/</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Thu, 04 Jun 2015 14:08:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.9</generator>
	<item>
		<title>
		By: EzioAuditore1459		</title>
		<link>https://www.krazyworks.com/informix-database-migration-on-hp-ux/comment-page-1/#comment-248120</link>

		<dc:creator><![CDATA[EzioAuditore1459]]></dc:creator>
		<pubDate>Mon, 01 Apr 2013 04:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=100#comment-248120</guid>

					<description><![CDATA[Question one says... :
Discuss the features,application, and limitations of any five free RDBMS software

Question two also says.. :
Discuss features and application of the following database management systems.. :
a.PostgreSQL
e.Informix

Question Three.. :
Discuss and compare the following database management system in terms of security, reliablility, and GUI tools:
a.Oracle
b.sybase
c.DB2
]]></description>
			<content:encoded><![CDATA[<p>Question one says&#8230; :<br />
Discuss the features,application, and limitations of any five free RDBMS software</p>
<p>Question two also says.. :<br />
Discuss features and application of the following database management systems.. :<br />
a.PostgreSQL<br />
e.Informix</p>
<p>Question Three.. :<br />
Discuss and compare the following database management system in terms of security, reliablility, and GUI tools:<br />
a.Oracle<br />
b.sybase<br />
c.DB2</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: uberfailz		</title>
		<link>https://www.krazyworks.com/informix-database-migration-on-hp-ux/comment-page-1/#comment-247896</link>

		<dc:creator><![CDATA[uberfailz]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 17:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=100#comment-247896</guid>

					<description><![CDATA[Hello,

I have a need to create a procedure and use a select at the same time(don&#039;t ask why).

I&#039;m use RazorSQL to interface with my Informix DB. 

SELECT name FROM users WHERE id = 3 AND 1 = (CREATE PROCEDURE createtxt2() SYSTEM &#039;echo damn &#062; superman.php&#039;; END PROCEDURE;); 

This gives me a Syntax Error. However:
SELECT name FROM users WHERE id = 3;  superman.php&#039;; END PROCEDURE; &#060;-- works fine

Is there a way to put them both together in 1 sql query?

Thanks in advance.
]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a need to create a procedure and use a select at the same time(don&#8217;t ask why).</p>
<p>I&#8217;m use RazorSQL to interface with my Informix DB. </p>
<p>SELECT name FROM users WHERE id = 3 AND 1 = (CREATE PROCEDURE createtxt2() SYSTEM &#8216;echo damn &gt; superman.php&#8217;; END PROCEDURE;); </p>
<p>This gives me a Syntax Error. However:<br />
SELECT name FROM users WHERE id = 3;  superman.php&#8217;; END PROCEDURE; &lt;&#8211; works fine</p>
<p>Is there a way to put them both together in 1 sql query?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kristian		</title>
		<link>https://www.krazyworks.com/informix-database-migration-on-hp-ux/comment-page-1/#comment-247865</link>

		<dc:creator><![CDATA[Kristian]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 13:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=100#comment-247865</guid>

					<description><![CDATA[hi, i have been looking for the type of database association but i cannot find it in the internet. Help....
What are the types of database association?
]]></description>
			<content:encoded><![CDATA[<p>hi, i have been looking for the type of database association but i cannot find it in the internet. Help&#8230;.<br />
What are the types of database association?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tefa_96		</title>
		<link>https://www.krazyworks.com/informix-database-migration-on-hp-ux/comment-page-1/#comment-247014</link>

		<dc:creator><![CDATA[tefa_96]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 15:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=100#comment-247014</guid>

					<description><![CDATA[Operating System Design/Case studies
  

The goal of this study is to discuss the different issues involved in operating system design, the different strategies that have been tried and to provide concrete examples where possible. Given the number of open-source operating systems available, specific implementations will be used as examples where possible.



Contents
1 Example Operating Systems
2 Example filesystems
3 Case Study Areas
4 Further reading
 

Example Operating Systems

Naturally, open source operating systems lend themselves to teaching more than proprietary operating systems. The source code of all the following operating systems is available free of charge online:
Linux
Net/Free/OpenBSD
Solaris
MINIX
GNU Hurd
XOK
ReactOS

While the following operating systems are closed source, enough is known about their implementation that they can all be used as specific examples of approaches to various OS design issues and tasks.
Mac OS X
Microsoft Windows 9x
Windows NT
QNX
DOS
HP-UX
AIX
BeOS

Example filesystems
FAT
NTFS
ext4

Case Study Areas

The following areas of operating system design can all be illustrated with specific examples from real operating systems. In some cases different approaches to the same task can be seen within one OS. For example, many operating systems support multiple file system types.
Loading the operating system
Initialising the operating system for use
Managing tasks (processes)
Managing memory
File systems and storage management
User interfaces

For example, in the &quot;Managing tasks&quot; section we might use the example of task management in a single tasking operating system like DOS, as well as some of the different scheduling algorithms that have been used in various multitasking operating systems.

The case study can include comparative analysis about any concept of different operating systems or comparison between the different versions of same operating systems. It can include the total functionality of the operating system given.
]]></description>
			<content:encoded><![CDATA[<p>Operating System Design/Case studies</p>
<p>The goal of this study is to discuss the different issues involved in operating system design, the different strategies that have been tried and to provide concrete examples where possible. Given the number of open-source operating systems available, specific implementations will be used as examples where possible.</p>
<p>Contents<br />
1 Example Operating Systems<br />
2 Example filesystems<br />
3 Case Study Areas<br />
4 Further reading</p>
<p>Example Operating Systems</p>
<p>Naturally, open source operating systems lend themselves to teaching more than proprietary operating systems. The source code of all the following operating systems is available free of charge online:<br />
Linux<br />
Net/Free/OpenBSD<br />
Solaris<br />
MINIX<br />
GNU Hurd<br />
XOK<br />
ReactOS</p>
<p>While the following operating systems are closed source, enough is known about their implementation that they can all be used as specific examples of approaches to various OS design issues and tasks.<br />
Mac OS X<br />
Microsoft Windows 9x<br />
Windows NT<br />
QNX<br />
DOS<br />
HP-UX<br />
AIX<br />
BeOS</p>
<p>Example filesystems<br />
FAT<br />
NTFS<br />
ext4</p>
<p>Case Study Areas</p>
<p>The following areas of operating system design can all be illustrated with specific examples from real operating systems. In some cases different approaches to the same task can be seen within one OS. For example, many operating systems support multiple file system types.<br />
Loading the operating system<br />
Initialising the operating system for use<br />
Managing tasks (processes)<br />
Managing memory<br />
File systems and storage management<br />
User interfaces</p>
<p>For example, in the &#8220;Managing tasks&#8221; section we might use the example of task management in a single tasking operating system like DOS, as well as some of the different scheduling algorithms that have been used in various multitasking operating systems.</p>
<p>The case study can include comparative analysis about any concept of different operating systems or comparison between the different versions of same operating systems. It can include the total functionality of the operating system given.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
