ADVERTISEMENT

Reversing the PH marine sector's decline

Published Feb 10, 2026 12:01 am
Once the crown jewel of the Philippines’ blue economy, our marine sector is now gasping for air. A policy report by the US-based Oceana titled “Net Loss: How Governance Gaps are Sinking Philippine Fisheries” paints a grim picture of a resource in freefall—a systemic collapse that should alarm every stakeholder, from the corridors of power to the local wet markets.  
Oceana estimates that since 2010, the country has suffered a cumulative production loss of almost 600,000 metric tons of potential fish catch—an average of 45 million kilograms annually—due to weak law enforcement. According to Oceana Philippines Vice President Von Hernandez, this would have been enough “to provide a healthy meal to every Filipino for one month.” In a nation where seafood is the primary protein for millions, this isn’t just an environmental statistic; it’s a full-blown food security emergency.
Established in 2001, Oceana is the world’s largest advocacy organization dedicated solely to ocean conservation. With global headquarters in Washington, D.C., its track record and research carry the weight of scientific expertise. When an entity of this stature warns that our waters are being hollowed out, the international community and domestic investors alike take notice. 
The basis for Oceana’s recently released report is “The Philippine Fisheries Assessment: A Glimpse of Republic Act 10654’s 10-Year Implementation,” a comprehensive technical study authored by scientists from the University of the Philippines (UP) Visayas. They conducted a deep-dive audit of fisheries data and the impact of the 2015 amendments to the Fisheries Code. Their findings are not mere conjecture; they are a call to action backed by rigorous science. 
What’s driving this plunge into the abyss? While geopolitical tensions in the West Philippine Sea dominate the headlines, the Oceana report suggests the silent killer is closer to home. A lack of legislation and a chronic enforcement deficit in our own marine backyard make for a fatal combination.
Despite the amended Fisheries Code, commercial vessels continue to encroach on municipal waters with impunity. Karagatan Patrol’s satellite monitoring system detected over 270,000 “night lights” from 2017 to 2024 within the 15-kilometer zone reserved for small-scale fisherfolk. These are telltale signs of widespread, large-scale commercial fishing operations poaching in our grounds. 
Karagatan Patrol is an online platform and community-led monitoring system launched in 2019 by Oceana and the League of Municipalities of the Philippines. It serves as a high-tech watchdog for shorelines where the persistent practice of dynamite fishing has already decimated entire food chains.  
As we assert our sovereign rights against external threats, we cannot afford to neglect the internal governance gaps destroying our resources from within. The maritime dispute with China is a complex issue best addressed through constructive dialogue and steady diplomacy—not a blame game that distracts from the immediate threats facing our fisherfolk. Redirecting all maritime assets to distant shoals ignores the domestic crisis: 88 percent of our assessed fish stocks are overfished and depleted.  
A decade ago, Senator Francis Pangilinan pointed out that the country’s 1.7 million fisherfolk were among the "poorest of the poor" due to the lack of a clear agenda for the sector. This was validated by an Oxfam International report revealing that some fisherfolk earned as little as ₱2,500 per month. The socio-economic fallout is heart-wrenching.  
President Ferdinand Marcos Jr., who served as Secretary of Agriculture during the first two years of his term, should prioritize the strict implementation of maritime laws within our own shorelines. We must fix our house first; without political will, the "blue economy" remains a hollow catchphrase while our seas become nothing more than "paper parks" protected only on a map.  
If we fail to protect our municipal waters and modernize our post-harvest infrastructure—where we currently waste up to 40 percent of the catch—we are essentially fishing our future into extinction.  
J. Albert Gamboa is a Life Member of the Financial Executives Institute of the Philippines (FINEX) and an Associate Member of the Institute of Corporate Directors. The opinions expressed herein do not necessarily reflect the views of these institutions or the Manila Bulletin. #FinexPhils www.finex.org.ph

Related Tags

Financial Executives Institute of the Philippines (FINEX)
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.