Date: Mon, 29 Mar 2004 16:21:08 +0200 From: "Darko Kalevski" <karttikea@on.net.mk> To: freebsd-database@freebsd.org Subject: DBCA Oracle 9i on freebsd 5.2.1 Message-ID: <web-13691841@on.net.mk>
next in thread | raw e-mail | index | archive | help
hey folks i managed to fix the java problem with the dbca utility BUT.. any of you install oracle 9u successfully on freebsd 5.x or even better on 5.2.1 having less or equal to 384MB ram? if so read on... note: oracle 9.2.0.1.0 I'm having problems configuring the database with dbca after the installation. i get ora error 27102 out of memory having 46% of the process completed. i'm seeing how the physical memory drops from 180+MB downt to 1MB and less. dbca warns me that I need 272MB of RAM, does it require this much to all of you? anyone can tell me how to tune it and to eventually install it? another problem i have prior to the installation of oracle is that i couldnt make new kernel, couldnt recompile it. i've followed brian's article "installing oracle 9i on freebsd 5.1". if i do 'make depend install', after building, at some stage i get error 1 and says 'build first'. but i do make the other way, 'make depend' first, it all goes well, i type 'make' I get the following error, in p.s. part. what am i supposed to do, i really want to make it work, i'm not really that experienced with unix stuff, so I would *really* appreaciate any workaround/hint or anything that might help! Thanks :) Darko p.s. follows the 'make' error ---------------------------- freebsd# make linking kernel sbp.o: In function `sbp_probe_target': sbp.o(.text+0xc2a): undefined reference to `xpt_freeze_devq' sbp.o(.text+0xd1e): undefined reference to `xpt_freeze_devq' sbp.o: In function `sbp_cam_scan_lun': sbp.o(.text+0x11f8): undefined reference to `xpt_setup_ccb' sbp.o(.text+0x1203): undefined reference to `xpt_action' sbp.o(.text+0x121e): undefined reference to `xpt_release_devq' sbp.o: In function `sbp_cam_scan_target': sbp.o(.text+0x12d3): undefined reference to `xpt_setup_ccb' sbp.o(.text+0x12fa): undefined reference to `xpt_action' sbp.o(.text+0x1315): undefined reference to `xpt_release_devq' sbp.o: In function `sbp_do_attach': sbp.o(.text+0x13b3): undefined reference to `xpt_periph' sbp.o(.text+0x13c2): undefined reference to `xpt_create_path' sbp.o: In function `sbp_agent_reset_callback': sbp.o(.text+0x150f): undefined reference to `xpt_release_devq' sbp.o: In function `sbp_orb_pointer': sbp.o(.text+0x18fc): undefined reference to `xpt_done' sbp.o: In function `sbp_recv1': sbp.o(.text+0x24ad): undefined reference to `xpt_freeze_devq' sbp.o(.text+0x27e2): undefined reference to `xpt_done' sbp.o: In function `sbp_attach': sbp.o(.text+0x2968): undefined reference to `cam_simq_alloc' sbp.o(.text+0x29dc): undefined reference to `cam_sim_alloc' sbp.o(.text+0x29eb): undefined reference to `cam_simq_free' sbp.o(.text+0x2a03): undefined reference to `xpt_bus_register' sbp.o(.text+0x2a2a): undefined reference to `xpt_periph' sbp.o(.text+0x2a39): undefined reference to `xpt_create_path' sbp.o(.text+0x2a4c): undefined reference to `xpt_bus_deregister' sbp.o(.text+0x2b36): undefined reference to `xpt_async' sbp.o(.text+0x2b50): undefined reference to `cam_sim_free' sbp.o: In function `sbp_detach': sbp.o(.text+0x2e05): undefined reference to `xpt_async' sbp.o(.text+0x2e10): undefined reference to `xpt_free_path' sbp.o(.text+0x2e1e): undefined reference to `xpt_bus_deregister' sbp.o(.text+0x2e31): undefined reference to `cam_sim_free' sbp.o: In function `sbp_cam_detach_sdev': sbp.o(.text+0x2f4e): undefined reference to `xpt_release_devq' sbp.o(.text+0x2f6f): undefined reference to `xpt_async' sbp.o(.text+0x2f7a): undefined reference to `xpt_free_path' sbp.o: In function `sbp_target_reset': sbp.o(.text+0x3076): undefined reference to `xpt_freeze_devq' sbp.o: In function `sbp_timeout': sbp.o(.text+0x321b): undefined reference to `xpt_freeze_devq' sbp.o: In function `sbp_action1': sbp.o(.text+0x3736): undefined reference to `cam_calc_geometry' sbp.o(.text+0x38bb): undefined reference to `xpt_done' sbp.o: In function `sbp_abort_ocb': sbp.o(.text+0x3fe0): undefined reference to `xpt_done' umass.o: In function `umass_cam_attach_sim': umass.o(.text+0x17e3): undefined reference to `cam_simq_alloc' umass.o(.text+0x1834): undefined reference to `cam_sim_alloc' umass.o(.text+0x1843): undefined reference to `cam_simq_free' umass.o(.text+0x1865): undefined reference to `xpt_bus_register' umass.o: In function `umass_cam_rescan_callback': umass.o(.text+0x1893): undefined reference to `xpt_free_path' umass.o: In function `umass_cam_rescan': umass.o(.text+0x1908): undefined reference to `xpt_periph' umass.o(.text+0x1917): undefined reference to `xpt_create_path' umass.o(.text+0x1933): undefined reference to `xpt_setup_ccb' umass.o(.text+0x1950): undefined reference to `xpt_action' umass.o: In function `umass_cam_detach_sim': umass.o(.text+0x1a5c): undefined reference to `xpt_bus_deregister' umass.o(.text+0x1a78): undefined reference to `cam_sim_free' umass.o: In function `umass_cam_action': umass.o(.text+0x1e60): undefined reference to `cam_calc_geometry' umass.o(.text+0x1e71): undefined reference to `xpt_done' umass.o: In function `umass_cam_cb': umass.o(.text+0x1feb): undefined reference to `xpt_done' umass.o: In function `umass_cam_sense_cb': umass.o(.text+0x2154): undefined reference to `xpt_done' umass.o: In function `umass_cam_quirk_cb': umass.o(.text+0x218b): undefined reference to `xpt_done' *** Error code 1 Stop in /usr/src/sys/i386/compile/MOEJADRO.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?web-13691841>